-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
PRISMA-2023-0054 is asking to use Node.js 20 while it's not LTS #49012
Comments
I don't know what |
I think @RafaelGSS has had another report of this too. I found this when searching:
I looked to see if there was a way we could report or update the invalid information (indicating that Node.js 18 is vulnerable when it doesn't contain the feature), but I couldn't find a way to do so. Perhaps an option might be for a Prisma Cloud customer open a ticket to report it on our behalf? |
@akirafujiu if your company is a customer of Twistlock the best way forward as @BethGriggs is probably to open a customer ticket asking that they fix the erroneous problem report that they have created. If you need any help in convincing them that the issue does not apply to Node.js 20.x let us know. Can you do that? |
FWIW |
@mhdawson FYI @BethGriggs Yes, IBM is a customer of Twistlock to scan docker images etc. I have opened a support ticket to Prisma cloud through internal tools, and used this issue as evidence. I don't think them good to have @RafaelGSS Thank you for your clarification. |
Now Twistlock marked this CVE as invalid. Thanks for all! |
Great, thank you for raising the ticket @akirafujiu |
Version
v18.17.0
Platform
Darwin AkiranoMacBook-Pro.local 21.6.0 Darwin Kernel Version 21.6.0: Thu Jul 6 22:18:26 PDT 2023; root:xnu-8020.240.18.702.13~1/RELEASE_X86_64 x86_64
Subsystem
No response
What steps will reproduce the bug?
I believe this is not the bug for Node.js itself and this vulnerability should be there only when we use some experimental flag against Node.js 19 or something as runtime args
Security scan bot - Twistlock reported Node.js v18.17.0 is vulnerable due to following. But Node.js v20 is not LTS, so I believe we should not use them in production..
CVE: PRISMA-2023-0054
severity: M
Link: #47105
hasFix: Y
Status: fixed in 20.0.0
Description:
nodejs before 20.0.0 is vulnerable to authentication bypass. process.permission.deny() does not verify if given paths are case-sensitive or not, and thus by supplying a differently capitalized path on an OS that supports non-case-sensitive paths, the only way to properly deny a path is to deny every capitalization of said path. cvss vector: CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L
How often does it reproduce? Is there a required condition?
Always
What is the expected behavior? Why is that the expected behavior?
This CVE should not be given to the latest LTS.
What do you see instead?
N/A
Additional information
No response
The text was updated successfully, but these errors were encountered: