GFI MailEssentials AI versions prior to 22.4 contain a stored cross-site scripting vulnerability in the Advanced Content Filtering rule creation workflow. An authenticated user can supply HTML/JavaScript in the ctl00$ContentPlaceHolder1$pv1$txtRuleName parameter to /MailEssentials/pages/MailSecurity/advancedfiltering.aspx, 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
CVE-2026-23606 is a stored cross-site scripting flaw in GFI MailEssentials AI before 22.4. A logged-in user can save script-like content in an Advanced Content Filtering rule name, which may later run in another logged-in user's browser. This is not described as remote code execution, but it can affect confidentiality and integrity inside the management interface.
Executive priority
Treat this as a moderate-priority administrative-console risk. It should not displace critical internet-facing vulnerabilities, but unpatched mail security tooling is sensitive. Prioritize upgrade and access review where MailEssentials administration is shared, exposed broadly, or used by high-privilege operators.
Technical view
The vulnerability is CWE-79 stored XSS in the Advanced Content Filtering rule creation workflow. The supplied record identifies the rule name field on advancedfiltering.aspx as storing attacker-controlled HTML or JavaScript and rendering it later in the management UI. CVSS 3.1 is 5.4: network reachable, low complexity, low privileges, user interaction required, scope changed.
Likely exposure
Exposure is most likely for organizations running GFI MailEssentials AI versions before 22.4, especially where multiple users can administer mail filtering rules. The affected surface appears to be the MailEssentials management interface, not public mail delivery itself. The provided affected-version metadata is limited, so confirm directly against vendor release information.
Exploitation context
The source bundle does not show CISA KEV listing or cited evidence of active exploitation. Exploitation requires authenticated access and another logged-in user viewing the stored rule content. Business risk is account-context script execution in an administrative mail security console, potentially supporting session abuse or unauthorized configuration changes.
Researcher notes
Evidence supports stored XSS before 22.4, authenticated attacker requirement, user interaction, and no availability impact. The bundle references vendor release notes and a VulnCheck advisory, but does not provide proof of exploitation in the wild. Affected-version metadata appears sparse, so validation should rely on installed product version and vendor guidance.
Mitigation direction
Upgrade GFI MailEssentials AI to version 22.4 or later.
Review GFI release notes and advisory guidance before remediation rollout.
Restrict MailEssentials administration access to trusted networks and VPNs.
Limit rule creation privileges to necessary trusted administrators.
Audit existing Advanced Content Filtering rule names for unexpected markup or script-like content.
Validation and detection
Inventory all GFI MailEssentials AI deployments and record exact versions.
Confirm whether any deployment is below version 22.4.
Review administrative roles that can create Advanced Content Filtering rules.
Inspect rule names for suspicious HTML, script-like text, or unexplained recent changes.
Check management interface logs for unexpected rule creation activity.
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.