Situation
Steps to reproduce
Scan the latest node:22 Docker image with trivy.
trivy image --ignore-unfixed --pkg-types library --scanners vuln --severity CRITICAL node:22.23.2
Background
Suggestion
- Pass npm@10.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