CVE-2026-23621: GFI MailEssentials AI < 22.4 ListServer.IsPathExist() Absolute Directory Traversal to File Enumeration
GFI MailEssentials AI versions prior to 22.4 contain an arbitrary directory existence enumeration vulnerability in the ListServer.IsPathExist() web method exposed at /MailEssentials/pages/MailSecurity/ListServer.aspx/IsPathExist. An authenticated user can supply an unrestricted filesystem path via the JSON key \"path\", which is URL-decoded and passed to Directory.Exists(), allowing the attacker to determine whether arbitrary directories exist on the server.
Security readout for executives and security teams
Plain-English summary
GFI MailEssentials AI before 22.4 can let a logged-in user check whether arbitrary directories exist on the server. This is information disclosure, not file theft or remote code execution in the provided evidence, but it can help an attacker map a mail security server for follow-on activity.
Executive priority
Treat this as a moderate-priority update for affected mail security servers. It is not presented as actively exploited or directly destructive, but it gives authenticated attackers useful server reconnaissance and should be remediated during the next controlled maintenance window.
Technical view
The ListServer.IsPathExist() web method at /MailEssentials/pages/MailSecurity/ListServer.aspx/IsPathExist accepts a JSON path value, URL-decodes it, and passes it to Directory.Exists(). Because the path is unrestricted, authenticated users can enumerate directory existence. The issue is classified as CWE-203 with CVSS 4.0 score 5.3.
Likely exposure
Exposure is limited to GFI MailEssentials AI deployments before version 22.4 where an attacker has valid credentials and network access to the affected web method.
Exploitation context
The source bundle does not report active exploitation, and KEV is false. The vulnerability requires authentication, has low attack complexity, and does not require user interaction. Evidence supports directory existence enumeration only, not file reading, writing, or code execution.
Researcher notes
Key limits are authentication requirement, directory existence disclosure, and no demonstrated impact beyond enumeration in the provided sources. Watch for chained scenarios where MailEssentials credentials and server path knowledge improve attacker positioning.
Mitigation direction
Upgrade GFI MailEssentials AI to version 22.4 or later.
Review GFI release notes and vendor guidance for any additional remediation steps.
Restrict MailEssentials web access to trusted administrative networks and users.
Review user accounts and remove unnecessary access to the MailEssentials interface.
Monitor for unusual authenticated requests to the affected ListServer path.
Validation and detection
Inventory MailEssentials AI instances and identify versions earlier than 22.4.
Confirm upgraded systems report version 22.4 or later.
Review access logs for unusual use of the IsPathExist web method.
Check whether the MailEssentials web interface is reachable from untrusted networks.
Verify only expected administrators have valid application access.
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-203: Information exposure and cloud metadata lookup
Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. 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.
The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program 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-203 · source CWE mapping
Observable Discrepancy
Observable Discrepancy represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.