CVE-2026-32851: MailEnable < 10.55 Reflected XSS via FreeBusy.aspx StartDate Parameter
MailEnable versions prior to 10.55 contain a reflected cross-site scripting vulnerability in the webmail interface that allows remote attackers to execute arbitrary JavaScript in a victim's browser by crafting a malicious URL. Attackers can inject malicious code through the StartDate parameter in the FreeBusy.aspx form, which is not properly sanitized before being embedded into dynamically generated JavaScript.
Security readout for executives and security teams
Plain-English summary
CVE-2026-32851 is a reflected cross-site scripting issue in MailEnable webmail before version 10.55. An attacker could send a crafted link that runs JavaScript in a user’s browser if the user opens it. The issue requires user interaction and is not listed as known exploited in CISA KEV.
Executive priority
Treat as a timely patching item for exposed mail infrastructure, not an emergency. Prioritize internet-facing MailEnable webmail because compromise could affect user sessions and trust in email workflows.
Technical view
The vulnerability is CWE-79 in FreeBusy.aspx. The StartDate parameter is not properly sanitized before being embedded into dynamically generated JavaScript. CVSS 4.0 is 5.1 with network access, low complexity, no privileges, and user interaction required. The source bundle identifies MailEnable versions before 10.55 as affected.
Likely exposure
Organizations exposing MailEnable webmail versions earlier than 10.55 are the likely exposure group. The provided affected-product metadata is incomplete, so confirm exposure through installed version and webmail deployment status.
Exploitation context
A remote attacker would need to persuade a victim to open a crafted URL. The bundle references a public technical write-up, but provides no CISA KEV listing or other evidence of active exploitation.
Researcher notes
Evidence supports reflected XSS in the StartDate parameter of FreeBusy.aspx before MailEnable 10.55. The CVE data’s affected-version structure is weak, so version validation should rely on vendor release information and local asset inventory.
Mitigation direction
Upgrade MailEnable to version 10.55 or later.
Review the vendor advisory and release notes for deployment guidance.
Limit external exposure of MailEnable webmail where operationally possible.
Use browser and mail security controls to reduce malicious-link delivery risk.
Validation and detection
Inventory all MailEnable installations and record exact versions.
Confirm whether webmail and FreeBusy.aspx are externally reachable.
Verify upgraded systems report version 10.55 or later.
Review web logs for suspicious FreeBusy.aspx StartDate requests.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-79: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-79 · source CWE mapping
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.