CVE-2026-23619: GFI MailEssentials AI < 22.4 General Settings Local Domains Domain Description Stored XSS
GFI MailEssentials AI versions prior to 22.4 contain a stored cross-site scripting vulnerability in the Local Domains settings page. An authenticated user can supply HTML/JavaScript in the ctl00$ContentPlaceHolder1$Pv3$txtDescription parameter to /MailEssentials/pages/MailSecurity/general.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-23619 lets a logged-in GFI MailEssentials AI user store script content in a Local Domains description. That content can later run inside another logged-in management session. The issue is medium severity because it requires authentication and user interaction, but it can still affect confidentiality and integrity of the admin interface.
Executive priority
Prioritize remediation in normal patch cycles, faster if untrusted or broad internal users can administer MailEssentials. The business risk is management-session compromise, not remote unauthenticated takeover based on the supplied evidence.
Technical view
GFI MailEssentials AI versions before 22.4 contain CWE-79 stored XSS in the General Settings Local Domains page. User-supplied HTML or JavaScript in the domain description field is stored and later rendered in the management interface. CVSS 3.1 is 5.4: network reachable, low complexity, low privileges, user interaction required, changed scope.
Likely exposure
Exposure is limited to organizations running GFI MailEssentials AI before version 22.4 where authenticated users can access Local Domains settings. The bundle does not state whether the management interface is commonly internet-exposed.
Exploitation context
The sources do not report active exploitation, and the CVE is not marked KEV. Successful abuse requires an authenticated user to save malicious content and another logged-in user to view the affected management page.
Researcher notes
Evidence supports stored XSS in the Local Domains description field of the MailEssentials management interface. The affected-version statement is versions before 22.4, but the supplied affected product metadata is sparse. No exploit-in-the-wild evidence is provided.
Mitigation direction
Upgrade GFI MailEssentials AI to version 22.4 or later.
Review GFI release notes and advisory guidance before deployment.
Limit Local Domains settings access to trusted administrators.
Remove suspicious or unexpected Local Domains description content.
Validation and detection
Inventory GFI MailEssentials AI instances and record installed versions.
Confirm whether any instance is earlier than 22.4.
Review Local Domains descriptions for unexpected HTML or script content.
Check administrative access controls for Local Domains settings.
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.