CVE-2022-35255
05.12.2022, 22:15
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.
Vendor | Product | Version |
---|---|---|
nodejs | node.js | 15.0.0 ≤ 𝑥 ≤ 15.14.0 |
nodejs | node.js | 16.0.0 ≤ 𝑥 ≤ 16.12.0 |
nodejs | node.js | 16.13.0 ≤ 𝑥 < 16.17.1 |
nodejs | node.js | 18.0.0 ≤ 𝑥 < 18.9.1 |
siemens | sinec_ins | 𝑥 < 1.0 |
siemens | sinec_ins | 1.0 |
siemens | sinec_ins | 1.0:sp1 |
siemens | sinec_ins | 1.0:sp2 |
debian | debian_linux | 11.0 |
𝑥
= Vulnerable software versions

Debian Releases

Ubuntu Releases
Common Weakness Enumeration
References