Answer in brief
CVE-2026-77301 records a High severity (CVSS 7.5) vulnerability in adm-zip: Uncontrolled memory allocation via the declared uncompressed size (DoS). The current sources do not mark it as known exploited. The current feed maps cthackers/adm-zip (generic), adm-zip (npm), adm-zip (npm). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 7.5. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps cthackers/adm-zip (generic), adm-zip (npm), adm-zip (npm). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| cthackers/adm-zipgeneric | < 0.6.1 | Not reported |
| adm-zipnpm | <0.6.1 | 0.6.1 |
| adm-zipnpm | >=0 <0.6.1 | 0.6.1 |
Published upstream
Sep 18, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 18, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 18, 2026
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.
Quoted source text, attributed separately from HOL analysis.