SEPTEMBER 14, 2026
Live Feed
Back to database
Case File

CVE-2026-88069

CRITICAL · CVSS 9.3 EPSS 0.33% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-09 · Last synced 2026-09-14

CyberRota Analysis

AI-Generated

The vulnerability allows attackers to exploit a path traversal flaw in Pandora's archive extraction process, enabling them to manipulate file paths and extract content outside the designated directory. This could lead to unauthorized file modifications, denial of service, and potential system compromise, depending on the permissions of the affected process. Organizations using Pandora should prioritize addressing this critical vulnerability to safeguard their systems against potential exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit
GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-88069
Severity
CRITICAL
CVSS
9.3
EPSS
0.33%

Original NVD 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.