VYPR

Node Tar

by Isaacs

Source repositories

CVEs (15)

  • CVE-2026-23950HigJan 20, 2026
    risk 0.50cvss 8.8epss 0.00

    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…

  • CVE-2026-24842HigJan 28, 2026
    risk 0.46cvss 8.2epss 0.01

    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…

  • CVE-2026-73566HigAug 13, 2026
    risk 0.42cvss 7.5epss

    node-tar is a tar archive manipulation library for Node.js. Prior to 7.5.21, node-tar's filesFilter in src/list.ts uses the recursive mapHas helper to walk an archive entry path upward with path.dirname() and no segment cap when tar.t(...) or tar.x(...) receives a non-empty…

  • CVE-2026-59874HigJul 8, 2026
    risk 0.42cvss 7.5epss 0.00

    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…

  • CVE-2026-59873HigJul 8, 2026
    risk 0.42cvss 7.5epss 0.00

    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…

  • CVE-2018-20834HigApr 30, 2019
    risk 0.42cvss 7.5epss 0.03

    A vulnerability was found in node-tar before version 4.4.2 (excluding version 2.2.2). An Arbitrary File Overwrite issue exists when extracting a tarball containing a hardlink to a file that already exists on the system, in conjunction with a later plain file with the same name…

  • CVE-2026-26960HigFeb 20, 2026
    risk 0.39cvss 7.1epss 0.00

    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…

  • CVE-2024-28863MedMar 21, 2024
    risk 0.35cvss 6.5epss 0.01

    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…

  • CVE-2026-29786MedMar 7, 2026
    risk 0.34cvss 6.3epss 0.00

    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…

  • CVE-2026-23745MedJan 16, 2026
    risk 0.33cvss 6.1epss 0.00

    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…

  • CVE-2025-64118MedOct 30, 2025
    risk 0.33cvss epss 0.00

    node-tar is a Tar for Node.js. In 7.5.1, using .t (aka .list) with { sync: true } to read tar entry contents returns uninitialized memory contents if tar file was changed on disk to a smaller size while being read. This vulnerability is fixed in 7.5.2.

  • CVE-2026-53655MedJun 22, 2026
    risk 0.29cvss 5.5epss 0.00

    node-tar is a full-featured Tar for Node.js. Prior to 7.5.16, tar (node-tar) applies a PAX extended header's size= record (and other PAX overrides) to the next header entry of any type, including intermediary metadata headers such as a GNU long-name (L) or long-link (K) entry.…

  • CVE-2026-31802MedMar 10, 2026
    risk 0.29cvss 5.5epss 0.00

    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…

  • CVE-2026-59875MedJul 8, 2026
    risk 0.27cvss 5.3epss 0.00

    node-tar is a tar archive manipulation library for Node.js. Prior to 7.5.17, node-tar does not strip NUL bytes from PAX path and linkpath records in src/pax.ts, allowing a crafted archive with values to reach fs.lstat or fs.open and terminate the process with an uncaught…

  • CVE-2026-59871MedJul 8, 2026
    risk 0.27cvss 5.3epss 0.00

    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…