CVE-2026-23610: GFI MailEssentials AI < 22.4 POP2Exchange POP3 Server Login Stored XSS
GFI MailEssentials AI versions prior to 22.4 contain a stored cross-site scripting vulnerability in the POP2Exchange configuration endpoint. An authenticated user can supply HTML/JavaScript in the POP3 server login field within the JSON \"popServers\" payload to /MailEssentials/pages/MailSecurity/POP2Exchange.aspx/Save, which is stored and later rendered in the management interface, allowing script execution in the context of a logged-in user.
Security readout for executives and security teams
Plain-English summary
GFI MailEssentials AI before 22.4 can store unsafe script content in a POP2Exchange configuration field. If a logged-in user later views the management interface, that script may run in their browser. This is not described as remotely exploitable without authentication, but it can affect administrator sessions.
Executive priority
Treat this as a moderate remediation item. Prioritize affected mail security management servers, especially where multiple admins or broad internal access exist. It is below emergency patching unless local evidence shows suspicious configuration changes or exposed administration interfaces.
Technical view
CVE-2026-23610 is a stored XSS issue in the POP2Exchange configuration endpoint. An authenticated user can place HTML or JavaScript in the POP3 server login value inside the JSON popServers payload, which is stored and rendered later in the management UI. CVSS is 5.4, CWE-79.
Likely exposure
Exposure is likely limited to organizations running GFI MailEssentials AI before 22.4 with authenticated users able to modify POP2Exchange settings. Internet exposure of the admin interface would increase operational risk, but the sources do not state default exposure.
Exploitation context
The source bundle does not report active exploitation, and KEV is false. Exploitation requires authenticated access and user interaction by a logged-in user viewing the affected management interface. Impact is limited to browser-side execution with low confidentiality and integrity impact per CVSS.
Researcher notes
The affected-version metadata in the bundle is sparse, but the title and description identify versions prior to 22.4. Avoid assuming broader GFI products are affected. No source in the bundle provides exploit code, exploitation in the wild, or detailed compensating controls beyond patch-oriented guidance.
Mitigation direction
Upgrade GFI MailEssentials AI to version 22.4 or later.
Review GFI release notes and advisory for exact fixed builds.
Restrict management interface access to trusted administrators and networks.
Audit POP2Exchange configuration values for unexpected HTML or script content.
Validation and detection
Inventory deployed GFI MailEssentials AI versions and identify systems before 22.4.
Confirm whether POP2Exchange is configured on each affected system.
Inspect POP3 server login values for unexpected markup or script-like content.
Review administrative change logs for suspicious POP2Exchange setting changes.
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.