๐Ÿ” CVE Alert

CVE-2026-74764

UNKNOWN 0.0

Path Traversal in TAR Archive Extraction Allows Arbitrary File Write in Pandora

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-22
Vendor pandora-analysis
Product pandora
Published Aug 15, 2026
Stay Ahead of the Next One

Get instant alerts for pandora-analysis pandora

Be the first to know when new unknown vulnerabilities affecting pandora-analysis pandora are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

pandora-analysis / pandora
0 โ‰ค 1.12.5

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/pandora-analysis/pandora/commit/186b58d41e04248a154d274fffb5813e7fa2012e

Credits

Jeroen Pinoy Raphael Vinot