The crypto-js package before 3.2.1 for Node.js generates random numbers by concatenating the string "0." with an integer, which makes the output more predictable than necessary.
References
Link | Resource |
---|---|
https://github.com/brix/crypto-js/compare/3.2.0...3.2.1 | Release Notes |
https://github.com/brix/crypto-js/issues/254 | Issue Tracking Vendor Advisory |
https://github.com/brix/crypto-js/issues/256 | Issue Tracking Patch Vendor Advisory |
https://github.com/brix/crypto-js/pull/257/commits/e4ac157d8b75b962d6538fc0b996e5d4d5a9466b | Patch |
https://security.netapp.com/advisory/ntap-20230706-0003/ | |
https://security.snyk.io/vuln/SNYK-JS-CRYPTOJS-548472 | Third Party Advisory |
Configurations
History
No history.
Information
Published : 2023-06-12 02:15
Updated : 2023-07-06 19:15
NVD link : CVE-2020-36732
Mitre link : CVE-2020-36732
CVE.ORG link : CVE-2020-36732
JSON object : View
Products Affected
crypto-js_project
- crypto-js
CWE
CWE-330
Use of Insufficiently Random Values