Lucene search
+L

332 matches found

EUVD
EUVD
added 2026/01/26 9:37 p.m.8 views

EUVD-2026-4655

pnpm is a package manager. Prior to version 10.28.1, a path traversal vulnerability in pnpm's binary fetcher allows malicious packages to write files outside the intended extraction directory. The vulnerability has two attack vectors: 1 Malicious ZIP entries containing ../ or absolute paths that...

6.5CVSS5.9AI score0.00396EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2026/01/26 9:37 p.m.3 views

CVE-2026-23888 pnpm: Binary ZIP extraction allows arbitrary file write via path traversal (Zip Slip)

pnpm is a package manager. Prior to version 10.28.1, a path traversal vulnerability in pnpm's binary fetcher allows malicious packages to write files outside the intended extraction directory. The vulnerability has two attack vectors: 1 Malicious ZIP entries containing ../ or absolute paths that...

6.5CVSS5.9AI score0.00396EPSS
SaveExploits1References3
CVE
CVE
added 2026/01/26 9:37 p.m.33 views

CVE-2026-23888

CVE-2026-23888 concerns pnpm, a package manager. The vulnerability is a path traversal flaw in pnpm’s binary fetcher, enabling writes outside the extraction directory via two vectors: (1) malicious ZIP entries with directory traversal or absolute paths using AdmZip’s extractAllTo, and (2) an unva...

6.5CVSS5.9AI score0.00396EPSS
SaveExploits1References3Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/01/26 9:37 p.m.4 views

CVE-2026-23888

pnpm is a package manager. Prior to version 10.28.1, a path traversal vulnerability in pnpm's binary fetcher allows malicious packages to write files outside the intended extraction directory. The vulnerability has two attack vectors: 1 Malicious ZIP entries containing ../ or absolute paths that...

6.5CVSS5.9AI score0.00396EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2026/01/26 9:37 p.m.11 views

CVE-2026-23888 pnpm: Binary ZIP extraction allows arbitrary file write via path traversal (Zip Slip)

pnpm is a package manager. Prior to version 10.28.1, a path traversal vulnerability in pnpm's binary fetcher allows malicious packages to write files outside the intended extraction directory. The vulnerability has two attack vectors: 1 Malicious ZIP entries containing ../ or absolute paths that...

6.5CVSS5.9AI score
SaveExploits0References5
AlpineLinux
AlpineLinux
added 2026/01/26 9:37 p.m.8 views

CVE-2026-23888

pnpm is a package manager. Prior to version 10.28.1, a path traversal vulnerability in pnpm's binary fetcher allows malicious packages to write files outside the intended extraction directory. The vulnerability has two attack vectors: 1 Malicious ZIP entries containing ../ or absolute paths that...

6.5CVSS5.9AI score0.00396EPSS
SaveExploits1
Github Security Blog
Github Security Blog
added 2026/01/26 9:29 p.m.11 views

pnpm has Path Traversal via arbitrary file permission modification

Summary When pnpm processes a package's directories.bin field, it uses path.join without validating the result stays within the package root. A malicious npm package can specify "directories": "bin": "../../../../tmp" to escape the package directory, causing pnpm to chmod 755 files at arbitrary...

6.7CVSS6AI score0.00244EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2026/01/26 9:02 p.m.10 views

GHSA-6PFH-P556-V868 pnpm: Binary ZIP extraction allows arbitrary file write via path traversal (Zip Slip)

Summary A path traversal vulnerability in pnpm's binary fetcher allows malicious packages to write files outside the intended extraction directory. The vulnerability has two attack vectors: 1 Malicious ZIP entries containing ../ or absolute paths that escape the extraction root via AdmZip's...

6.5CVSS5.9AI score0.00396EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2026/01/26 9:02 p.m.16 views

pnpm has Windows-specific tarball Path Traversal

Summary A path traversal vulnerability in pnpm's tarball extraction allows malicious packages to write files outside the package directory on Windows. The path normalization only checks for ./ but not .. On Windows, backslashes are directory separators, enabling path traversal. This vulnerability...

6.5CVSS5.9AI score0.00433EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2026/01/26 9:02 p.m.8 views

GHSA-6X96-7VC8-CM3P pnpm has Windows-specific tarball Path Traversal

Summary A path traversal vulnerability in pnpm's tarball extraction allows malicious packages to write files outside the package directory on Windows. The path normalization only checks for ./ but not .. On Windows, backslashes are directory separators, enabling path traversal. This vulnerability...

