-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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-2021-23440 Prototype Pollution in set-value #7020
Comments
Nx itself does not depend directly on this package, it is a transitive dependency:
I suspect, |
There is also a |
I don't see v5.4.6. The next version is 6.0.0? I could manually upgrade to that but since it's a major version change I'm concerned about affecting NX. |
I just created a new workspace with version 13 and with that, the |
I'm going to close this out since it is fixed in v13, and @nrwl/node is not used at runtime (only dev time). If the package was used after the app was built, or the vulnerability could affect the built app than it may be worth backporting the update, but in this case I don't think thats the case. |
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
GitHub Advisory CVE-2021-23440
Package: set-value (npm)
Affected versions: < 4.0.1
Patched versions: 4.0.1
Description
This affects the package set-value before 4.0.1. A type confusion vulnerability can lead to a bypass of CVE-2019-10747 when the user-provided keys used in the path parameter are arrays.
References
https://nvd.nist.gov/vuln/detail/CVE-2021-23440
jonschlinkert/set-value#33
jonschlinkert/set-value@7cf8073
https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1584212
https://snyk.io/vuln/SNYK-JS-SETVALUE-1540541
https://www.huntr.dev/bounties/2eae1159-01de-4f82-a177-7478a408c4a2/
The text was updated successfully, but these errors were encountered: