VYPR

Adm Zip

by Cthackers

Source repositories

CVEs (2)

  • CVE-2026-76845MedAug 24, 2026
    risk 0.42cvss 6.5epss 0.00

    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…

  • CVE-2026-39244HigJul 10, 2026
    risk 0.42cvss 7.5epss 0.01

    adm-zip before 0.5.18 is vulnerable to denial of service via a crafted ZIP file with a manipulated uncompressed size header field. In zipEntry.js line 103, Buffer.alloc(_centralHeader.size) allocates memory based on the declared uncompressed size from the ZIP central directory…