CVE-2026-23613: GFI MailEssentials AI < 22.4 Anti-Spam URI DNS Blocklist Domain Stored XSS
GFI MailEssentials AI versions prior to 22.4 contain a stored cross-site scripting vulnerability in the URI DNS Blocklist configuration page. An authenticated user can supply HTML/JavaScript in the ctl00$ContentPlaceHolder1$pv1$TXB_URIs parameter to /MailEssentials/pages/MailSecurity/uridnsblocklist.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
GFI MailEssentials AI before 22.4 can store unsafe HTML or JavaScript in an anti-spam blocklist setting. When another logged-in user opens the management interface, the script may run in that user’s browser. This is a business concern mainly for admin-session compromise, configuration tampering, and phishing inside the management console.
Executive priority
Treat as a moderate-priority remediation item. It is not described as actively exploited, but it affects a security management product and could abuse trusted administrator sessions. Prioritize patching where the console is reachable by many users or shared admin accounts are used.
Technical view
This is a stored XSS issue in the URI DNS Blocklist configuration page for GFI MailEssentials AI before 22.4. The CVSS 3.1 score is 5.4: network reachable, low attack complexity, low privileges required, user interaction required, changed scope, low confidentiality and integrity impact, no availability impact.
Likely exposure
Exposure is most likely in organizations running GFI MailEssentials AI versions earlier than 22.4 with authenticated users able to modify anti-spam URI DNS blocklist settings. The provided affected-version metadata is sparse, so confirm deployed versions against vendor release notes.
Exploitation context
The bundle does not show CISA KEV listing or other evidence of active exploitation. Exploitation requires an authenticated user and a later management-interface view by a logged-in user. Impact depends on that viewer’s privileges and browser session context.
Researcher notes
Evidence supports stored XSS in a specific management page and parameter, but public affected-version metadata in the bundle is limited. Avoid assuming unauthenticated exposure or broader product impact. Focus validation on version confirmation, access control, and stored configuration content.
Mitigation direction
Upgrade GFI MailEssentials AI to version 22.4 or later, per vendor release guidance.
Restrict management-console access to trusted administrative users only.
Review which accounts can edit anti-spam URI DNS blocklist settings.
Monitor vendor guidance for any additional hardening or remediation instructions.
Audit recent configuration changes for suspicious blocklist entries.
Validation and detection
Inventory all GFI MailEssentials AI installations and record exact versions.
Confirm no installation is running a version earlier than 22.4.
Review URI DNS Blocklist entries for unexpected HTML or script-like content.
Check management access logs for unusual authenticated configuration activity.
Verify role assignments limit blocklist editing to appropriate administrators.
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.