漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
Path Traversal in TAR Archive Extraction Allows Arbitrary File Write in Pandora
Vulnerability Description
Pandora contains a path traversal vulnerability in its TAR archive extraction functionality. When processing a submitted TAR archive, the extractor passed archive member names directly to Python's tarfile.TarFile.extract() without applying an extraction filter.
An attacker able to submit a specially crafted TAR archive containing malicious member paths, such as paths using ../ sequences or absolute paths, could cause extracted files to be written outside the intended extraction directory. This may allow the attacker to overwrite files accessible to the Pandora worker process and could potentially result in application compromise, arbitrary code execution, or denial of service depending on the files targeted and the privileges of the Pandora process.
The vulnerability is corrected by using Python's filter='data' extraction filter, which rejects or sanitizes dangerous TAR members, including paths that escape the destination directory and unsafe link targets.
The weakness corresponds to MITRE's general path traversal category, which includes archive extraction cases where attacker-controlled filenames cause files to be written outside the intended directory.
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:L
Vulnerability Type
对路径名的限制不恰当(路径遍历)
Vulnerability Title
Pandora analysis Pandora 路径遍历漏洞
Vulnerability Description
Pandora analysis Pandora是Pandora analysis组织开源的一个分析框架,用于发现文件是否可疑,并方便地显示结果。 Pandora analysis Pandora 1.12.5及之前版本存在路径遍历漏洞,该漏洞源于TAR归档提取功能未应用提取过滤器,直接将归档成员名称传递给Python的tarfile.TarFile.extract(),可能导致路径遍历,攻击者通过特制TAR归档将文件写入预期目录之外,从而覆盖文件,可能导致应用受损、任意代码执行或拒绝服务。
CVSS Information
N/A
Vulnerability Type
N/A