The npm ci command in npm 7.x and 8.x through 8.1.3 proceeds with an installation even if dependency information in package-lock.json differs from package.json. This behavior is inconsistent with the documentation, and makes it easier for attackers to install malware that was supposed to have been blocked by an exact version match requirement in package-lock.json. NOTE: The npm team believes this is not a vulnerability. It would require someone to socially engineer package.json which has different dependencies than package-lock.json. That user would have to have file system or write access to change dependencies. The npm team states preventing malicious actors from socially engineering or gaining file system access is outside the scope of the npm CLI.
History

No history.

cve-icon MITRE Information

Status: PUBLISHED

Assigner: mitre

Published: 2021-11-13T00:00:00

Updated: 2022-10-17T00:00:00

Reserved: 2021-11-13T00:00:00


Link: CVE-2021-43616

JSON object: View

cve-icon NVD Information

Status : Modified

Published: 2021-11-13T18:15:07.537

Modified: 2024-05-17T02:01:57.703


Link: CVE-2021-43616

JSON object: View

cve-icon Redhat Information

No data.

CWE