CVE Catalog

CVE-2026-59873

HighCVSS 7.5
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.19 does not enforce hard upper bounds on total decompressed data, entry counts, or decompression ratio during extraction and parsing. This allows a small crafted gzip bomb to exhaust disk space and CPU.

Risk Assessment

An attacker can supply a malicious tar archive that, when extracted, consumes excessive disk space and CPU resources, leading to a denial of service (DoS) in applications using this library.

Recommendation

Immediately update the node-tar library to version 7.5.19 or later, which introduces necessary decompression limits.

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.19, node-tar does not enforce hard upper bounds on total decompressed data, entry counts, or decompression ratio in extraction and parsing paths such as src/extract.ts, allowing a small crafted gzip bomb to exhaust disk space and CPU. This issue is fixed in version 7.5.19.

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