CVE-2026-74767: Unbounded DAA Decompression in Pandora Allows Denial of Service via Decompression Bomb

Published Aug 15, 2026
·
Updated

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 data.

An attacker able to submit a crafted DAA file containing highly compressed data could cause Pandora to decompress a relatively small input into a very large amount of data in memory. Because the decompressed chunks are accumulated to construct the internal ISO image, this could result in excessive memory consumption and potentially CPU exhaustion, causing the extraction worker to become unresponsive, terminate, or affect the availability of the Pandora service.

The patch introduces bounded decompression using decompressobj().decompress() with maxextractedfilesize, verifies the cumulative size of decompressed chunks, and raises a dedicated ZipBomb exception when the configured limit is exceeded. Pandora then aborts extraction and reports the file as too large.

Affected Software

1 affected component
Pandora Pandora

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade Pandora to a version that resolves this vulnerability.

    Patch Unbounded DAA Decompression in Pandora Allows Denial of Service via Decompression Bomb
  2. Configuration

    Ensure Pandora’s DAA extraction uses bounded decompression by verifying cumulative decompressed chunk size and enforcing max_extracted_filesize (raising a dedicated ZipBomb exception when exceeded).

    Pandora DAA extraction max_extracted_filesize = configured limit

Event History

Aug 15, 2026
CVE Published
via MITRE·09:56 PM
Data Sourced
via MITRE·09:56 PM
DescriptionWeakness
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-74767?

CVE-2026-74767 has a risk rating of 29, indicating a potential for significant impact due to denial-of-service scenarios.

2

How do I fix CVE-2026-74767?

To fix CVE-2026-74767, ensure that you update Pandora to the latest version, which includes enhancements to limit decompressed data sizes.

3

What type of vulnerability is CVE-2026-74767?

CVE-2026-74767 is classified as a denial-of-service vulnerability related to unbounded decompression of DAA files.

4

What systems are affected by CVE-2026-74767?

CVE-2026-74767 affects the Pandora software that processes DAA (Direct Access Archive) files.

5

Can CVE-2026-74767 be exploited remotely?

Yes, CVE-2026-74767 can be exploited remotely by attackers who provide specially crafted DAA files to trigger the denial-of-service condition.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203