CVE-2026-61816
Last modified
CVE-2026-61816 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. zbateson/mail-mime-parser is a mail mime parser alternative to PHP's imap* functions and Pear libraries for reading messages in Internet Message Format RFC 822. Starting in version 2.0.0 and prior to version 3.0.6 and 4.0.2, an uncontrolled resource consumption / algorithmic complexity vulnerability (CWE-400) affects any application that parses untrusted email with this library.
Description
zbateson/mail-mime-parser is a mail mime parser alternative to PHP's imap* functions and Pear libraries for reading messages in Internet Message Format RFC 822. Starting in version 2.0.0 and prior to version 3.0.6 and 4.0.2, an uncontrolled resource consumption / algorithmic complexity vulnerability (CWE-400) affects any application that parses untrusted email with this library. Three independent parsing paths are super-linear in cost, so a byte-size cap on the caller side does **not** bound the work done. A crafted message under 2 MB can consume seconds of CPU or hundreds of megabytes to multiple gigabytes of memory (leading to an out-of-memory kill), enabling denial of service. The parse is lazy, but the cost is paid on the first `getAllParts()` or content read. This is fxed in 4.0.2 and 3.0.6. The fixes add configurable limits on multipart nesting depth and on header count / total header size (recording a parse error past the threshold rather than throwing), and change sibling append to O(n). Users should upgrade to one of these (or later) versions. Versions 2.x are also affected but are end-of-life and will not receive patches; users on those lines should upgrade to a fixed release. (Versions prior to 2.0 used a different parser and are not affected by all three paths.) These costs are super-linear, so an input byte-size cap alone does not bound them. Until upgrading, restrict exposure of the parser to untrusted input, and run parsing under a constrained memory_limit and execution time limit so a malicious message fails its own request rather than exhausting the host.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| zbateson | mail-mime-parser | >= 2.0.0, < 3.0.6; >= 4.0.0, < 4.0.2 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-61816?
How severe is CVE-2026-61816?
How do I fix CVE-2026-61816?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-61807Snipe-IT is an IT asset/license management system. Prior to …6.3
- CVE-2026-61808LightRAG provides simple and fast retrieval-augmented genera…9.8
- CVE-2026-6181The Device Configuration Framework is vulnerable to an authe…5.9
- CVE-2026-61811Wazuh is an open-source security platform providing unified …6.5
- CVE-2026-61814Jawn is an open source JSON parser. Prior to 1.7.0, Jawn's A…7.5
- CVE-2026-61815zbateson/mail-mime-parser is a mail mime parser alternative …7.2
- CVE-2026-61817pg_partman is a PostgreSQL extension that manages partitione…8.5
- CVE-2026-61818pg_partman is a PostgreSQL extension that manages partitione…8.5
- CVE-2026-61819pg_partman is a PostgreSQL extension that manages partitione…8.5
- CVE-2026-6182A vulnerability was identified in code-projects Simple Conte…7.3
- CVE-2026-61820pg_partman is a PostgreSQL extension that manages partitione…8.5
- CVE-2026-61821pg_partman is a PostgreSQL extension that manages partitione…8.5
Are you affected by CVE-2026-61816?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
