๐Ÿ” CVE Alert

CVE-2026-55620

HIGH 7.5

eml_parser: DoS via deeply nested parens in Received headers

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

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.2, eml_parser.routing.noparenthesis in eml_parser/routing.py removes parenthesized CFWS comments from Received: headers with a regex-based fix-point loop whose running time is quadratic in the nesting depth. A single Received: header with 5,000 nested parentheses causes approximately 1.3 seconds of CPU saturation per parsed message, and doubling the nesting depth approximately quadruples the running time. An attacker can submit relatively small EML files that consume multiple seconds of processing time, causing worker latency, queue backpressure, and possible service-level outages in synchronous gateways, sandboxes, and real-time triage pipelines. This issue is fixed in version 3.0.2.

CWE CWE-770 CWE-1124
Vendor govcert-lu
Product eml_parser
Published Aug 25, 2026
Stay Ahead of the Next One

Get instant alerts for govcert-lu eml_parser

Be the first to know when new high vulnerabilities affecting govcert-lu eml_parser are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Affected Versions

GOVCERT-LU / eml_parser
< 3.0.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/GOVCERT-LU/eml_parser/security/advisories/GHSA-g7gc-gmgp-wgqg github.com: https://github.com/GOVCERT-LU/eml_parser/pull/90 github.com: https://github.com/GOVCERT-LU/eml_parser/commit/746a69f86443eb0b6a47f77db3cfe727c21f92b3 github.com: https://github.com/GOVCERT-LU/eml_parser/releases/tag/v3.0.2