CVE-2020-36732: Medium severity Crypto-js Project Crypto-js vulnerability
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.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
npm/crypto-jsto a version that resolves this vulnerability.Fixed in 3.2.1
Event History
Frequently Asked Questions
What is CVE-2020-36732?
CVE-2020-36732 is a vulnerability in the crypto-js package for Node.js that generates predictable random numbers.
What is the severity of CVE-2020-36732?
The severity of CVE-2020-36732 is medium, with a CVSS score of 5.3.
How does CVE-2020-36732 affect software?
CVE-2020-36732 affects versions of the crypto-js package up to and excluding 3.2.1 for Node.js.
How can I fix CVE-2020-36732?
To fix CVE-2020-36732, update the crypto-js package to version 3.2.1 or higher.
What is CWE-330?
CWE-330 is a classification for vulnerabilities related to predictable random number generation.