Pandora vulnerabilities
4 known CVE vulnerabilities in Pandora, translated and rated.
- CVE-2026-74764Critical
Pandora contains a path traversal vulnerability in its TAR archive extraction functionality. When processing a TAR archive, member names are passed directly to Python's tarfile.TarFile.extract() without an extraction filter. An attacker can submit a crafted TAR archive with malicious paths, allowing files to be written outside the intended directory.
- CVE-2026-75531High
Pandora contains a stored XSS vulnerability in the rendering of URL observables. A malicious URL can be injected into the inline JavaScript onclick handler, allowing arbitrary JavaScript execution in the application context.
- CVE-2026-75529Medium
Pandora is affected by a stored XSS vulnerability in the PDF download functionality. The /task-download/<task_id>/.../pdf endpoint verifies the file is a PDF but returns it without explicit MIME type, allowing it to be served as HTML or another active format. A crafted PDF/polyglot can execute script in the Pandora application context.
- CVE-2026-74767High
Pandora contains a denial-of-service vulnerability in its handling of DAA (Direct Access Archive) files. When extracting the internal ISO image, compressed chunks are decompressed using zlib.decompress() without enforcing a limit on the resulting uncompressed data. An attacker can submit a crafted DAA file with highly compressed data, causing excessive memory and CPU consumption, potentially making the extraction worker unresponsive or terminating it, affecting service availability.

