-
Notifications
You must be signed in to change notification settings - Fork 134
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
[CVE-2024-21538]Can we release a new version without HIGH/CRITICAL CVEs? #739
Comments
Why there is a 7.0.3 cross-spawn installed? in the yarn.lock, all the versions will be resolved using 7.0.6。
|
I don't know why the current node version will install cross-spawn7.0.3. You can check the current node version and find the corresponding package.json to see if there is a newer version. |
The current node version of attu v2.4.12 / v2.5.0 is 18.20.4 https://github.com/nodejs/node/blob/v18.20.4/deps/npm/node_modules/cross-spawn/package.json |
Attu is using node 22, not 18.
|
This node version is what I got when I entered the container. Anyway, I just saw that cross-spawn has been upgraded to 7.0.6 at https://github.com/nodejs/node/blob/v23.4.0/deps/npm/node_modules/cross-spawn/package.json |
@shanghaikid |
I can not install this app on mac |
sudo xattr -rd com.apple.quarantine /Applications/attu.app |
@shanghaikid |
This month. |
Thanks! |
Describe the bug:
CVE-2024-21538 : cross-spawn 7.0.3
2024-12-25/2025-01-02
|
INFRASTRUCTURE
|
Prisma
|
image-attu
|
: cross-spawn 7.0.3
Versions of the package cross-spawn before 7.0.5 are vulnerable to Regular Expression Denial of Service (ReDoS) due to improper input sanitization. An attacker can increase the CPU usage and crash the program by crafting a very large and well crafted string.
Package path: /usr/local/lib/node_modules/npm/node_modules/cross-spawn
Reference Info:
https://nvd.nist.gov/vuln/detail/CVE-2024-21538
Steps to reproduce:
Attu version:
v2.4.12 / v2.5.0
The text was updated successfully, but these errors were encountered: