CVE Catalog

CVE-2026-59871

MediumCVSS 5.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.36%

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

Summary

The node-tar library before version 7.5.18 coerces all-digit PAX path and linkpath values to JavaScript numbers, causing a TypeError during path processing. The issue is fixed in version 7.5.18.

Risk Assessment

An attacker can supply a crafted tar archive that triggers an uncaught exception, crashing the Node.js application using node-tar.

Recommendation

Immediately update the node-tar library to version 7.5.18 or later.

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.18, node-tar coerces all-digit PAX path and linkpath values in src/pax.ts to JavaScript numbers, causing downstream path handling such as normalizeWindowsPath(entry.path).split('/') to throw an uncaught TypeError. This issue is fixed in version 7.5.18.

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