Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG) The advisory has been revoked - it doesn't affect any version of package nodejs-packaging-bundler  (opens in a new tab)


Threat Intelligence

EPSS
0.26% (66th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications

Snyk Learn

Learn about Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG) vulnerabilities in an interactive lesson.

Start learning
  • Snyk IDSNYK-RHEL8-NODEJSPACKAGINGBUNDLER-3109634
  • published29 Sept 2022
  • disclosed23 Sept 2022

Introduced: 23 Sep 2022

CVE-2022-35255  (opens in a new tab)
CWE-338  (opens in a new tab)

Amendment

The Red Hat security team deemed this advisory irrelevant for RHEL:8.

NVD Description

Note: Versions mentioned in the description apply only to the upstream nodejs-packaging-bundler package and not the nodejs-packaging-bundler package as distributed by RHEL.

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.