VYPR

Decompress

by Kevva

Source repositories

CVEs (4)

  • CVE-2026-39246HigJul 9, 2026
    risk 0.49cvss 7.5epss 0.01

    decompress before 4.2.2 allows arbitrary symlink creation during archive extraction. When processing symlink entries (type === 'symlink'), the x.linkname field from the archive is passed directly to fs.symlink() without validation (index.js line 121). The…

  • CVE-2026-39245MedJul 9, 2026
    risk 0.40cvss 6.2epss 0.00

    decompress before 4.2.2 contains an improper path containment check that enables directory traversal and arbitrary file write. The safeMakeDir function (index.js line 29) and the extraction path validation (index.js line 106) use String.indexOf() to verify the resolved path is…

  • CVE-2026-39243MedJul 9, 2026
    risk 0.40cvss 5.5epss 0.00

    decompress before 4.2.2 allows arbitrary hardlink creation during archive extraction, enabling file read disclosure and file corruption. When processing hardlink entries (type === 'link'), the x.linkname field from the archive is passed directly to fs.link() without validation…

  • CVE-2026-10732MedJun 5, 2026
    risk 0.35cvss 6.4epss 0.01

    All versions of the package decompress are vulnerable to Arbitrary File Write via Archive Extraction (Zip Slip) when extracting a ZIP archive containing two entries with the same path - the first being a symlink to an arbitrary target and the second being a regular file - the…