CVE-2026-76845

Source
https://cve.org/CVERecord?id=CVE-2026-76845
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-76845.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-76845
Published
2026-08-24T13:12:01.802Z
Modified
2026-08-27T11:47:51.129292742Z
Severity
  • 6.8 (Medium) CVSS_V4 - CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N CVSS Calculator
Summary
adm-zip 0.5.9 through 0.6.0 Arbitrary File Overwrite via Symlink Following on Extraction
Details

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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/76xxx/CVE-2026-76845.json",
    "cwe_ids": [
        "CWE-59"
    ],
    "cna_assigner": "VulnCheck"
}
References

Affected packages

Git / github.com/cthackers/adm-zip

Affected ranges

Type
GIT
Repo
https://github.com/cthackers/adm-zip
Events
Database specific
Show details
{
    "source": [
        "AFFECTED_FIELD",
        "DESCRIPTION"
    ],
    "extracted_events": [
        {
            "introduced": "0.5.9"
        },
        {
            "last_affected": "0.6.0"
        },
        {
            "fixed": "0.6.0"
        }
    ]
}

Affected versions

v0.*
v0.5.10
v0.5.11
v0.5.12
v0.5.13
v0.5.14
v0.5.15
v0.5.16
v0.5.17
v0.5.18
v0.5.9

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-76845.json"