-
Notifications
You must be signed in to change notification settings - Fork 189
Description
Vulnerable Library - lerna-9.0.3.tgz
Path to dependency file: /package.json
Path to vulnerable library: /node_modules/tar/package.json
Vulnerabilities
| Vulnerability | Severity | Exploit Maturity | EPSS | Dependency | Type | Fixed in (lerna version) | Remediation Possible** | Reachability | |
|---|---|---|---|---|---|---|---|---|---|
| CVE-2026-23745 | 7.1 | Not Defined | detected in multiple dependencies | Transitive | N/A* | ❌ |
*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the "Details" section below to see if there is a version of transitive dependency where vulnerability is fixed.
**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation
Details
CVE-2026-23745
Vulnerable Libraries - tar-7.5.2.tgz, tar-6.2.1.tgz
tar-7.5.2.tgz
tar for node
Library home page: https://registry.npmjs.org/tar/-/tar-7.5.2.tgz
Path to dependency file: /package.json
Path to vulnerable library: /node_modules/node-gyp/node_modules/tar/package.json,/node_modules/@npmcli/arborist/node_modules/tar/package.json,/node_modules/pacote/node_modules/tar/package.json
Dependency Hierarchy:
- lerna-9.0.3.tgz (Root Library)
- arborist-9.1.6.tgz
- pacote-21.0.4.tgz
- ❌ tar-7.5.2.tgz (Vulnerable Library)
- pacote-21.0.4.tgz
- arborist-9.1.6.tgz
tar-6.2.1.tgz
Library home page: https://registry.npmjs.org/tar/-/tar-6.2.1.tgz
Path to dependency file: /package.json
Path to vulnerable library: /node_modules/tar/package.json
Dependency Hierarchy:
- lerna-9.0.3.tgz (Root Library)
- ❌ tar-6.2.1.tgz (Vulnerable Library)
Found in base branch: main
Vulnerability Details
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.
Publish Date: 2026-01-16
URL: CVE-2026-23745
Threat Assessment
Exploit Maturity: Not Defined
EPSS:
CVSS 3 Score Details (7.1)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Changed
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: Low
- Availability Impact: None
Suggested Fix
Type: Upgrade version
Origin: GHSA-8qq5-rm4j-mr97
Release Date: 2026-01-16
Fix Resolution: tar - 7.5.3