Lucene search

K
cvelistHackeroneCVELIST:CVE-2023-30590
HistoryNov 28, 2023 - 7:15 p.m.

CVE-2023-30590

2023-11-2819:15:19
hackerone
www.cve.org
2
crypto.creatediffiehellman
generatekeys
api function
security vulnerabilities
applications
documentation
public key
private key
diffie-hellman

8 High

AI Score

Confidence

High

0.001 Low

EPSS

Percentile

31.2%

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.

CNA Affected

[
  {
    "defaultStatus": "unaffected",
    "vendor": "Node.js",
    "product": "Node.js",
    "versions": [
      {
        "version": "16.20.1",
        "status": "affected",
        "lessThan": "16.20.1",
        "versionType": "semver"
      },
      {
        "version": "18.16.1",
        "status": "affected",
        "lessThan": "18.16.1",
        "versionType": "semver"
      },
      {
        "version": "20.3.1",
        "status": "affected",
        "lessThan": "20.3.1",
        "versionType": "semver"
      }
    ]
  }
]