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: Path Traversal in Official Example Script Leading to Arbitrary File Write
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 version 2.0.1, the official example script examples/recursively_extract_attachments.py contains a path traversal vulnerability that allows arbitrary file write outside the intended output directory. Attachment filenames extracted from parsed emails are directly used to construct output file paths without any sanitization, allowing an attacker-controlled filename to escape the target directory. This issue has been patched in version 2.0.1.
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N
Vulnerability Type
对路径名的限制不恰当(路径遍历)
Vulnerability Title
eml_parser 路径遍历漏洞
Vulnerability Description
eml_parser是GOVCERT.LU开源的一个解析电子邮件文件的Python库。 eml_parser 2.0.1之前版本存在路径遍历漏洞,该漏洞源于示例脚本未对附件文件名进行清理,可能导致任意文件写入。
CVSS Information
N/A
Vulnerability Type
N/A