Lucene search
+L

439 matches found

SUSE CVE
SUSE CVE
added 4 days ago4 views

SUSE CVE-2026-59873

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 spac...

7.5CVSS7.5AI score0.00424EPSS
SaveExploits1References2
SUSE CVE
SUSE CVE
added 4 days ago4 views

SUSE CVE-2026-59874

node-tar is a tar archive manipulation library for Node.js. Prior to 7.5.18, tar.replace accepts a checksum-valid tar header with a negative base-256 encoded entry size, causing the archive scanner to make no progress while repeatedly parsing the same header. This issue is fixed in version 7.5.18...

7.5CVSS7.1AI score0.00418EPSS
SaveExploits1References2
RedHat Linux
RedHat Linux
added 5 days ago6 views

tar: node-tar: Denial of Service via crafted gzip bomb

A flaw was found in node-tar, a tar archive manipulation library for Node.js. This vulnerability allows a remote attacker to craft a small gzip bomb, which, when processed, can lead to the exhaustion of disk space and CPU resources. This occurs because node-tar does not enforce strict limits on t...

9.2CVSS7.1AI score0.00424EPSS
SaveExploits1References7
RedHat Linux
RedHat Linux
added 5 days ago7 views

tar: Node-tar: Denial of Service via malformed tar archive header

A flaw was found in node-tar, a tar archive manipulation library for Node.js. A remote attacker could exploit this vulnerability by providing a specially crafted tar archive with a negative entry size in its header. This malformed header causes the archive scanner to enter an infinite loop,...

8.7CVSS7AI score0.00418EPSS
SaveExploits1References7
RedHat Linux
RedHat Linux
added 5 days ago6 views

tar: node-tar: Denial of Service via crafted gzip bomb

A flaw was found in node-tar, a tar archive manipulation library for Node.js. This vulnerability allows a remote attacker to craft a small gzip bomb, which, when processed, can lead to the exhaustion of disk space and CPU resources. This occurs because node-tar does not enforce strict limits on t...

9.2CVSS5.9AI score0.00424EPSS
SaveExploits1References7
RedHat Linux
RedHat Linux
added 5 days ago7 views

tar: Node-tar: Denial of Service via malformed tar archive header

A flaw was found in node-tar, a tar archive manipulation library for Node.js. A remote attacker could exploit this vulnerability by providing a specially crafted tar archive with a negative entry size in its header. This malformed header causes the archive scanner to enter an infinite loop,...

8.7CVSS5.8AI score0.00418EPSS
SaveExploits1References7
RedHat Linux
RedHat Linux
added 6 days ago5 views

tar: Node-tar: Denial of Service via malformed tar archive header

A flaw was found in node-tar, a tar archive manipulation library for Node.js. A remote attacker could exploit this vulnerability by providing a specially crafted tar archive with a negative entry size in its header. This malformed header causes the archive scanner to enter an infinite loop,...

8.7CVSS7AI score0.00418EPSS
SaveExploits1References7
RedHat Linux
RedHat Linux
added 6 days ago10 views

tar: node-tar: Denial of Service via crafted gzip bomb

A flaw was found in node-tar, a tar archive manipulation library for Node.js. This vulnerability allows a remote attacker to craft a small gzip bomb, which, when processed, can lead to the exhaustion of disk space and CPU resources. This occurs because node-tar does not enforce strict limits on t...

9.2CVSS7.1AI score0.00424EPSS
SaveExploits1References7
RedHat Linux
RedHat Linux
added 6 days ago8 views

tar: Node-tar: Denial of Service via malformed tar archive header

A flaw was found in node-tar, a tar archive manipulation library for Node.js. A remote attacker could exploit this vulnerability by providing a specially crafted tar archive with a negative entry size in its header. This malformed header causes the archive scanner to enter an infinite loop,...

8.7CVSS7AI score0.00418EPSS
SaveExploits1References7
RedHat Linux
RedHat Linux
added 6 days ago8 views

tar: node-tar: Denial of Service via crafted gzip bomb

A flaw was found in node-tar, a tar archive manipulation library for Node.js. This vulnerability allows a remote attacker to craft a small gzip bomb, which, when processed, can lead to the exhaustion of disk space and CPU resources. This occurs because node-tar does not enforce strict limits on t...

