VYPR
Vendor

Decompress Project

Products
1
CVEs
4
Across products
4
Status
Private

Products

1

Recent CVEs

4
  • CVE-2020-12265CriApr 26, 2020
    risk 0.57cvss 9.8epss 0.02

    The decompress package before 4.2.1 for Node.js is vulnerable to Arbitrary File Write via ../ in an archive member, when a symlink is used, because of Directory Traversal.

  • 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…