CVE Catalog

CVE-2026-59875

MediumCVSS 5.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.29%

21th percentile - higher than 21% of all known CVEs

Summary

The node-tar library before version 7.5.17 does not strip NUL bytes from PAX path and linkpath records, allowing a crafted archive to cause an uncaught exception and terminate the Node.js process.

Risk Assessment

An attacker can supply a malicious tar archive that, when extracted by an application using node-tar, causes a process crash (DoS), potentially disrupting service availability.

Recommendation

Upgrade node-tar to version 7.5.17 or later immediately, which includes a fix that strips NUL bytes from PAX records.

Other vulnerabilities in node-tar

See all
Original NVD description (English source)

node-tar is a tar archive manipulation library for Node.js. Prior to 7.5.17, node-tar does not strip NUL bytes from PAX path and linkpath records in src/pax.ts, allowing a crafted archive with values to reach fs.lstat or fs.open and terminate the process with an uncaught exception. This issue is fixed in version 7.5.17.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS