Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-74764— Path Traversal in TAR Archive Extraction Allows Arbitrary File Write in Pandora

Quick assessment

Affected
pandora-analysis pandora
Exploitation
Public or AI PoC available; prioritize validation
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

Pandora analysis Pandora是Pandora analysis组织开源的一个分析框架,用于发现文件是否可疑,并方便地显示结果。 Pandora analysis Pandora 1.12.5及之前版本存在路径遍历漏洞,该漏洞源于TAR归档提取功能未应用提取过滤器,直接将归档成员名称传递给Python的tarfile.TarFile.extract(),可能导致路径遍历,攻击者通过特制TAR归档将文件写入预期目录之外,从而覆盖文件,可能导致应用受损、任意代码执行或拒绝服务。

CVSS 10.0 · Critical EPSS 0.40% · P34

Affected Version Matrix 1

VendorProduct Version RangeStatus
pandora-analysis pandora ≤ 1.12.5 affected
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2026-74764

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

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
Path Traversal in TAR Archive Extraction Allows Arbitrary File Write in Pandora
Source: CVE Program / CVE List V5
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.
Source: CVE Program / CVE List V5
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
Source: CVE Program / CVE List V5
Vulnerability Type
对路径名的限制不恰当(路径遍历)
Source: CVE Program / CVE List V5
Vulnerability Title
Pandora analysis Pandora 路径遍历漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Pandora analysis Pandora是Pandora analysis组织开源的一个分析框架,用于发现文件是否可疑,并方便地显示结果。 Pandora analysis Pandora 1.12.5及之前版本存在路径遍历漏洞,该漏洞源于TAR归档提取功能未应用提取过滤器,直接将归档成员名称传递给Python的tarfile.TarFile.extract(),可能导致路径遍历,攻击者通过特制TAR归档将文件写入预期目录之外,从而覆盖文件,可能导致应用受损、任意代码执行或拒绝服务。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

Vendor Product Affected Versions CPE Subscribe
pandora-analysis pandora 0 ~ 1.12.5 -

II. Public POCs for CVE-2026-74764

# POC Description Source Link Shenlong Link
AI-Generated POC Verified env Premium
Qwen3.6-35B-A3B · 10212 chars
Pro+ exclusive includes:
Vulnerability reproduction recording (real sandbox build + trigger, exclusive)
In-depth vulnerability mechanism
Trigger conditions & impact
Full executable POC code
Exploit chain & mitigation
POC zip download
100+ AI POC generations per month

III. Intelligence Information for CVE-2026-74764

登录查看更多情报信息。

Patches & Fixes for CVE-2026-74764 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-74764

No comments yet


Leave a comment