GFI MailEssentials AI versions prior to 22.4 contain a stored cross-site scripting vulnerability in the Anti-Spoofing configuration page. An authenticated user can supply HTML/JavaScript in the ctl00$ContentPlaceHolder1$AntiSpoofingGeneral1$TxtSmtpDesc parameter to /MailEssentials/pages/MailSecurity/AntiSpoofing.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
This is a stored cross-site scripting flaw in GFI MailEssentials AI before 22.4. A logged-in user can save script content in the Anti-Spoofing description field. When another logged-in administrator views the page, that script can run in their browser, creating risk to management-session data and configuration integrity.
Executive priority
Treat as a near-term patching item, not an emergency unless the admin interface is broadly reachable or delegated administration is common. The main business risk is compromise of logged-in management sessions and unauthorized configuration changes.
Technical view
CVE-2026-23616 is CWE-79 in /MailEssentials/pages/MailSecurity/AntiSpoofing.aspx. The ctl00$ContentPlaceHolder1$AntiSpoofingGeneral1$TxtSmtpDesc parameter can store HTML/JavaScript that is later rendered in the management interface. CVSS 3.1 is 5.4: network reachable, low complexity, low privileges required, user interaction required, changed scope, low confidentiality and integrity impact.
Likely exposure
Exposure is limited to organizations running GFI MailEssentials AI versions earlier than 22.4, especially where multiple users can access the management interface. Internet exposure of the admin interface would increase concern, but the provided sources do not confirm default exposure.
Exploitation context
The source bundle does not cite active exploitation, and KEV is false. Exploitation requires an authenticated user who can modify the Anti-Spoofing configuration and a logged-in user later viewing the affected management page.
Researcher notes
The affected-version metadata in the bundle is sparse, but the title and description consistently identify versions before 22.4. Do not assume broader GFI product impact. No provided source establishes public exploitation or a bypass beyond the stored XSS behavior.
Mitigation direction
Upgrade GFI MailEssentials AI to version 22.4 or later.
Confirm remediation details against GFI release notes and advisories.
Restrict management interface access to trusted administrative networks.
Review privileged and delegated MailEssentials accounts.
Monitor AntiSpoofing.aspx changes and unusual administrative activity.
Validation and detection
Inventory GFI MailEssentials AI deployments and record exact versions.
Flag any instance running a version earlier than 22.4.
Review Anti-Spoofing description values for unexpected HTML or script content.
Check administrative logs for edits to AntiSpoofing.aspx.
Confirm patched systems render stored descriptions safely.
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.