6.5CVSS5.9AI score0.00433EPSS
SaveExploits1References5
Snyk
Snyk
added 2026/01/26 9:02 p.m.9 views

Directory Traversal

Overview @pnpm/store.cafs is a content-addressable filesystem for the packages storage Affected versions of this package are vulnerable to Directory Traversal via improper path normalization during tarball extraction on Windows. An attacker can overwrite files outside the intended directory by...

6.5CVSS6.3AI score0.00433EPSS
SaveExploits1References2
OSV
OSV
added 2026/01/26 9:02 p.m.6 views

GHSA-XPQM-WM3M-F34H pnpm scoped bin name Path Traversal allows arbitrary file creation outside node_modules/.bin

Summary A path traversal vulnerability in pnpm's bin linking allows malicious npm packages to create executable shims or symlinks outside of nodemodules/.bin. Bin names starting with @ bypass validation, and after scope normalization, path traversal sequences like ../../ remain intact. Details Th...

6.5CVSS5.9AI score0.00438EPSS
SaveExploits1References5
Snyk
Snyk
added 2026/01/26 9:02 p.m.10 views

Relative Path Traversal

Overview @pnpm/package-bins is a that returns bins of a package. Affected versions of this package are vulnerable to Relative Path Traversal via the commandsFromBin function when performing bin name validation and normalization. An attacker can create or overwrite arbitrary files outside the...

7.4CVSS6AI score0.00438EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2026/01/26 9:02 p.m.14 views

pnpm has symlink traversal in file:/git dependencies

Summary When pnpm installs a file: directory or git: dependency, it follows symlinks and reads their target contents without constraining them to the package root. A malicious package containing a symlink to an absolute path e.g., /etc/passwd, /.ssh/idrsa causes pnpm to copy that file's contents...

6.7CVSS6.1AI score0.00469EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2026/01/26 9:02 p.m.20 views

GHSA-M733-5W8F-5GGW pnpm has symlink traversal in file:/git dependencies

Summary When pnpm installs a file: directory or git: dependency, it follows symlinks and reads their target contents without constraining them to the package root. A malicious package containing a symlink to an absolute path e.g., /etc/passwd, /.ssh/idrsa causes pnpm to copy that file's contents...

6.7CVSS6.1AI score0.00469EPSS
SaveExploits1References5
Snyk
Snyk
added 2026/01/26 9:02 p.m.6 views

Symlink Attack

Overview @pnpm/store.cafs is a content-addressable filesystem for the packages storage Affected versions of this package are vulnerable to Symlink Attack via the handling file: or git: dependencies, which follow symlinks without restricting access to the package root. An attacker can access and...

6.7CVSS6AI score0.00469EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2026/01/26 12:00 a.m.7 views

PT-2026-4827

Name of the Vulnerable Software and Affected Versions pnpm versions prior to 10.28.2 Description pnpm, a package manager, is affected by an issue where installing a file: or git: dependency allows it to follow symlinks and read their target contents without restricting them to the package root. A...

6.7CVSS5.9AI score0.00469EPSS
SaveExploits1References10
Positive Technologies
Positive Technologies
added 2026/01/26 12:00 a.m.7 views

PT-2026-4825

Name of the Vulnerable Software and Affected Versions pnpm versions prior to 10.28.1 Description pnpm is susceptible to a path traversal issue in its bin linking mechanism. Malicious npm packages can exploit this to create executable shims or symlinks outside of the node modules/.bin directory. T...

6.5CVSS5.9AI score0.00438EPSS
SaveExploits1References10
Positive Technologies
Positive Technologies
added 2026/01/26 12:00 a.m.15 views

PT-2026-4824

Name of the Vulnerable Software and Affected Versions pnpm versions prior to 10.28.1 Description A path traversal flaw exists in pnpm's tarball extraction process on Windows systems. The vulnerability stems from incomplete path normalization, specifically failing to account for . in addition to ....

6.5CVSS5.9AI score0.00433EPSS
SaveExploits1References11
CNNVD
CNNVD
added 2026/01/26 12:00 a.m.15 views

pnpm security vulnerabilities

PNPM is a package manager developed by the open-source project Pnpm. Versions of Pnpm prior to 10.28.2 had security vulnerabilities. These vulnerabilities stemmed from the lack of path validation when processing the directories.bin field of packages. This allowed malicious npm packages to modify...

6.7CVSS5.9AI score0.00244EPSS
SaveExploits1References3
Rows per page
Query Builder