npmjs Npm 7.20.7

CPE Details

npmjs Npm 7.20.7
7.20.7
2021-09-07
11h42 +00:00
2021-09-09
11h24 +00:00
Alerte pour un CPE
Stay informed of any changes for a specific CPE.
Notifications manage

CPE Name: cpe:2.3:a:npmjs:npm:7.20.7:*:*:*:*:*:*:*

Informations

Vendor

npmjs

Product

npm

Version

7.20.7

Related CVE

Open and find in CVE List

CVE ID Published Description Score Severity
CVE-2022-29244 2022-06-13 11h40 +00:00 npm pack ignores root-level .gitignore and .npmignore file exclusion directives when run in a workspace or with a workspace flag (ie. `--workspaces`, `--workspace=`). Anyone who has run `npm pack` or `npm publish` inside a workspace, as of v7.9.0 and v7.13.0 respectively, may be affected and have published files into the npm registry they did not intend to include. Users should upgrade to the latest, patched version of npm v8.11.0, run: npm i -g npm@latest . Node.js versions v16.15.1, v17.19.1, and v18.3.0 include the patched v8.11.0 version of npm.
7.5
High
CVE-2021-43616 2021-11-12 23h00 +00:00 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.
9.8
Critical