CVE Catalog

CVE-2026-44844

MediumCVSS 6.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.40%

32th percentile - higher than 32% of all known CVEs

Summary

In eml_parser before version 3.0.1, the EmlParser.get_raw_body_text() function recursively processes nested message/rfc822 attachments without any depth limit. An attacker can supply a crafted EML file with approximately 120 nested parts, causing an unhandled RecursionError and aborting parsing.

Risk Assessment

Even a small EML file (12 KB) can crash the parsing process, leading to denial of service (DoS) in systems using eml_parser.

Recommendation

It is recommended to upgrade eml_parser to version 3.0.1, which includes a fix limiting recursion depth.

Other vulnerabilities in eml_parser

See all
Original NVD description (English source)

eml_parser serves as a python module for parsing eml files and returning various information found in the e-mail as well as computed information. Prior to 3.0.1, EmlParser.get_raw_body_text() recurses unconditionally for every nested message/rfc822 attachment without any depth limit. An attacker who can supply a badly crafted EML file with approximately 120 nested message/rfc822 parts triggers an unhandled RecursionError and aborts parsing of the message. A 12 KB EML file is enough to crash a worker. Though this causes the parser to crash, it is an unlikely scenario as the suggested EML that crashes the parser would not pass basic RFC compliance tests. This vulnerability is fixed in 3.0.1.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS