Search for packages
| purl | pkg:deb/debian/npm@5.8.0%2Bds6-4%2Bdeb10u2 |
| Next non-vulnerable version | 9.2.0~ds1-1 |
| Latest non-vulnerable version | 9.2.0~ds1-1 |
| Risk | 4.0 |
| Vulnerability | Summary | Fixed by |
|---|---|---|
|
VCID-e2wc-na6c-c3cr
Aliases: CVE-2020-15095 GHSA-93f3-23rq-pjfp |
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. |
Affected by 3 other vulnerabilities. |
|
VCID-k3gg-stck-7ydy
Aliases: CVE-2019-16775 GHSA-m6cx-g6qm-p2cx |
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. |
Affected by 3 other vulnerabilities. |
|
VCID-wb61-6cxb-5kfa
Aliases: CVE-2019-16776 GHSA-x8qc-rrcw-4r46 |
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. |
Affected by 3 other vulnerabilities. |
|
VCID-xja2-hbkk-cyc7
Aliases: CVE-2019-16777 GHSA-4328-8hgf-7wjr |
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. |
Affected by 3 other vulnerabilities. |
| Vulnerability | Summary | Aliases |
|---|---|---|
| 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 |