Node.js DH generateKeys() fails to regenerate keys, causing leaks
CVE-2023-30590 Published on November 28, 2023

The generateKeys() API function returned from crypto.createDiffieHellman() only generates missing (or outdated) keys, that is, it only generates a private key if none has been set yet, but the function is also needed to compute the corresponding public key after calling setPrivateKey(). However, the documentation says this API call: "Generates private and public Diffie-Hellman key values". The documented behavior is very different from the actual behavior, and this difference could easily lead to security issues in applications that use these APIs as the DiffieHellman may be used as the basis for application-level security, implications are consequently broad.

NVD


Products Associated with CVE-2023-30590

stack.watch emails you whenever new vulnerabilities are published in nodejs node.js or Canonical Ubuntu Linux. Just hit a watch button to start following.

 
 

Affected Versions

NodeJS Node:

Exploit Probability

EPSS
0.88%
Percentile
75.09%

EPSS (Exploit Prediction Scoring System) scores estimate the probability that a vulnerability will be exploited in the wild within the next 30 days. The percentile shows you how this score compares to all other vulnerabilities.