Vulnerability in Decompress Project
CVE-2026-39246
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 preventWritingThroughSymlink check on line 98 only applies to file entries, not symlink creation. An attacker can craft an archive with symlink entries pointing to sensitive files outside the extraction directory (e.g., /etc/passwd), enabling information disclosure when the application reads the extracted contents.
EPSS: 0.006 (43.9th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 7.5 (High). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N.
Affected products
- Decompress_project Decompress
- N/a — versions n/a
Weakness classification (CWE)
References
- cve@mitre.org (Product)
- cve@mitre.org (Product)
- cve@mitre.org (Exploit, Vendor Advisory)
Frequently asked questions
- What is CVE-2026-39246?
- CVE-2026-39246 is a high-severity vulnerability in Decompress Project, classified under Improper Link Resolution Before File Access. CVSS score: 7.5/10. Published 2026-07-09.
- How severe is CVE-2026-39246?
- High severity. CVSS v3 base score is 7.5 out of 10.