๐Ÿ” CVE Alert

CVE-2026-75529

UNKNOWN 0.0

Stored Cross-Site Scripting via MIME-Type Confusion in PDF Downloads of Pandora

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Pandora is affected by a stored cross-site scripting vulnerability in the PDF download functionality. The /task-download/<task_id>/.../pdf endpoint verifies that the submitted file is a PDF using Pandora's content-based file-type detection, but previously returned the file using send_file(task.file.path) without explicitly specifying the MIME type or forcing it to be downloaded as an attachment. Because Flask determines the response MIME type from the filename when a path is supplied, an attacker could submit a file whose content is recognized by Pandora as a PDF while its filename or extension causes the download endpoint to return it with a different, potentially active MIME type. A specially crafted PDF/polyglot file could therefore be served inline and interpreted by a victim's browser as HTML or another executable web format. If a victim with access to the submitted analysis follows the PDF download link, attacker-controlled script could execute in the security context of the Pandora application, potentially allowing access to application data or actions using the victim's session. The patch prevents the issue by explicitly returning PDF downloads with Content-Type: application/pdf, forcing Content-Disposition: attachment, and assigning a trusted .pdf filename based on the task UUID.

CWE CWE-79
Vendor pandora-analysis
Product pandora
Published Aug 17, 2026
Stay Ahead of the Next One

Get instant alerts for pandora-analysis pandora

Be the first to know when new unknown vulnerabilities affecting pandora-analysis pandora are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

pandora-analysis / pandora
0 โ‰ค 1.12.5

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/pandora-analysis/pandora/commit/668ec65a93cee327e3d925da2698849c9e65625a

Credits

Jeroen Pinoy Raphael Vinot