- follows on from https://github.com/npm/cli/issues/9801 ## Situation - Security scans report a critical severity vulnerability [CVE-2026-59873](https://nvd.nist.gov/vuln/detail/CVE-2026-59873) for [tar@7.5.11](https://www.npmjs.com/package/tar/v/7.5.11) in [npm@10.9.8](https://www.npmjs.com/package/npm/v/10.9.8) bundled in the security update [Node.js 22.23.2](https://github.com/nodejs/node/releases/tag/v22.23.2), released July 29. 2029. - [npm@10.9.9](https://github.com/npm/cli/releases/tag/v10.9.9) is the latest npm 10.x release, published on July 29, 2026. It updates to [tar@7.5.22](https://www.npmjs.com/package/tar/v/7.5.22), remediating the vulnerability [CVE-2026-59873](https://nvd.nist.gov/vuln/detail/CVE-2026-59873) for [tar@7.5.11](https://www.npmjs.com/package/tar/v/7.5.11) - [npm@10.9.9](https://github.com/npm/cli/releases/tag/v10.9.9) is not present in any PR or the [v22.x-staging](https://github.com/nodejs/node/tree/v22.x-staging) branch in the repo [nodejs/node](https://github.com/nodejs/node) to upgrade Node.js 22.x to this version of npm. ## Steps to reproduce Scan the latest `node:22` Docker image with [trivy](https://trivy.dev/). ```shell trivy image --ignore-unfixed --pkg-types library --scanners vuln --severity CRITICAL node:22.23.2 ``` ## Background - [Node.js 22.23.2](https://github.com/nodejs/node/releases/tag/v22.23.2) is the latest Node.js 22.x release - Node.js 22.x is in status [Maintenance LTS](https://github.com/nodejs/release#release-schedule) until End-of-life on 2027-04-30. The definition of this phase states: > Maintenance - Critical bug fixes and security updates. ## Suggestion - Pass [npm@10.9.9](https://github.com/npm/cli/releases/tag/v10.9.9) to Node.js for bundling into Node.js 22.x
Situation
Security scans report a critical severity vulnerability CVE-2026-59873 for tar@7.5.11 in npm@10.9.8 bundled in the security update Node.js 22.23.2, released July 29. 2029.
npm@10.9.9 is the latest npm 10.x release, published on July 29, 2026. It updates to tar@7.5.22, remediating the vulnerability CVE-2026-59873 for tar@7.5.11
npm@10.9.9 is not present in any PR or the v22.x-staging branch in the repo nodejs/node to upgrade Node.js 22.x to this version of npm.
Steps to reproduce
Scan the latest
node:22Docker image with trivy.Background
Node.js 22.23.2 is the latest Node.js 22.x release
Node.js 22.x is in status Maintenance LTS until End-of-life on 2027-04-30. The definition of this phase states:
Suggestion