Skip to content

Regarding CVE-2024-21538 #58242

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
frederi-co opened this issue May 9, 2025 · 3 comments
Open

Regarding CVE-2024-21538 #58242

frederi-co opened this issue May 9, 2025 · 3 comments

Comments

@frederi-co
Copy link

Hi,

We are maintaining nodejs images and have recently performed some vulnerability scan. The cross-spawn package that is installed is 7.0.3. Is there any plans to bundle the latest version of cross-spawn (7.0.5, which has fix the CVE) to the latest node distribution?

      "VulnerabilityID": "CVE-2024-21538",
      "PkgID": "cross-spawn@7.0.3",
      "PkgName": "cross-spawn",
      "PkgPath": "opt/node/lib/node_modules/npm/node_modules/cross-spawn/package.json",
      "PkgIdentifier": {
        "PURL": "pkg:npm/cross-spawn@7.0.3",
        "UID": "ab88a138895277fa"
      },
      "InstalledVersion": "7.0.3",
      "FixedVersion": "7.0.5, 6.0.6",
      "Status": "fixed"

Rgds

@ljharb
Copy link
Member

ljharb commented May 9, 2025

That's part of npm, so npm would have to update itself, and then node would have to update npm.

However, I'm pretty sure the latest version of node has this done already. What version of node and npm are you using?

@frederi-co
Copy link
Author

We are on node 20.19.0 and npm 10.8.2

@richardlau
Copy link
Member

We are on node 20.19.0 and npm 10.8.2

Discussion in nodejs/nodejs-dependency-vuln-assessments#193.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants