CVE-2026-32850: MailEnable < 10.55 Reflected XSS via ManageShares.aspx SelectedIndex 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 SelectedIndex parameter in the ManageShares.aspx form, which is not properly sanitized before being embedded into dynamically generated JavaScript.
Security readout for executives and security teams
Plain-English summary
MailEnable webmail before 10.55 has a reflected XSS flaw. An attacker could craft a link that runs JavaScript in a user’s browser if the user opens it. The main business risk is account/session abuse or user-targeted compromise through the webmail interface, not direct server takeover.
Executive priority
Treat as a timely but not crisis-level patch. Prioritize internet-facing MailEnable webmail systems and environments with high-value mail accounts, because successful exploitation depends on user interaction but can affect browser-side trust and sessions.
Technical view
The vulnerability is CWE-79 in ManageShares.aspx. The SelectedIndex parameter is not properly sanitized before being embedded into dynamically generated JavaScript. CVSS v4.0 is 5.1 with network access, low complexity, no privileges, and required user interaction.
Likely exposure
Exposure is likely limited to organizations running MailEnable webmail versions prior to 10.55. Risk increases when the webmail interface is reachable by users over the internet or through broadly accessible portals.
Exploitation context
The bundle does not show CISA KEV listing or active exploitation. It does cite a public technical/exploit reference, so defenders should assume exploit knowledge is available while avoiding claims of in-the-wild use.
Researcher notes
Evidence supports reflected XSS via SelectedIndex in ManageShares.aspx and a fix in 10.55. The affected-version metadata in the bundle is sparse, so validate against MailEnable advisories and local installed versions before scoping remediation.
Mitigation direction
Upgrade affected MailEnable installations to version 10.55 or later per vendor guidance.
Review MailEnable release notes and advisories for any additional vendor instructions.
Restrict webmail exposure where operationally feasible until upgrade completion.
Educate users to avoid unexpected webmail links during remediation.
Validation and detection
Inventory MailEnable deployments and confirm exact installed versions.
Verify whether webmail is enabled and reachable by intended user groups only.
Confirm upgraded systems report version 10.55 or later.
Review webmail logs for suspicious ManageShares.aspx 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.