Description
adm-zip versions 0.5.14 through 0.6.0 fail to apply zlib decompression output limits when ZIP entries declare zero uncompressed size. Attackers can craft malicious ZIP archives with highly compressible entries declaring zero size to exhaust memory and cause denial of service.
Published: 2026-09-15
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Patch Now
AI Analysis

Impact

adm-zip versions 0.5.14 through 0.6.0 do not enforce the expected output limits when ZIP entries declare zero uncompressed size. This allows an attacker to craft a highly compressible archive whose entries specify a size of zero. When processed, the library expands the data without a size guard, eventually exhausting the application’s memory and crippling availability. The weakness is a resource exhaustion fault (CWE‑409) and improper allocation of memory (CWE‑770).

Affected Systems

Affected software is the adm‑zip library distributed by cthackers. Versions from 0.5.14 up to and including 0.6.0 are vulnerable. No other packages or operating systems are listed; the vulnerability is confined to applications that embed these specific library releases.

Risk and Exploitability

The CVSS score of 8.7 classifies the issue as high severity. The EPSS score is below 1 %, indicating a very low probability that exploits are currently in the wild, and the vulnerability is not listed in the CISA KEV catalog. Attackers can deliver a malicious ZIP file to any hosting environment that uses adm‑zip to extract archives, making the attack vector external and inexpensive. Without mitigation, the denial of service could affect all instances that import untrusted ZIP data.

Generated by OpenCVE AI on September 16, 2026 at 19:16 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade adm-zip to the latest released version (≥0.6.1) where the decompression output limits are enforced.
  • If an upgrade cannot be performed, restrict or filter ZIP files coming from untrusted sources before they reach adm-zip.
  • Add application‑level validation to reject ZIP entries that declare zero uncompressed size or enforce memory limits during extraction.

Generated by OpenCVE AI on September 16, 2026 at 19:16 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 16 Sep 2026 11:15:00 +0000

Type Values Removed Values Added
First Time appeared Cthackers
Cthackers adm-zip
Vendors & Products Cthackers
Cthackers adm-zip

Wed, 16 Sep 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-770
References
Metrics threat_severity

None

threat_severity

Important


Tue, 15 Sep 2026 21:15:00 +0000

Type Values Removed Values Added
Description adm-zip versions 0.5.14 through 0.6.0 fail to apply zlib decompression output limits when ZIP entries declare zero uncompressed size. Attackers can craft malicious ZIP archives with highly compressible entries declaring zero size to exhaust memory and cause denial of service.
Title adm-zip 0.5.14 through 0.6.0 Denial of Service via Zero Declared Uncompressed Size
First Time appeared Adm-zip Project
Adm-zip Project adm-zip
Weaknesses CWE-409
CPEs cpe:2.3:a:adm-zip_project:adm-zip:*:*:*:*:*:*:*:*
Vendors & Products Adm-zip Project
Adm-zip Project adm-zip
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}

cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

Adm-zip Project Adm-zip
Cthackers Adm-zip
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-15T20:56:45.780Z

Reserved: 2026-09-15T11:12:09.501Z

Link: CVE-2026-92000

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-15T21:16:49.167

Modified: 2026-09-15T21:16:49.167

Link: CVE-2026-92000

cve-icon Redhat

Severity : Important

Publid Date: 2026-09-15T20:56:45Z

Links: CVE-2026-92000 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-16T19:30:06Z

Weaknesses
  • CWE-409

    Improper Handling of Highly Compressed Data (Data Amplification)

  • CWE-770

    Allocation of Resources Without Limits or Throttling