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

Node-Red image v3.1.6-18 has CVE-2023-42282 vulnerability #415

Closed
OlgasAcc opened this issue Mar 10, 2024 · 3 comments
Closed

Node-Red image v3.1.6-18 has CVE-2023-42282 vulnerability #415

OlgasAcc opened this issue Mar 10, 2024 · 3 comments

Comments

@OlgasAcc
Copy link

The latest Node-Red image v3.1.6-18 contains nested dependency (npm/node_modules/ip) that doesn't pass security scanning because of package version vulnerability. The recommended ip version is v2.0.1, the current one is v2.0.0:
https://nvd.nist.gov/vuln/detail/CVE-2023-42282

image

Seems like only Node v21.7.0 includes the new npm version 10.5.0 which includes the fixed ip v2.0.1.

image

Is there any chance that you're gonna release the next Node-Red image version using Node v21.7.0 in the very near future?

Thanks

@hardillb
Copy link
Member

We only use lts nodejs versions (with even numbers)

@OlgasAcc
Copy link
Author

We only use lts nodejs versions (with even numbers)

I see, that's why I'm asking about the Nodejs version 21.7.0 - https://github.com/nodejs/node/releases/tag/v21.7.0 which includes the mentioned fix.

@hardillb
Copy link
Member

hardillb commented Mar 10, 2024

Instructions on how to build your own containers with whatever version nodejs are in this repo

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

2 participants