CVE-2026-59873 PUBLISHED

node-tar: Decompression/parse DoS via unlimited input

Assigner: GitHub_M
Reserved: 07.07.2026 Published: 08.07.2026 Updated: 08.07.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:H
CVSS Score: 9.2

Product Status

Vendor isaacs
Product node-tar
Versions
  • Version < 7.5.19 is affected

References

Problem Types

  • CWE-770: Allocation of Resources Without Limits or Throttling CWE