Skip to content
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

mcr.microsoft.com/cbl-mariner/base/nodejs:18 contains FedRAMP vulnerability on npm dependency - ip v2.0.0 #8750

Closed
EldarZ opened this issue Apr 10, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@EldarZ
Copy link

EldarZ commented Apr 10, 2024

The latest version of mcr.microsoft.com/cbl-mariner/base/nodejs:18 contains Fedramp vulnerability in npm dependencies on package 'ip' version 2.0.0 (CVE-2023-42282).

'ip' fixed the vulnerability with their 2.0.1 release.

npm team handled that here: npm/cli#7216

npm fixed the vulnerability here: npm/cli#7238

npm released the fixes in npm version 10.5.0 and 9.9.3.

mcr.microsoft.com/cbl-mariner/base/nodejs 18 still contains this vulnerability:

~ docker images | grep nodejs
mcr.microsoft.com/cbl-mariner/base/nodejs 18 ce7a4d78cb69 5 days ago 128MB
~ docker run -it ce7a4d78cb69 npm -v
9.8.1

Expected behavior
updated npm package with no Fedramp vulnerabilities.

@EldarZ EldarZ added the bug Something isn't working label Apr 10, 2024
@eric-desrochers
Copy link
Contributor

It was backported via PR: #8095 and first introduced in Mariner 2.0 nodejs18 v18.18.2-3

@eric-desrochers
Copy link
Contributor

Fixed

@swapnilguptaTW
Copy link

This issue still persists node-ip: Incomplete fix for CVE-2023-42282https://avd.aquasec.com/nvd/cve-2024-29415

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants