Vulnerability Information
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.
Vulnerability Title
eml_parser: Recursion DoS via nested message/rfc822 attachments
Vulnerability Description
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.
CVSS Information
N/A
Vulnerability Type
未经控制的递归
Vulnerability Title
eml_parser 安全漏洞
Vulnerability Description
eml_parser是GOVCERT.LU开源的一个解析电子邮件文件的Python库。 eml_parser 3.0.1之前版本存在安全漏洞,该漏洞源于EmlParser.get_raw_body_text()对嵌套的message/rfc822附件进行无深度限制的递归处理,攻击者可通过提供包含约120层嵌套的恶意EML文件触发未处理的RecursionError,导致解析崩溃。
CVSS Information
N/A
Vulnerability Type
N/A