CVE-2024-53866
CVSS V2 None
CVSS V3 None
Description
The package manager pnpm prior to version 9.15.0 seems to mishandle overrides and global cache: Overrides from one workspace leak into npm metadata saved in global cache; npm metadata from global cache affects other workspaces; and installs by default don't revalidate the data (including on first lockfile generation). This can make workspace A (even running with `ignore-scripts=true`) posion global cache and execute scripts in workspace B. Users generally expect `ignore-scripts` to be sufficient to prevent immediate code execution on install (e.g. when the tree is just repacked/bundled without executing it). Here, that expectation is broken. Global state integrity is lost via operations that one would expect to be secure, enabling subsequently running arbitrary code execution on installs. Version 9.15.0 fixes the issue. As a work-around, use separate cache and store dirs in each workspace.
Overview
- CVE ID
- CVE-2024-53866
- Assigner
- GitHub_M
- Vulnerability Status
- PUBLISHED
- Published Version
- 2024-12-10T17:12:44.629Z
- Last Modified Date
- 2024-12-10T17:12:44.629Z
Weakness Enumerations
References
Reference URL | Reference Tags |
---|---|
https://github.com/pnpm/pnpm/security/advisories/GHSA-vm32-9rqf-rh3r | x_refsource_CONFIRM |
https://github.com/pnpm/pnpm/commit/11afcddea48f25ed5117a87dc1780a55222b9743 | x_refsource_MISC |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2024-53866 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-53866 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2024-12-11 13:54:51 | Added to TrackCVE |