9.2CVSS7.1AI score0.00424EPSS
SaveExploits1References7
Circl
Circl
added 2026/07/20 10:35 p.m.11 views

CVE-2026-59875

creationtimestamp| type| source ---|---|--- 2026-07-20 22:35:12+00:00| published-proof-of-concept| https://github.com/isaacs/node-tar/security/advisories/GHSA-gvwx-54wh-qm9j 2026-07-22 12:01:16+00:00| seen| https://bsky.app/profile/lambdawatchdog.bsky.social/post/3mrabmsdhlk24...

5.3CVSS4.8AI score0.00292EPSS
SaveExploits0References2
Circl
Circl
added 2026/07/20 10:35 p.m.12 views

CVE-2026-59871

creationtimestamp| type| source ---|---|--- 2026-07-20 22:35:05+00:00| published-proof-of-concept| https://github.com/isaacs/node-tar/security/advisories/GHSA-w8wr-v893-vjvp 2026-07-22 12:01:14+00:00| seen| https://bsky.app/profile/lambdawatchdog.bsky.social/post/3mrabmqeztj2n...

7.5CVSS4.8AI score0.0041EPSS
SaveExploits1References2
EUVD
EUVD
added 2026/07/20 9:53 p.m.10 views

EUVD-2026-42308

node-tar: Process crash via PAX numeric path type confusion...

7.5CVSS5.1AI score0.0041EPSS
SaveExploits1References4
OSV
OSV
added 2026/07/20 9:53 p.m.6 views

GHSA-W8WR-V893-VJVP node-tar: Process crash via PAX numeric path type confusion

Summary A crafted 2.5KB tar archive crashes any Node.js process that extracts it. The PAX header parser coerces all-digit path values to JavaScript numbers, which causes an uncaught TypeError when downstream code calls .split'/' on the numeric value. Error handlers and strict: false cannot...

5.3CVSS5.6AI score0.0041EPSS
SaveExploits1References5
OSV
OSV
added 2026/07/20 9:52 p.m.6 views

GHSA-23HP-3JRH-7FPW node-tar: Decompression/parse DoS via unlimited input

Summary A Decompression/parse DoS via unlimited input vulnerability in node-tar allows an attacker to exhaust server resources disk space and CPU. Because the library does not enforce hard upper bounds on total decompressed data or entry counts, a small, maliciously crafted "Gzip Bomb" can be use...

9.2CVSS5.4AI score0.00424EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2026/07/20 9:52 p.m.10 views

node-tar: Decompression/parse DoS via unlimited input

Summary A Decompression/parse DoS via unlimited input vulnerability in node-tar allows an attacker to exhaust server resources disk space and CPU. Because the library does not enforce hard upper bounds on total decompressed data or entry counts, a small, maliciously crafted "Gzip Bomb" can be use...

9.2CVSS7.7AI score0.00424EPSS
SaveExploits1References5Affected Software1
Patchstack
Patchstack
added 2026/07/20 9:52 p.m.10 views

NPM: node-tar: Decompression/parse DoS via unlimited input

NPM: node-tar: Decompression/parse DoS via unlimited input vulnerability discovered by ? in WordPress Npm tar versions = 7.5.18...

9.2CVSS7.8AI score0.00424EPSS
SaveExploits1References5Affected Software1
EUVD
EUVD
added 2026/07/20 9:52 p.m.11 views

EUVD-2026-42305

node-tar: Decompression/parse DoS via unlimited input...

9.2CVSS7.8AI score0.00424EPSS
SaveExploits1References4
Patchstack
Patchstack
added 2026/07/20 9:51 p.m.9 views

NPM: node-tar: Negative tar entry size causes infinite loop in archive replace

NPM: node-tar: Negative tar entry size causes infinite loop in archive replace vulnerability discovered by ? in WordPress Npm tar versions = 7.5.17...

8.7CVSS7.2AI score0.00418EPSS
SaveExploits1References5Affected Software1
EUVD
EUVD
added 2026/07/20 9:51 p.m.15 views

EUVD-2026-42303

node-tar: Uncaught Exception DoS via NUL byte in PAX path/linkpath records...

5.3CVSS5.2AI score0.00292EPSS
SaveExploits0References4
Rows per page
Query Builder