CVE-2026-23950
Last modified
CVE-2026-23950 is a medium-severity vulnerability rated 5.9/10 on the CVSS scale. 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. EPSS estimates a 0.23% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Isaacs | Tar | < 7.5.4 |
References
- https://github.com/isaacs/node-tar/security/advisories/GHSA-r6q2-hw4h-h46wExploit, Mitigation, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-23950?
How severe is CVE-2026-23950?
How do I fix CVE-2026-23950?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-23944Arcane is an interface for managing Docker containers, image…9.8
- CVE-2026-23946Tendenci is an open source content management system built f…6.8
- CVE-2026-23947Orval generates type-safe JS clients (TypeScript) from any v…9.8
- CVE-2026-23948FreeRDP is a free implementation of the Remote Desktop Proto…7.5
- CVE-2026-23949jaraco.context, an open-source software package that provide…8.6
- CVE-2026-2395Improper neutralization of special elements used in an SQL c…9.8
- CVE-2026-23951SumatraPDF is a multi-format reader for Windows. All version…5.5
- CVE-2026-23952ImageMagick is free and open-source software used for editin…7.5
- CVE-2026-23953Incus is a system container and virtual machine manager. In …8.7
- CVE-2026-23954Incus is a system container and virtual machine manager. Ver…8.7
- CVE-2026-23955EVerest is an EV charging software stack. Prior to version 2…4.2
- CVE-2026-23956seroval facilitates JS value stringification, including comp…7.5
Are you affected by CVE-2026-23950?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
