Bug 2431036 (CVE-2026-23950) - CVE-2026-23950 node-tar: tar: node-tar: Arbitrary file overwrite via Unicode path collision race condition
Summary: CVE-2026-23950 node-tar: tar: node-tar: Arbitrary file overwrite via Unicode ...
Keywords:
Status: NEW
Alias: CVE-2026-23950
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2431086 2431108 2431109 2431113 2431115 2431116 2431088 2431090 2431092 2431094 2431095 2431096 2431097 2431098 2431099 2431100 2431101 2431102 2431103 2431104 2431105 2431106 2431107 2431110 2431111 2431112 2431114 2431117
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-01-20 02:01 UTC by OSIDB Bzimport
Modified: 2026-06-09 17:42 UTC (History)
172 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2026:18480 0 None None None 2026-05-19 09:02:33 UTC
Red Hat Product Errata RHSA-2026:18868 0 None None None 2026-05-19 13:16:15 UTC

Description OSIDB Bzimport 2026-01-20 02:01:20 UTC
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.

Comment 3 errata-xmlrpc 2026-05-19 09:02:24 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 10

Via RHSA-2026:18480 https://access.redhat.com/errata/RHSA-2026:18480

Comment 4 errata-xmlrpc 2026-05-19 13:16:07 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9

Via RHSA-2026:18868 https://access.redhat.com/errata/RHSA-2026:18868


Note You need to log in before you can comment on or make changes to this bug.