Description
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.
Published: 2026-09-09
Score: 9.3 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Pandora’s archive extraction worker does not properly normalize or check extraction paths, allowing an attacker to include directory traversal sequences in a malicious archive or disk image. When the worker resolves these paths, it may write files outside the intended extraction directory, overwriting arbitrary files owned by the Pandora process. This flaw is a classic path‑traversal vulnerability (CWE‑22) and can lead to unauthorized file modifications, denial of service, and a potential foothold for further exploitation if the overwritten files influence application logic or system state.

Affected Systems

The vulnerability affects the Pandora analysis tool. No specific version numbers are listed in the advisory, so all deployments of Pandora that perform archive extraction are potentially impacted until a patch is applied.

Risk and Exploitability

The CVSS base score is 9.3, indicating critical severity. EPSS is not available, and KEV is not listed. The exploit can be triggered remotely by submitting a specially crafted file for analysis. Successful exploitation would allow path traversal into any location writable by the Pandora worker, enabling file overwrite attacks. Because the flaw does not require local access or additional credential escalation, the risk of compromise is high, especially on systems where the Pandora process runs with elevated privileges.

Generated by OpenCVE AI on September 9, 2026 at 23:06 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Install the patched version of Pandora that enforces path normalization before extraction to prevent traversal.
  • Configure the Pandora worker to run with the least privilege possible and restrict its write permission to only the intended extraction directory, ensuring the process does not run with root or elevated privileges.
  • Enable and monitor Pandora logs for denied extraction attempts or path traversal errors, and review any suspicious analysis jobs to mitigate potential ongoing attacks.

Generated by OpenCVE AI on September 9, 2026 at 23:06 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 09 Sep 2026 21:45:00 +0000

Type Values Removed Values Added
Description 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.
Title Path traversal in Pandora archive extractor allows arbitrary file writes outside the extraction directory in pandora analysis
Weaknesses CWE-22
References
Metrics cvssV4_0

{'score': 9.3, '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'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: CIRCL

Published:

Updated: 2026-09-09T21:55:26.738Z

Reserved: 2026-09-09T21:36:23.190Z

Link: CVE-2026-88069

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-09T22:18:49.240

Modified: 2026-09-09T22:18:49.240

Link: CVE-2026-88069

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-09T23:15:17Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')