Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:deb/debian/npm@7.5.2%2Bds-2?distro=trixie
purl pkg:deb/debian/npm@7.5.2%2Bds-2?distro=trixie
Next non-vulnerable version 7.24.0+ds-2
Latest non-vulnerable version 11.12.1~ds1-4
Risk 4.0
Vulnerabilities affecting this package (3)
Vulnerability Summary Fixed by
VCID-368z-yjtu-m3hc
Aliases:
CVE-2021-43616
Insufficient Verification of Data Authenticity This CVE has been marked as a False Positive as it only concerns the npm cli tool.
8.4.1~ds-1
Affected by 0 other vulnerabilities.
9.2.0~ds1-1
Affected by 0 other vulnerabilities.
9.2.0~ds1-3
Affected by 0 other vulnerabilities.
9.2.0~ds3-1
Affected by 0 other vulnerabilities.
11.12.1~ds1-2
Affected by 0 other vulnerabilities.
11.12.1~ds1-3
Affected by 0 other vulnerabilities.
11.12.1~ds1-4
Affected by 0 other vulnerabilities.
VCID-9vk1-2ysq-3ygd
Aliases:
CVE-2021-39135
GHSA-gmw6-94gg-2rc2
UNIX Symbolic Link (Symlink) Following `@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. A `preinstall` script could replace `node_modules` with a symlink. (This is prevented by using `--ignore-scripts`.) 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 which is included in npm v7.20.7. For more information including workarounds please see the referenced GHSA-gmw6-94gg-2rc2.
7.24.0+ds-2
Affected by 0 other vulnerabilities.
9.2.0~ds1-1
Affected by 0 other vulnerabilities.
9.2.0~ds1-3
Affected by 0 other vulnerabilities.
9.2.0~ds3-1
Affected by 0 other vulnerabilities.
11.12.1~ds1-2
Affected by 0 other vulnerabilities.
11.12.1~ds1-3
Affected by 0 other vulnerabilities.
11.12.1~ds1-4
Affected by 0 other vulnerabilities.
VCID-myru-vzn7-u7cf
Aliases:
CVE-2021-39134
GHSA-2h3h-q99f-3fhc
UNIX Symbolic Link (Symlink) Following `@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.
7.24.0+ds-2
Affected by 0 other vulnerabilities.
9.2.0~ds1-1
Affected by 0 other vulnerabilities.
9.2.0~ds1-3
Affected by 0 other vulnerabilities.
9.2.0~ds3-1
Affected by 0 other vulnerabilities.
11.12.1~ds1-2
Affected by 0 other vulnerabilities.
11.12.1~ds1-3
Affected by 0 other vulnerabilities.
11.12.1~ds1-4
Affected by 0 other vulnerabilities.
Vulnerabilities fixed by this package (7)
Vulnerability Summary Aliases
VCID-1d95-8411-53f4 Incorrect Permission Assignment for Critical Resource This vulnerability might allow local users to bypass intended filesystem access restrictions because ownerships of `/etc` and `/usr` directories are being changed unexpectedly, related to a `correctMkdir` issue. CVE-2018-7408
GHSA-ph34-pc88-72gc
VCID-e2wc-na6c-c3cr npm CLI exposing sensitive information through logs 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. CVE-2020-15095
GHSA-93f3-23rq-pjfp
VCID-fucn-8p7k-6qe8 Predictable temp filenames allow overwrite of arbitrary files npm allows local users to overwrite arbitrary files via a symlink attack on temporary files with predictable names that are created when unpacking archives. CVE-2013-4116
GHSA-v3jv-wrf4-5845
VCID-k3gg-stck-7ydy Arbitrary File Write in npm Versions of the npm CLI prior to 6.13.3 are vulnerable to an Arbitrary File Write. It fails to prevent access to folders outside of the intended node_modules folder through the bin field. A properly constructed entry in the package.json bin field would allow a package publisher to create files on a user's system when the package is installed. It is only possible to affect files that the user running `npm install` has access to and it is not possible to over write files that already exist on disk. This behavior is still possible through install scripts. This vulnerability bypasses a user using the --ignore-scripts install option. ## Recommendation Upgrade to version 6.13.3 or later. CVE-2019-16775
GHSA-m6cx-g6qm-p2cx
VCID-sz3c-y3nq-1qdc Exposure of Sensitive Information to an Unauthorized Actor The CLI in npm before 2.15.1 and 3.x before 3.8.3, as used in Node.js 0.10 before 0.10.44, 0.12 before 0.12.13, 4 before 4.4.2, and 5 before 5.10.0, includes bearer tokens with arbitrary requests, which allows remote HTTP servers to obtain sensitive information by reading Authorization headers. CVE-2016-3956
GHSA-m5h6-hr3q-22h5
VCID-wb61-6cxb-5kfa npm symlink reference outside of node_modules Versions of the npm CLI prior to 6.13.3 are vulnerable to a symlink reference outside of node_modules. It is possible for packages to create symlinks to files outside of the`node_modules` folder through the `bin` field upon installation. A properly constructed entry in the package.json bin field would allow a package publisher to create a symlink pointing to arbitrary files on a user’s system when the package is installed. Only files accessible by the user running the `npm install` are affected. This behavior is still possible through install scripts. This vulnerability bypasses a user using the --ignore-scripts install option. ## Recommendation Upgrade to version 6.13.3 or later. CVE-2019-16776
GHSA-x8qc-rrcw-4r46
VCID-xja2-hbkk-cyc7 npm Vulnerable to Global node_modules Binary Overwrite Versions of the npm CLI prior to 6.13.4 are vulnerable to a Global node_modules Binary Overwrite. It fails to prevent existing globally-installed binaries to be overwritten by other package installations. For example, if a package was installed globally and created a `serve` binary, any subsequent installs of packages that also create a `serve` binary would overwrite the first binary. This will not overwrite system binaries but only binaries put into the global node_modules directory. This behavior is still allowed in local installations and also through install scripts. This vulnerability bypasses a user using the --ignore-scripts install option. ## Recommendation Upgrade to version 6.13.4 or later. CVE-2019-16777
GHSA-4328-8hgf-7wjr

