Vulnerability Monitor

The vendors, products, and vulnerabilities you care about

CVE-2023-30590


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.


Published

2023-11-28T20:15:07.480

Last Modified

2024-11-21T08:00:28.723

Status

Modified

Source

[email protected]

Severity

CVSSv3.1: 7.5 (HIGH)

Weaknesses
  • Type: Primary
    NVD-CWE-Other

Affected Vendors & Products
Type Vendor Product Version/Range Vulnerable?
Application nodejs node.js < 16.20.1 Yes
Application nodejs node.js < 18.16.1 Yes
Application nodejs node.js < 20.3.1 Yes

References