CVE-2026-2469
Published: 14 February 2026
Summary
CVE-2026-2469 is a high-severity Injection (CWE-74) vulnerability in Snyk (inferred from references). Its CVSS base score is 7.6 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 6.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
Threat & Defense at a Glance
Threat & Defense Details
Likely Mitigating ControlsAI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Developer assessments and testing (including injection-focused techniques) identify improper neutralization of special elements, and the verifiable flaw remediation corrects them pre-deployment.
Identifies indicators of injection attacks (command, SQL, LDAP, etc.) via anomaly and attack monitoring.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Remote injection vulnerability (CWE-74) in public-facing PHP IMAP library enables T1190 exploitation; directly facilitates arbitrary IMAP command execution for mailbox read access (T1114.002) and deletion/disruption (T1485).
NVD Description
Versions of the package directorytree/imapengine before 1.22.3 are vulnerable to Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') via the id() function in ImapConnection.php due to improperly escaping user input before including it in IMAP…
more
ID commands. This allows attackers to read or delete victim's emails, terminate the victim's session or execute any valid IMAP command on victim's mailbox by including quote characters " or CRLF sequences \r\n in the input.
Deeper analysisAI
CVE-2026-2469 is an injection vulnerability (CWE-74) affecting versions of the PHP package directorytree/imapengine prior to 1.22.3. The issue resides in the id() function within ImapConnection.php, where user input is not properly escaped before being included in IMAP ID commands, allowing improper neutralization of special elements in output used by a downstream component. The vulnerability has a CVSS v3.1 base score of 7.6 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H).
An attacker with low privileges can exploit this over the network with low complexity and no user interaction required. By injecting quote characters (") or CRLF sequences (\r\n) into the input, they can execute arbitrary valid IMAP commands on the victim's mailbox, enabling actions such as reading or deleting emails, terminating the victim's session, or other mailbox manipulations.
Mitigation involves upgrading to version 1.22.3 or later, where the fix is implemented via commit 87fca56affd9527e6907a705e6d600c5174d9a5a and pull request #150 in the DirectoryTree/ImapEngine repository. Additional details are available in the Snyk advisory (SNYK-PHP-DIRECTORYTREEIMAPENGINE-15274300) and a related GitHub Gist.
Details
- CWE(s)