VYPR

pandora

by pandora-analysis

Source repositories

CVEs (5)

  • CVE-2026-74764CriAug 15, 2026
    risk 0.58cvss epss 0.00

    Pandora contains a path traversal vulnerability in its TAR archive extraction functionality. When processing a submitted TAR archive, the extractor passed archive member names directly to Python's tarfile.TarFile.extract() without applying an extraction filter. An attacker…

  • CVE-2026-74767HigAug 15, 2026
    risk 0.50cvss epss 0.00

    Pandora contains a denial-of-service vulnerability in its handling of DAA (Direct Access Archive) files. When extracting the internal ISO image from a DAA archive, compressed chunks were decompressed using zlib.decompress() without enforcing a limit on the resulting uncompressed…

  • CVE-2026-75531HigAug 17, 2026
    risk 0.39cvss epss 0.00

    Pandora contains a stored cross-site scripting (XSS) vulnerability in the rendering of URL observables. A URL extracted from or associated with an analyzed file was inserted directly into the inline JavaScript onclick handler used by the Submit to Lookyloo action. Although the…

  • CVE-2026-75529MedAug 17, 2026
    risk 0.38cvss epss 0.00

    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…

  • CVE-2023-22898MedJan 10, 2023
    risk 0.00cvss 6.5epss 0.01

    workers/extractor.py in Pandora (aka pandora-analysis/pandora) 1.3.0 allows a denial of service when an attacker submits a deeply nested ZIP archive (aka ZIP bomb).