CVE-2026-23612: GFI MailEssentials AI < 22.4 Anti-Spam IP DNS Blocklist Domain Stored XSS
GFI MailEssentials AI versions prior to 22.4 contain a stored cross-site scripting vulnerability in the IP DNS Blocklist configuration page. An authenticated user can supply HTML/JavaScript in the ctl00$ContentPlaceHolder1$pv1$TXB_IPs parameter to /MailEssentials/pages/MailSecurity/ipdnsblocklist.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 attacker-supplied script in an anti-spam configuration page. A logged-in user who can change that setting could cause script to run later in another logged-in user's browser, potentially exposing session context or enabling unauthorized interface actions.
Executive priority
Treat this as a moderate-priority administrative interface risk. It is not shown as actively exploited, but it can affect privileged browser sessions and should be remediated during the next patch window.
Technical view
This is stored XSS in /MailEssentials/pages/MailSecurity/ipdnsblocklist.aspx via the ctl00$ContentPlaceHolder1$pv1$TXB_IPs parameter. The CVSS 3.1 score is 5.4: network reachable, low complexity, low privileges required, user interaction required, scope changed, low confidentiality and integrity impact, no availability impact.
Likely exposure
Exposure is limited to organizations running GFI MailEssentials AI versions prior to 22.4 where authenticated users can access the IP DNS Blocklist configuration page. The sources do not establish internet-facing exposure or unauthenticated reachability.
Exploitation context
The CVE is not listed as KEV, and the supplied sources do not state active exploitation. Abuse requires an authenticated user and later rendering by a logged-in user in the management interface.
Researcher notes
Version evidence points to MailEssentials AI before 22.4, though the structured affected metadata is sparse. Validate exposure by product version and access control, not by unauthenticated scanning assumptions. Focus review on stored content rendering in the IP DNS Blocklist management workflow.
Mitigation direction
Upgrade GFI MailEssentials AI to 22.4 or a vendor-supported fixed release.
Review GFI release notes and vendor guidance for patch details.
Restrict management interface access to trusted administrative users.
Review stored IP DNS Blocklist entries for unexpected HTML or script-like content.
Validation and detection
Confirm the installed MailEssentials AI version is 22.4 or later.
Identify users who can modify the IP DNS Blocklist configuration page.
Review recent changes to the IP DNS Blocklist configuration.
Check administrative audit records for suspicious configuration 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.