Approved changes feed: RSS · Atom

cpe:2.3:a:isaacs:tar:*:*:*:*:*:node.js:*:*

part: a version: * update: *

VendorIsaacs (3fb4a70f-1a94-5af8-bf1e-2c138a52667e)
ProductTar (9a0e02b1-6c64-5b48-8e0a-1a7e5c2ddaa2)
Edition*
Language*
Software edition*
Target softwarenode.js
Target hardware*
Other*
NotesImported from gcve-enriched-dumps CVE data

PURL mappings

PURLSourceLast updated
No PURL mappings for this CPE yet.

Vulnerability references

IdentifiercpeApplicabilitySubmitteddb.gcve.eu detailsRationale
CVE:CVE-2026-31802 vulnerable 2026-06-08 07:57:15.910306 node-tar Symlink Path Traversal via Drive-Relative Linkpath
node-tar is a full-featured Tar for Node.js. Prior to version 7.5.11, tar (npm) can be tricked into creating a symlink that points outside the extraction directory by using a drive-relative symlink target such as C:../../../target.txt, which enables file overwrite outside cwd during normal tar.x() extraction. This vulnerability is fixed in 7.5.11.
Published: 2026-03-09T21:11:56.668Z
Updated: 2026-03-10T14:56:35.229Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2026-29786 vulnerable 2026-06-08 07:55:16.290009 node-tar: Hardlink Path Traversal via Drive-Relative Linkpath
node-tar is a full-featured Tar for Node.js. Prior to version 7.5.10, tar can be tricked into creating a hardlink that points outside the extraction directory by using a drive-relative link target such as C:../target.txt, which enables file overwrite outside cwd during normal tar.x() extraction. This issue has been patched in version 7.5.10.
Published: 2026-03-07T15:32:22.748Z
Updated: 2026-03-09T18:26:34.057Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2026-26960 vulnerable 2026-06-08 07:53:21.775486 node-tar has Arbitrary File Read/Write via Hardlink Target Escape Through Symlink Chain in Extraction
HIGH (7.1)
node-tar is a full-featured Tar for Node.js. When using default options in versions 7.5.7 and below, an attacker-controlled archive can create a hardlink inside the extraction directory that points to a file outside the extraction root, enabling arbitrary file read and write as the extracting user. Severity is high because the primitive bypasses path protections and turns archive extraction into a direct filesystem access primitive. This issue has been fixed in version 7.5.8.
Published: 2026-02-20T01:07:52.979Z
Updated: 2026-02-20T15:35:27.586Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2026-24842 vulnerable 2026-06-08 07:53:18.299314 node-tar Vulnerable to Arbitrary File Creation/Overwrite via Hardlink Path Traversal
HIGH (8.2)
node-tar,a Tar for Node.js, contains a vulnerability in versions prior to 7.5.7 where the security check for hardlink entries uses different path resolution semantics than the actual hardlink creation logic. This mismatch allows an attacker to craft a malicious TAR archive that bypasses path traversal protections and creates hardlinks to arbitrary files outside the extraction directory. Version 7.5.7 contains a fix for the issue.
Published: 2026-01-28T00:20:13.261Z
Updated: 2026-01-28T14:56:10.317Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2026-23950 vulnerable 2026-06-08 07:51:16.450392 node-tar has Race Condition in Path Reservations via Unicode Ligature Collisions on macOS APFS
HIGH (8.8)
node-tar,a Tar for Node.js, has a race condition vulnerability in versions up to and including 7.5.3. This is due to an incomplete handling of Unicode path collisions in the `path-reservations` system. On case-insensitive or normalization-insensitive filesystems (such as macOS APFS, In which it has been tested), the library fails to lock colliding paths (e.g., `ß` and `ss`), allowing them to be processed in parallel. This bypasses the library's internal concurrency safeguards and permits Symlink Poisoning attacks via race conditions. The library uses a `PathReservations` system to ensure that metadata checks and file operations for the same path are serialized. This prevents race conditions where one entry might clobber another concurrently. This is a Race Condition which enables Arbitrary File Overwrite. This vulnerability affects users and systems using node-tar on macOS (APFS/HFS+). Because of using `NFD` Unicode normalization (in which `ß` and `ss` are different), conflicting paths do not have their order properly preserved under filesystems that ignore Unicode normalization (e.g., APFS (in which `ß` causes an inode collision with `ss`)). This enables an attacker to circumvent internal parallelization locks (`PathReservations`) using conflicting filenames within a malicious tar archive. The patch in version 7.5.4 updates `path-reservations.js` to use a normalization form that matches the target filesystem's behavior (e.g., `NFKD`), followed by first `toLocaleLowerCase('en')` and then `toLocaleUpperCase('en')`. As a workaround, users who cannot upgrade promptly, and who are programmatically using `node-tar` to extract arbitrary tarball data should filter out all `SymbolicLink` entries (as npm does) to defend against arbitrary file writes via this file system entry name collision issue.
Published: 2026-01-20T00:40:48.510Z
Updated: 2026-01-21T20:15:57.278Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2026-23745 vulnerable 2026-06-08 07:51:16.152693 node-tar Vulnerable to Arbitrary File Overwrite and Symlink Poisoning via Insufficient Path Sanitization
node-tar is a Tar for Node.js. The node-tar library (<= 7.5.2) fails to sanitize the linkpath of Link (hardlink) and SymbolicLink entries when preservePaths is false (the default secure behavior). This allows malicious archives to bypass the extraction root restriction, leading to Arbitrary File Overwrite via hardlinks and Symlink Poisoning via absolute symlink targets. This vulnerability is fixed in 7.5.3.
Published: 2026-01-16T22:00:08.769Z
Updated: 2026-01-20T14:53:24.513Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-28863 vulnerable 2026-06-08 06:33:27.749812 node-tar vulnerable to denial of service while parsing a tar file due to lack of folders count validation
MEDIUM (6.5)
node-tar is a Tar for Node.js. node-tar prior to version 6.2.1 has no limit on the number of sub-folders created in the folder creation process. An attacker who generates a large number of sub-folders can consume memory on the system running node-tar and even crash the Node.js client within few seconds of running it using a path with too many sub-folders inside. Version 6.2.1 fixes this issue by preventing extraction in excessively deep sub-folders.
Published: 2024-03-21T22:10:23.603Z
Updated: 2025-02-13T17:47:34.618Z
Reference links
Imported from gcve-enriched-dumps CVE data

Contribute

You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.