CVE-2026-39243
Severity CVSS v4.0:
Pending analysis
Type:
CWE-59
Link Following
Publication date:
09/07/2026
Last modified:
13/07/2026
Description
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 (index.js line 113). An attacker can craft an archive with a hardlink entry whose linkname is an absolute path to any file on the same filesystem. This creates a hardlink inside the extraction directory that shares the same inode as the target file, enabling both reading and overwriting the original file's content. Hardlinks are limited to files on the same filesystem and cannot target directories.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:a:decompress_project:decompress:*:*:*:*:*:node.js:*:* | 4.2.1 (including) |
To consult the complete list of CPE names with products and versions, see this page


