NodeJS/npm/8.3.0
a package manager for JavaScript
https://www.npmjs.com/package/npm
Artistic-2.0
1 Security Vulnerabilities
Packing does not respect root-level ignore files in workspaces
Published date: 2022-06-02T15:37:27Z
CVE: CVE-2022-29244
Links:
- https://github.com/npm/cli/security/advisories/GHSA-hj9c-8jmm-8c52
- https://github.com/nodejs/node/releases/tag/v16.15.1
- https://github.com/nodejs/node/releases/tag/v17.9.1
- https://github.com/nodejs/node/releases/tag/v18.3.0
- https://github.com/npm/cli/releases/tag/v8.11.0
- https://github.com/npm/cli/tree/latest/workspaces/libnpmpack
- https://github.com/npm/cli/tree/latest/workspaces/libnpmpublish
- https://github.com/npm/npm-packlist
- https://github.com/advisories/GHSA-hj9c-8jmm-8c52
- https://nvd.nist.gov/vuln/detail/CVE-2022-29244
- https://github.com/nodejs/node/pull/43210
- https://security.netapp.com/advisory/ntap-20220722-0007/
Impact
npm pack
ignores root-level .gitignore
& .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
with workspaces, as of v7.9.0 & v7.13.0 respectively, may be affected and have published files into the npm registry they did not intend to include.
Patch
- Upgrade to the latest, patched version of
npm
(v8.11.0
or greater), run:npm i -g npm@latest
- Node.js versions
v16.15.1
,v17.19.1
&v18.3.0
include the patchedv8.11.0
version ofnpm
Steps to take to see if you're impacted
- Run
npm publish --dry-run
ornpm pack
with annpm
version>=7.9.0
&<8.11.0
inside the project's root directory using a workspace flag like:--workspaces
or--workspace=<name>
(ex.npm pack --workspace=foo
) - Check the output in your terminal which will list the package contents (note:
tar -tvf <package-on-disk>
also works) - If you find that there are files included you did not expect, you should:
3.1. Create & publish a new release excluding those files (ref.
Keeping files out of your Package
) 3.2. Deprecate the old package (ex.npm deprecate <pkg>[@<version>] <message>
) 3.3. Revoke or rotate any sensitive information (ex. passwords, tokens, secrets etc.) which might have been exposed ### References - CVE-2022-29244
npm-packlist
libnpmpack
libnpmpublish
Affected versions:
["7.9.0", "7.10.0", "7.11.0", "7.11.1", "7.11.2", "7.12.0", "7.12.1", "7.13.0", "7.14.0", "7.15.0", "7.15.1", "7.16.0", "7.17.0", "7.18.0", "7.18.1", "7.19.0", "7.19.1", "7.20.0", "7.20.1", "7.20.2", "7.20.3", "7.20.4", "7.20.5", "7.20.6", "7.21.0", "7.21.1", "7.22.0", "7.23.0", "7.24.0", "7.24.1", "7.24.2", "8.0.0", "8.1.0", "8.1.1", "8.1.2", "8.1.3", "8.1.4", "8.2.0", "8.3.0", "8.3.1", "8.3.2", "8.4.0", "8.4.1", "8.5.0", "8.5.1", "8.5.2", "8.5.3", "8.5.4", "8.5.5", "8.6.0", "8.7.0", "8.8.0", "8.9.0", "8.10.0"]
Secure versions:
[6.14.6, 6.14.7, 7.0.0-beta.0, 7.0.0-beta.1, 7.0.0-beta.2, 7.0.0-beta.3, 7.0.0-beta.4, 6.14.8, 7.0.0-beta.5, 7.0.0-beta.6, 7.0.0-beta.7, 7.0.0-beta.8, 7.0.0-beta.9, 7.0.0-beta.10, 7.0.0-beta.11, 7.0.0-beta.12, 7.0.0-beta.13, 7.0.0-rc.0, 7.0.0-rc.1, 7.0.0-rc.2, 7.0.0-rc.3, 7.0.0-rc.4, 7.0.0, 7.0.1, 7.0.2, 7.0.3, 7.0.4, 7.0.5, 7.0.6, 7.0.7, 7.0.8, 7.0.9, 7.0.10, 7.0.11, 7.0.12, 7.0.13, 6.14.9, 7.0.14, 7.0.15, 7.1.0, 7.1.1, 7.1.2, 7.2.0, 6.14.10, 7.3.0, 7.4.0, 6.14.11, 7.4.1, 7.4.2, 7.4.3, 7.5.0, 7.5.1, 7.5.2, 7.5.3, 7.5.4, 7.5.5, 7.5.6, 7.6.0, 7.6.1, 7.6.2, 7.6.3, 7.7.0, 7.7.1, 7.7.2, 7.7.3, 7.7.4, 6.14.12, 7.7.5, 7.7.6, 7.8.0, 6.14.13, 6.14.14, 6.14.15, 6.14.16, 6.14.17, 8.11.0, 8.12.0, 8.12.1, 8.12.2, 8.13.0, 8.13.1, 8.13.2, 8.14.0, 8.15.0, 8.15.1, 8.16.0, 8.17.0, 8.18.0, 8.19.0, 8.19.1, 9.0.0-pre.0, 8.19.2, 9.0.0-pre.1, 9.0.0-pre.2, 9.0.0-pre.3, 9.0.0-pre.4, 9.0.0-pre.5, 9.0.0-pre.6, 9.0.0, 9.0.1, 9.1.0, 8.19.3, 9.1.1, 9.1.2, 9.1.3, 9.2.0, 6.14.18, 9.3.0, 9.3.1, 9.4.0, 9.4.1, 9.4.2, 8.19.4, 9.5.0, 9.5.1, 9.6.0, 9.6.1, 9.6.2, 9.6.3, 9.6.4, 9.6.5, 9.6.6, 9.6.7, 9.7.0, 9.7.1, 9.7.2, 9.8.0, 9.8.1, 10.0.0-pre.0, 10.0.0-pre.1, 10.0.0, 10.1.0, 10.2.0, 9.9.0, 10.2.1, 10.2.2, 10.2.3, 9.9.1, 9.9.2, 10.2.4, 10.2.5, 10.3.0, 10.4.0, 9.9.3, 10.5.0, 10.5.1, 10.5.2, 10.6.0, 10.7.0, 10.8.0, 10.8.1, 10.8.2, 10.8.3, 10.9.0, 10.9.1, 11.0.0-pre.0, 10.9.2, 11.0.0-pre.1, 9.9.4, 11.0.0, 11.1.0, 11.2.0, 11.3.0]
Recommendation:
Update to version 11.3.0.
562 Other Versions
Version | License | Security | Released | |
---|---|---|---|---|
8.3.2 | Artistic-2.0 | 1 | 2022-01-20 - 22:01 | over 3 years |
8.3.1 | Artistic-2.0 | 1 | 2022-01-13 - 20:34 | over 3 years |
8.3.0 | Artistic-2.0 | 1 | 2021-12-09 - 21:15 | over 3 years |
8.2.0 | Artistic-2.0 | 1 | 2021-12-02 - 21:55 | over 3 years |
8.1.4 | Artistic-2.0 | 1 | 2021-11-18 - 20:46 | over 3 years |
8.1.3 | Artistic-2.0 | 1 | 2021-11-04 - 20:35 | over 3 years |
8.1.2 | Artistic-2.0 | 1 | 2021-10-28 - 19:53 | over 3 years |
8.1.1 | Artistic-2.0 | 1 | 2021-10-21 - 19:29 | over 3 years |
8.1.0 | Artistic-2.0 | 1 | 2021-10-14 - 22:10 | over 3 years |
8.0.0 | Artistic-2.0 | 1 | 2021-10-07 - 20:11 | over 3 years |
7.24.2 | Artistic-2.0 | 1 | 2021-10-04 - 17:16 | over 3 years |
7.24.1 | Artistic-2.0 | 1 | 2021-09-23 - 20:36 | over 3 years |
7.24.0 | Artistic-2.0 | 1 | 2021-09-16 - 21:52 | over 3 years |
7.23.0 | Artistic-2.0 | 1 | 2021-09-09 - 19:53 | over 3 years |
7.22.0 | Artistic-2.0 | 1 | 2021-09-02 - 20:00 | over 3 years |
7.21.1 | Artistic-2.0 | 1 | 2021-08-26 - 20:19 | over 3 years |
7.21.0 | Artistic-2.0 | 1 | 2021-08-19 - 17:26 | over 3 years |
7.20.6 | Artistic-2.0 | 1 | 2021-08-12 - 19:47 | almost 4 years |
7.20.5 | Artistic-2.0 | 1 | 2021-08-05 - 20:41 | almost 4 years |
7.20.4 | Artistic-2.0 | 1 | 2021-08-05 - 19:17 | almost 4 years |
7.20.3 | Artistic-2.0 | 1 | 2021-07-29 - 16:04 | almost 4 years |
7.20.2 | Artistic-2.0 | 1 | 2021-07-27 - 16:25 | almost 4 years |
7.20.1 | Artistic-2.0 | 1 | 2021-07-22 - 20:27 | almost 4 years |
7.20.0 | Artistic-2.0 | 1 | 2021-07-15 - 19:47 | almost 4 years |
7.19.1 | Artistic-2.0 | 1 | 2021-07-01 - 17:26 | almost 4 years |
7.19.0 | Artistic-2.0 | 1 | 2021-06-24 - 21:31 | almost 4 years |
7.18.1 | Artistic-2.0 | 1 | 2021-06-17 - 18:54 | almost 4 years |
7.18.0 | Artistic-2.0 | 1 | 2021-06-17 - 18:12 | almost 4 years |
7.17.0 | Artistic-2.0 | 1 | 2021-06-10 - 20:39 | almost 4 years |
7.16.0 | Artistic-2.0 | 1 | 2021-06-03 - 19:46 | almost 4 years |
7.15.1 | Artistic-2.0 | 1 | 2021-05-31 - 22:41 | almost 4 years |
7.15.0 | Artistic-2.0 | 1 | 2021-05-27 - 20:25 | almost 4 years |
7.14.0 | Artistic-2.0 | 1 | 2021-05-20 - 19:28 | almost 4 years |
7.13.0 | Artistic-2.0 | 1 | 2021-05-13 - 20:06 | about 4 years |
7.12.1 | Artistic-2.0 | 1 | 2021-05-10 - 21:26 | about 4 years |
7.12.0 | Artistic-2.0 | 1 | 2021-05-06 - 19:53 | about 4 years |
7.11.2 | Artistic-2.0 | 1 | 2021-04-29 - 19:51 | about 4 years |
7.11.1 | Artistic-2.0 | 1 | 2021-04-23 - 22:46 | about 4 years |
7.11.0 | Artistic-2.0 | 1 | 2021-04-23 - 04:41 | about 4 years |
7.10.0 | Artistic-2.0 | 1 | 2021-04-15 - 17:59 | about 4 years |
7.9.0 | Artistic-2.0 | 1 | 2021-04-08 - 17:44 | about 4 years |
7.8.0 | Artistic-2.0 | 2021-04-01 - 20:05 | about 4 years | |
7.7.6 | Artistic-2.0 | 2021-03-29 - 19:23 | about 4 years | |
7.7.5 | Artistic-2.0 | 2021-03-25 - 22:05 | about 4 years | |
7.7.4 | Artistic-2.0 | 2021-03-24 - 21:19 | about 4 years | |
7.7.3 | Artistic-2.0 | 2021-03-24 - 18:15 | about 4 years | |
7.7.2 | Artistic-2.0 | 2021-03-24 - 17:16 | about 4 years | |
7.7.1 | Artistic-2.0 | 2021-03-24 - 15:02 | about 4 years | |
7.7.0 | Artistic-2.0 | 2021-03-23 - 16:54 | about 4 years | |
7.6.3 | Artistic-2.0 | 2021-03-11 - 21:22 | about 4 years |