CVE-2022-35255

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.
Configurations

Configuration 1 (hide)

OR cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:*
cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:*
cpe:2.3:a:nodejs:node.js:*:*:*:*:lts:*:*:*
cpe:2.3:a:nodejs:node.js:*:*:*:*:-:*:*:*

Configuration 2 (hide)

OR cpe:2.3:a:siemens:sinec_ins:*:*:*:*:*:*:*:*
cpe:2.3:a:siemens:sinec_ins:1.0:-:*:*:*:*:*:*
cpe:2.3:a:siemens:sinec_ins:1.0:sp1:*:*:*:*:*:*
cpe:2.3:a:siemens:sinec_ins:1.0:sp2:*:*:*:*:*:*

Configuration 3 (hide)

cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*

History

21 Nov 2024, 07:10

Type Values Removed Values Added
References () https://cert-portal.siemens.com/productcert/pdf/ssa-332410.pdf - Third Party Advisory () https://cert-portal.siemens.com/productcert/pdf/ssa-332410.pdf - Third Party Advisory
References () https://hackerone.com/reports/1690000 - Exploit, Issue Tracking, Third Party Advisory () https://hackerone.com/reports/1690000 - Exploit, Issue Tracking, Third Party Advisory
References () https://security.netapp.com/advisory/ntap-20230113-0002/ - Third Party Advisory () https://security.netapp.com/advisory/ntap-20230113-0002/ - Third Party Advisory
References () https://www.debian.org/security/2023/dsa-5326 - Third Party Advisory () https://www.debian.org/security/2023/dsa-5326 - Third Party Advisory

01 Mar 2023, 15:03

Type Values Removed Values Added
New CVE

Information

Published : 2022-12-05 22:15

Updated : 2024-11-21 07:10


NVD link : CVE-2022-35255

Mitre link : CVE-2022-35255

CVE.ORG link : CVE-2022-35255


JSON object : View

Products Affected

debian

  • debian_linux

nodejs

  • node.js

siemens

  • sinec_ins
CWE
CWE-338

Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)