Date Actor Action Vulnerability Source VulnerableCode Version
2026-04-16T11:51:11.883947+00:00 Debian Importer Fixing VCID-e2wc-na6c-c3cr https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T10:59:28.366106+00:00 Debian Importer Fixing VCID-sz3c-y3nq-1qdc https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T09:40:51.855962+00:00 Debian Importer Fixing VCID-k3gg-stck-7ydy https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T09:34:09.283447+00:00 Debian Importer Fixing VCID-1d95-8411-53f4 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T09:13:00.462827+00:00 Debian Importer Fixing VCID-xja2-hbkk-cyc7 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T09:00:52.967269+00:00 Debian Importer Fixing VCID-fucn-8p7k-6qe8 https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-16T08:54:03.665836+00:00 Debian Importer Fixing VCID-wb61-6cxb-5kfa https://security-tracker.debian.org/tracker/data/json 38.4.0
2026-04-12T18:14:48.280686+00:00 Debian Importer Affected by VCID-368z-yjtu-m3hc https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-12T18:14:48.203571+00:00 Debian Importer Affected by VCID-9vk1-2ysq-3ygd https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-12T18:14:48.134226+00:00 Debian Importer Affected by VCID-myru-vzn7-u7cf https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-12T18:14:48.090669+00:00 Debian Importer Fixing VCID-e2wc-na6c-c3cr https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-12T18:14:47.806079+00:00 Debian Importer Fixing VCID-sz3c-y3nq-1qdc https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-11T18:26:24.726053+00:00 Debian Importer Fixing VCID-k3gg-stck-7ydy https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-11T18:22:34.311938+00:00 Debian Importer Fixing VCID-1d95-8411-53f4 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-11T18:09:57.834732+00:00 Debian Importer Fixing VCID-xja2-hbkk-cyc7 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-11T18:02:38.947113+00:00 Debian Importer Fixing VCID-fucn-8p7k-6qe8 https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-11T17:58:23.100484+00:00 Debian Importer Fixing VCID-wb61-6cxb-5kfa https://security-tracker.debian.org/tracker/data/json 38.3.0
2026-04-03T07:47:31.165823+00:00 Debian Importer Affected by VCID-368z-yjtu-m3hc https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:47:31.114521+00:00 Debian Importer Affected by VCID-9vk1-2ysq-3ygd https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:47:31.060206+00:00 Debian Importer Affected by VCID-myru-vzn7-u7cf https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:47:31.027684+00:00 Debian Importer Fixing VCID-e2wc-na6c-c3cr https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:47:30.977618+00:00 Debian Importer Fixing VCID-xja2-hbkk-cyc7 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:47:30.929386+00:00 Debian Importer Fixing VCID-wb61-6cxb-5kfa https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:47:30.881288+00:00 Debian Importer Fixing VCID-k3gg-stck-7ydy https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:47:30.833855+00:00 Debian Importer Fixing VCID-1d95-8411-53f4 https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:47:30.788964+00:00 Debian Importer Fixing VCID-sz3c-y3nq-1qdc https://security-tracker.debian.org/tracker/data/json 38.1.0
2026-04-03T07:47:30.737372+00:00 Debian Importer Fixing VCID-fucn-8p7k-6qe8 https://security-tracker.debian.org/tracker/data/json 38.1.0