A weak randomness in WebCrypto keygen vulnerability exists in Node.js 18 due to a change with EntropySource() in SecretKeyGenTraits::DoKeyGen() in src/crypto/crypto_keygen.cc. There are two problems with this: 1) It does not check the return value, it assumes EntropySource() always succeeds, but it can (and sometimes will) fail. 2) The random data returned byEntropySource() may not be cryptographically strong and therefore not suitable as keying material.
References
Link | Resource |
---|---|
https://cert-portal.siemens.com/productcert/pdf/ssa-332410.pdf | Third Party Advisory |
https://hackerone.com/reports/1690000 | Exploit Issue Tracking Third Party Advisory |
https://security.netapp.com/advisory/ntap-20230113-0002/ | Third Party Advisory |
https://www.debian.org/security/2023/dsa-5326 | Third Party Advisory |
Configurations
Configuration 1 (hide)
|
Configuration 2 (hide)
|
Configuration 3 (hide)
|
History
01 Mar 2023, 15:03
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2022-12-05 22:15
Updated : 2024-02-04 23:14
NVD link : CVE-2022-35255
Mitre link : CVE-2022-35255
CVE.ORG link : CVE-2022-35255
JSON object : View
Products Affected
nodejs
- node.js
debian
- debian_linux
siemens
- sinec_ins
CWE
CWE-338
Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)