CVE-2026-88069 PUBLISHED

Path traversal in Pandora archive extractor allows arbitrary file writes outside the extraction directory in pandora analysis

Assigner: CIRCL
Reserved: 09.09.2026 Published: 09.09.2026 Updated: 09.09.2026

Pandora contains a path traversal vulnerability in its archive extraction worker. When processing a specially crafted archive or disk image, attacker-controlled file paths could be used without ensuring that the resulting destination remained within the intended extraction directory.

An attacker able to submit a malicious file for analysis could use path traversal sequences or crafted paths to cause extracted content to be written outside the designated extraction directory, potentially overwriting files accessible to the Pandora worker process. Successful exploitation could result in unauthorized modification of application or system files, denial of service, and potentially further compromise depending on the permissions of the Pandora process and the files that can be overwritten.

The vulnerability is addressed by resolving each extraction destination path before writing and verifying that it remains below the expected extraction directory. Extraction attempts resolving outside this directory are rejected and reported as path traversal attempts.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:H/SC:N/SI:H/SA:H
CVSS Score: 9.3

Product Status

Vendor pandora-analysis
Product pandora
Versions Default: unaffected
  • affected from 0 to 1.12.7 (incl.)

Credits

  • Raphael Vinot remediation developer
  • Jeroen Pinoy finder

References

Problem Types

  • CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') CWE

Impacts

  • CAPEC-126 Path Traversal