ZeroHour

CVE-2026-88069

niche

Path Traversal in Pandora Archive Extraction Worker Allows File Overwrites

CVSS 4.0
9.3 critical
EPSS
<1%p26
Published
()
Modified
AI analysis

CVE-2026-88069 is a path traversal vulnerability (CWE-22) in Pandora's archive extraction worker: when the worker unpacks a submitted archive or disk image, attacker-controlled file paths are used without verifying that the resolved destination stays within the intended extraction directory. An attacker who can submit a crafted file for analysis can use traversal sequences to write extracted content outside the designated directory and overwrite files accessible to the Pandora worker process; the CVSS 4.0 vector (network attack vector, no privileges or user interaction required) indicates a network-reachable submission path. Successful exploitation can lead to unauthorized modification of application or system files, denial of service, and potentially further compromise depending on the worker process's privileges and which files can be overwritten. Organizations running Pandora — described in the advisory as a platform that accepts file submissions for analysis — are affected; the advisory data does not name a vendor or specify affected or fixed versions. There is no evidence of exploitation in the wild (not listed in CISA KEV) and no public proof-of-concept is known; the fix resolves each extraction destination path before writing and rejects writes that resolve outside the expected directory.

What to do: Update Pandora to a build that resolves each extraction destination path before writing and rejects writes resolving outside the extraction directory; the advisory data does not name a fixed version, so consult the vendor or project's release notes to identify the patched release. Until patched, restrict who can submit files for analysis, run the Pandora worker with least privilege inside a sandboxed or containerized environment with only a narrow writable directory, and monitor for unexpected file modifications outside the extraction directory. After upgrading, review logs for reported path traversal attempts on previously submitted files.

Affected
Pandora (archive extraction worker in the file-analysis platform)
Estimated exposure
nichelikely hundreds to low thousands of deployments; no published install counts exist — The advisory identifies no vendor, install base, or scan data, and the description ('submit a malicious file for analysis') suggests a niche file-analysis platform used by specialist security teams rather than mass-market software, so the…

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

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.

Weakness
CWE-22
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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

In the news

No ingested article mentions this CVE yet.