๐Ÿ” CVE Alert

CVE-2026-77301

HIGH 7.5

adm-zip: Uncontrolled memory allocation via the declared uncompressed size (DoS)

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

adm-zip is a JavaScript library for creating and extracting ZIP archives in Node.js. Prior to 0.6.1, getData() in zipEntry.js trusts an entry's central-directory uncompressed size and allocates output memory before validating that value against the actual compressed data and decompression result. A small crafted ZIP can declare a multi-gigabyte uncompressed size, causing Buffer.alloc and decompression handling to commit excessive resident memory before CRC validation reports an error. Applications that read entries from untrusted archives can therefore be terminated by the operating system or suffer service-wide memory exhaustion. This issue is fixed in version 0.6.1.

CWE CWE-789
Vendor cthackers
Product adm-zip
Published Sep 18, 2026
Last Updated Sep 18, 2026
Stay Ahead of the Next One

Get instant alerts for cthackers adm-zip

Be the first to know when new high vulnerabilities affecting cthackers adm-zip are published โ€” delivered to Slack, Telegram or Discord.

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

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Affected Versions

cthackers / adm-zip
< 0.6.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/cthackers/adm-zip/security/advisories/GHSA-7q85-xj36-vmfc github.com: https://github.com/cthackers/adm-zip/commit/491600683dacb6cb9fe0718a0eeb9cb5eb49afa6 github.com: https://github.com/cthackers/adm-zip/releases/tag/v0.6.1