adm-zip 0.5.9 through 0.6.0 follows symbolic links at the extraction destination. Utils.sanitize in util/utils.js enforces containment by comparing only the string form of an archive entry name against the resolved extraction root, and Utils.writeFileTo opens the computed destination with fs.openSync(path, "w", 0o666), which resolves symbolic links and carries neither O_NOFOLLOW nor a pre-write fs.lstatSync check. When a path component at the destination already exists as a symbolic link pointing outside the extraction root, extractAllTo, extractAllToAsync and extractEntryTo write the entry contents through that link and then chmod its target, placing attacker-controlled content in a file outside the root without any traversal sequence appearing in the archive. Reaching the write requires overwrite to be enabled, because the preceding fs.existsSync check also resolves the link and otherwise declines. An attacker able to create a symbolic link inside a shared, reused or predictable extraction directory, such as a temporary directory or a continuous integration workspace, can overwrite any file the extracting process is permitted to write.
CVE-2026-76845
Score 6.5 from GitHub Security Advisory published 2026-08-24. a secondary CVSS source baseline 6.5; sources differ by 0.0.
- Lower severity and no public exploit yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 6.5
- EG Score
- 6.5(high)
- EG Risk
- 29(Track)EG Risk 29/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity65% × 45%Exploitation0% × 40%Automatability0% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 0%
- EPSS %ILE
- 3%
- KEV
- Not listed
Published
August 24, 2026
Last Modified
August 24, 2026
Advisory Details (3)
Auto-updated Aug 24, 2026adm-zip 0.5.9 through 0.6.0 Arbitrary File Overwrite via Symlink Following on Extraction | Advisories | VulnCheck
https://www.vulncheck.com/advisories/adm-zip-through-arbitrary-file-overwrite-via-symlink-following-on-extractionadm-zip/util/utils.js at v0.6.0 · cthackers/adm-zip · GitHub
https://github.com/cthackers/adm-zip/blob/v0.6.0/util/utils.jsGitHub - cthackers/adm-zip: A Javascript implementation of zip for nodejs. Allows user to create or extract zip files both in memory or to/from disk · GitHub
https://github.com/cthackers/adm-zipVendor Advisories for CVE-2026-76845(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 19× in last 7d / 19× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-08-30 01:22 UTCEPSS rescore
- 2026-08-29 09:37 UTCEG score recompute
- 2026-08-29 09:37 UTCGHSA enrichment
- 2026-08-28 21:42 UTCEPSS rescore
- 2026-08-28 11:09 UTCEG score recompute
- 2026-08-28 11:08 UTCGHSA enrichment
- 2026-08-27 14:25 UTCEPSS rescore
- 2026-08-27 12:41 UTCGHSA enrichment
- 2026-08-26 14:13 UTCGHSA enrichment
- 2026-08-25 15:46 UTCEG score recompute
- 2026-08-25 15:46 UTCGHSA enrichment
- 2026-08-25 13:49 UTCEPSS rescore
- 2026-08-24 17:19 UTCEG score recompute
- 2026-08-24 17:19 UTCGHSA enrichment
- 2026-08-24 16:34 UTCEG score recompute
- 2026-08-24 16:34 UTCGHSA enrichment
- 2026-08-24 14:24 UTCEG score recompute
- 2026-08-24 13:22 UTCEG score recompute
- 2026-08-24 13:22 UTCMITRE cvelistV5first tracked
Related CVEs(same CWE)
Frequently asked(5)
What is CVE-2026-76845?
When was CVE-2026-76845 disclosed?
Is CVE-2026-76845 actively exploited?
What is the CVSS score of CVE-2026-76845?
How do I remediate CVE-2026-76845?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-76845
Is Your Infrastructure Affected by CVE-2026-76845?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.