All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-50016
HIGHpublished 2026-06-25 18:16 UTC · 3 days ago · modified 2026-06-26 05:16 UTC
8.8
CVSS / 10
// description
pnpm is a package manager. Prior to 10.34.0 and 11.4.0, pnpm allows a transitive dependency alias from registry package metadata to contain path traversal segments. During install, pnpm later uses that alias as a filesystem path when linking dependency nodes. As a result, a registry package can cause `pnpm install --ignore-scripts` to replace paths in the current project with symlinks to attacker-controlled dependency package directories. This vulnerability is fixed in 10.34.0 and 11.4.0.
// cvss 3.1 vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
// weaknesses (CWE)
- CWE-23