CVE-2023-30590

Source
https://nvd.nist.gov/vuln/detail/CVE-2023-30590
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2023-30590.json
Aliases
Related
Published
2023-11-28T20:15:07Z
Modified
2024-05-14T12:55:33.633617Z
Summary
[none]
Details

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.

References

Affected packages

Git / github.com/nodejs/node

Affected versions

v20.*

v20.0.0
v20.1.0
v20.2.0
v20.3.0