eml_parser 是一个用于解析 .eml 文件的 Python 模块,能够从电子邮件中提取各种信息,并生成计算得出的附加信息。在 3.0.2 版本之前, 中的 函数使用基于正则表达式的不动点循环来移除 头域中括号化的 CFWS(可折叠空白和注释)内容。该算法的运行时间随嵌套层数的平方增长,存在二次时间复杂度问题。一个仅包含 5,000 层嵌套括号单个 头域,每解析一条消息就会占用约 1.3 秒的 CPU 资源;而嵌套深度每增加一倍,运行时间大致增加四倍。 攻击者可以提交相对较小的 .eml 文件,导致处理过程
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| GOVCERT-LU | eml_parser | < 3.0.2 |
affected |
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
| Vendor | Product | Affected Versions | CPE | Subscribe |
|---|---|---|---|---|
| GOVCERT-LU | eml_parser | < 3.0.2 | - |
|
| # | POC Description | Source Link | Shenlong Link |
|---|
No public POC found.
Login to generate AI POC| CVE-2026-55618 | 6.5 MEDIUM | eml_parser: URL extraction bypass via HTML entities in URLs |
| CVE-2026-55619 | 5.3 MEDIUM | eml_parser: Parser DoS via deeply nested parentheses in e-mail headers |
No comments yet