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…
Does this matter?
High impact if exploited, but EPSS currently rates exploitation as unlikely (1.46%). Schedule it in the normal patch cycle and watch for a rise in EPSS or a public exploit.
Description
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.
- CVSS 3.1
- 7.5 HIGHCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
- EPSS
- 1.46% probability · 72th percentile
- CISA KEV
- Not listed
- Affected
- nodejs/node.js
- Source
- support@hackerone.com
References
- https://lists.debian.org/debian-lts-announce/2024/03/msg00029.html
- https://nodejs.org/en/blog/vulnerability/june-2023-security-releasesVendor Advisory
- https://lists.debian.org/debian-lts-announce/2024/03/msg00029.html
- https://lists.debian.org/debian-lts-announce/2024/09/msg00029.html
- https://nodejs.org/en/blog/vulnerability/june-2023-security-releasesVendor Advisory
- https://security.netapp.com/advisory/ntap-20241101-0011/
Source: NVD record, EPSS from FIRST.org, KEV from CISA. Refreshed daily.