Approved changes feed: RSS · Atom

cpe:2.3:a:npmjs:npm:*:*:*:*:*:*:*:*

part: a version: * update: *

VendorNpmjs (2aae6668-c4e1-59dd-8ab1-44df3e459c48)
ProductNpm (0e1d81dd-25e0-5d73-a5b4-1765cf32db8c)
Edition*
Language*
Software edition*
Target software*
Target hardware*
Other*
NotesImported from purl2cpe mapping

PURL mappings

PURLSourceLast updated
pkg:deb/debian/npm purl2cpe 2026-06-01 10:14:54.118724
pkg:deb/ubuntu/npm purl2cpe 2026-06-01 10:14:54.118726
pkg:github/npm/cli purl2cpe 2026-06-01 10:14:54.118727
pkg:maven/org.webjars.npm/npm purl2cpe 2026-06-01 10:14:54.118729
pkg:npm/npm purl2cpe 2026-06-01 10:14:54.118731
pkg:nuget/Npm purl2cpe 2026-06-01 10:14:54.118732
pkg:rpm/centos/npm purl2cpe 2026-06-01 10:14:54.118733
pkg:rpm/opensuse/npm16 purl2cpe 2026-06-01 10:14:54.118735
pkg:sourceforge/npm.mirror purl2cpe 2026-06-01 10:14:54.118736

Vulnerability references

IdentifiercpeApplicabilitySubmitteddb.gcve.eu detailsRationale
CVE:CVE-2022-29244 vulnerable 2026-06-08 05:42:47.405875 npm packing does not respect root-level ignore files in workspaces
npm pack ignores root-level .gitignore and .npmignore file exclusion directives when run in a workspace or with a workspace flag (ie. `--workspaces`, `--workspace=<name>`). 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.
Published: 2022-06-13T13:40:27.000Z
Updated: 2025-04-23T16:23:31.058Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-43616 vulnerable 2026-06-08 05:36:43.625144 Details available
CRITICAL (9)
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.
Published: 2021-11-13T00:00:00.000Z
Updated: 2024-08-04T04:03:08.795Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-39135 not_vulnerable 2026-06-08 05:33:48.930172 UNIX Symbolic Link (Symlink) Following in @npmcli/arborist
HIGH (8.2)
`@npmcli/arborist`, the library that calculates dependency trees and manages the node_modules folder hierarchy for the npm command line interface, aims to guarantee that package dependency contracts will be met, and the extraction of package contents will always be performed into the expected folder. This is accomplished by extracting package contents into a project's `node_modules` folder. If the `node_modules` folder of the root project or any of its dependencies is somehow replaced with a symbolic link, it could allow Arborist to write package dependencies to any arbitrary location on the file system. Note that symbolic links contained within package artifact contents are filtered out, so another means of creating a `node_modules` symbolic link would have to be employed. 1. A `preinstall` script could replace `node_modules` with a symlink. (This is prevented by using `--ignore-scripts`.) 2. An attacker could supply the target with a git repository, instructing them to run `npm install --ignore-scripts` in the root. This may be successful, because `npm install --ignore-scripts` is typically not capable of making changes outside of the project directory, so it may be deemed safe. This is patched in @npmcli/arborist 2.8.2 which is included in npm v7.20.7 and above. For more information including workarounds please see the referenced GHSA-gmw6-94gg-2rc2.
Published: 2021-08-31T17:10:10.000Z
Updated: 2024-08-04T01:58:18.069Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-39134 not_vulnerable 2026-06-08 05:33:48.927275 UNIX Symbolic Link (Symlink) Following in @npmcli/arborist
HIGH (8.2)
`@npmcli/arborist`, the library that calculates dependency trees and manages the `node_modules` folder hierarchy for the npm command line interface, aims to guarantee that package dependency contracts will be met, and the extraction of package contents will always be performed into the expected folder. This is, in part, accomplished by resolving dependency specifiers defined in `package.json` manifests for dependencies with a specific name, and nesting folders to resolve conflicting dependencies. When multiple dependencies differ only in the case of their name, Arborist's internal data structure saw them as separate items that could coexist within the same level in the `node_modules` hierarchy. However, on case-insensitive file systems (such as macOS and Windows), this is not the case. Combined with a symlink dependency such as `file:/some/path`, this allowed an attacker to create a situation in which arbitrary contents could be written to any location on the filesystem. For example, a package `pwn-a` could define a dependency in their `package.json` file such as `"foo": "file:/some/path"`. Another package, `pwn-b` could define a dependency such as `FOO: "file:foo.tgz"`. On case-insensitive file systems, if `pwn-a` was installed, and then `pwn-b` was installed afterwards, the contents of `foo.tgz` would be written to `/some/path`, and any existing contents of `/some/path` would be removed. Anyone using npm v7.20.6 or earlier on a case-insensitive filesystem is potentially affected. This is patched in @npmcli/arborist 2.8.2 which is included in npm v7.20.7 and above.
Published: 2021-08-31T16:55:11.000Z
Updated: 2024-08-04T01:58:17.840Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-15095 vulnerable 2026-06-08 05:19:25.255746 Sensitive information exposure through logs in npm cli
MEDIUM (4.4)
Versions of the npm CLI prior to 6.14.6 are vulnerable to an information exposure vulnerability through log files. The CLI supports URLs like "<protocol>://[<user>[:<password>]@]<hostname>[:<port>][:][/]<path>". The password value is not redacted and is printed to stdout and also to any generated log files.
Published: 2020-07-07T18:55:12.000Z
Updated: 2024-08-04T13:08:21.646Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2019-16777 vulnerable 2026-06-08 05:13:09.378202 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2019-16776 vulnerable 2026-06-08 05:13:09.377392 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2019-16775 vulnerable 2026-06-08 05:13:09.374714 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data
CVE:CVE-2016-3956 vulnerable 2026-06-08 05:07:46.310931 db.gcve.eu details were skipped to keep the page responsive. Imported from gcve-enriched-dumps CVE data

Contribute

You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.