NodeJS/npm/7.20.5
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 | |
---|---|---|---|---|
5.0.2 | Artistic-2.0 | 5 | 2017-06-02 - 23:46 | almost 8 years |
5.0.1 | Artistic-2.0 | 5 | 2017-06-01 - 02:19 | almost 8 years |
5.0.0 | Artistic-2.0 | 5 | 2017-05-26 - 03:27 | almost 8 years |
4.6.1 | Artistic-2.0 | 5 | 2017-04-22 - 02:22 | about 8 years |
4.6.0 | Artistic-2.0 | 5 | 2017-04-22 - 01:14 | about 8 years |
4.5.0 | Artistic-2.0 | 5 | 2017-03-24 - 23:41 | about 8 years |
4.4.4 | Artistic-2.0 | 5 | 2017-03-16 - 23:58 | about 8 years |
4.4.3 | Artistic-2.0 | 5 | 2017-03-16 - 01:20 | about 8 years |
4.4.2 | Artistic-2.0 | 5 | 2017-03-10 - 01:09 | about 8 years |
4.4.1 | Artistic-2.0 | 5 | 2017-03-06 - 19:18 | about 8 years |
4.4.0 | Artistic-2.0 | 5 | 2017-02-24 - 03:56 | about 8 years |
4.3.0 | Artistic-2.0 | 5 | 2017-02-09 - 23:53 | over 8 years |
4.2.0 | Artistic-2.0 | 5 | 2017-01-26 - 12:51 | over 8 years |
4.1.2 | Artistic-2.0 | 5 | 2017-01-12 - 23:50 | over 8 years |
4.1.1 | Artistic-2.0 | 5 | 2016-12-16 - 19:16 | over 8 years |
4.1.0 | Artistic-2.0 | 5 | 2016-12-16 - 02:06 | over 8 years |
4.0.5 | Artistic-2.0 | 5 | 2016-12-02 - 01:30 | over 8 years |
4.0.3 | Artistic-2.0 | 5 | 2016-11-17 - 23:28 | over 8 years |
4.0.2 | Artistic-2.0 | 5 | 2016-11-04 - 02:38 | over 8 years |
4.0.1 | Artistic-2.0 | 5 | 2016-10-25 - 01:13 | over 8 years |
4.0.0 | Artistic-2.0 | 5 | 2016-10-21 - 01:49 | over 8 years |
3.10.10 | Artistic-2.0 | 5 | 2016-11-05 - 01:18 | over 8 years |
3.10.9 | Artistic-2.0 | 5 | 2016-10-07 - 04:38 | over 8 years |
3.10.8 | Artistic-2.0 | 5 | 2016-09-09 - 01:25 | over 8 years |
3.10.7 | Artistic-2.0 | 5 | 2016-08-12 - 00:58 | almost 9 years |
3.10.6 | Artistic-2.0 | 5 | 2016-07-08 - 00:26 | almost 9 years |
3.10.5 | Artistic-2.0 | 5 | 2016-07-06 - 00:49 | almost 9 years |
3.10.4 | Artistic-2.0 | 5 | 2016-06-30 - 23:05 | almost 9 years |
3.10.3 | Artistic-2.0 | 5 | 2016-06-24 - 01:02 | almost 9 years |
3.10.2 | Artistic-2.0 | 5 | 2016-06-21 - 00:19 | almost 9 years |
3.10.1 | Artistic-2.0 | 5 | 2016-06-18 - 03:10 | almost 9 years |
3.10.0 | Artistic-2.0 | 5 | 2016-06-17 - 02:33 | almost 9 years |
3.9.6 | Artistic-2.0 | 5 | 2016-06-02 - 23:58 | almost 9 years |
3.9.5 | Artistic-2.0 | 5 | 2016-05-28 - 01:54 | almost 9 years |
3.9.4 | Artistic-2.0 | 5 | 2016-05-26 - 23:07 | almost 9 years |
3.9.3 | Artistic-2.0 | 5 | 2016-05-19 - 22:01 | almost 9 years |
3.9.2 | Artistic-2.0 | 5 | 2016-05-18 - 00:56 | almost 9 years |
3.9.1 | Artistic-2.0 | 5 | 2016-05-13 - 03:16 | about 9 years |
3.9.0 | Artistic-2.0 | 5 | 2016-05-06 - 02:04 | about 9 years |
3.8.9 | Artistic-2.0 | 5 | 2016-04-29 - 00:56 | about 9 years |
3.8.8 | Artistic-2.0 | 5 | 2016-04-22 - 01:23 | about 9 years |
3.8.7 | Artistic-2.0 | 5 | 2016-04-07 - 23:59 | about 9 years |
3.8.6 | Artistic-2.0 | 5 | 2016-04-01 - 01:50 | about 9 years |
3.8.5 | Artistic-2.0 | 5 | 2016-03-25 - 00:17 | about 9 years |
3.8.4 | Artistic-2.0 | 5 | 2016-03-24 - 23:56 | about 9 years |
3.8.3 | Artistic-2.0 | 5 | 2016-03-18 - 00:52 | about 9 years |
3.8.2 | Artistic-2.0 | 6 | 2016-03-11 - 00:57 | about 9 years |
3.8.1 | Artistic-2.0 | 6 | 2016-03-04 - 01:44 | about 9 years |
3.8.0 | Artistic-2.0 | 6 | 2016-02-26 - 01:46 | about 9 years |
3.7.5 | Artistic-2.0 | 6 | 2016-02-23 - 00:58 | about 9 years |