CVE-2026-55620 affects the eml_parser Python library (versions prior to 3.0.2), which is used for parsing EML email files. The vulnerability exists in the eml_parser.routing.noparenthesis function in routing.py, where a regex-based fix-point loop processes parenthesized CFWS comments in Received headers with quadratic time complexity relative to nesting depth. An attacker can craft a small EML file containing deeply nested parentheses (e.g., 5,000 levels) to cause approximately 1.3 seconds of CPU saturation per message, with processing time quadrupling as nesting depth doubles. This ReDoS (Regular Expression Denial of Service) vulnerability can lead to worker latency, queue backpressure, and service-level outages in synchronous gateways, sandboxes, and real-time triage pipelines. The issue has been patched in eml_parser version 3.0.2. The fix is available via a GitHub commit and documented in a security advisory on GitHub.