Versions
Fixed in 14.20.0+, 16.20.0+, 18.5.0+
Fixed in 19.6.1, 18.14.1, 16.19.1, 14.21.3
Fixed in 12.18.4 and 14.11
Fixed in 16.17.1+,18.9.1+
Fixed in v14.11.0
Fixed in 19.0.1, 18.12.1, 16.18.1, 14.21.1
Fixed in 19.2.0, 18.14.1, 16.19.1, 14.21.3
Fixed versions 16.6.0, 14.17.4, and 12.22.4
Fixed in 14.20.1+, 16.17.1+,18.9.1+
Fixed in 10.23.1, 12.20.1, 14.15.4, 15.5.1
Fixed versions 16.6.2, 14.17.5, and 12.22.5
Fixed in 10.22.1, 12.18.4, 14.9.0
Fixed in 12.22.9, 14.18.3, 16.13.2, 17.3.1
Fixed in 18.9.1+
12.18.0,14.4.0
Fixed in 10.24.0, 12.21.0, 14.16.0, 15.10.0
Fixed in 16.4.1, 14.17.2, and 12.22.2
10.19.0, 12.15.0, 13.8.0
10.21.0,12.18.0,14.4.0
Fixed version 16.6.2, 14.17.5, and 12.22.5
Fixed in 15.2.1, 14.15.1, 12.19.1
Recent CVEs
CVE-2023-23920
An untrusted search path vulnerability exists in Node.js. <19.6.1, <18.14.1, <16.19.1, and <14.21.3 that could allow an attacker to search and potentially load ICU data when running with elevated privileges.
CVE-2023-23918
A privilege escalation vulnerability exists in Node.js <19.6.1, <18.14.1, <16.19.1 and <14.21.3 that made it possible to bypass the experimental Permissions (https://nodejs.org/api/permissions.html) feature in Node.js and access non authorized modules by using process.mainModule.require(). This only affects users who had enabled the experimental permissions option with --experimental-policy.
CVE-2023-23919
A cryptographic vulnerability exists in Node.js <19.2.0, <18.14.1, <16.19.1, <14.21.3 that in some cases did does not clear the OpenSSL error stack after operations that may set it. This may lead to false positive errors during subsequent cryptographic operations that happen to be on the same thread. This in turn could be used to cause a denial of service.
CVE-2022-35255
A weak randomness in WebCrypto keygen vulnerability exists in Node.js 18 due to a change with EntropySource() in SecretKeyGenTraits::DoKeyGen() in src/crypto/crypto_keygen.cc. There are two problems with this: 1) It does not check the return value, it assumes EntropySource() always succeeds, but it can (and sometimes will) fail. 2) The random data returned byEntropySource() may not be cryptographically strong and therefore not suitable as keying material.
CVE-2022-35256
The llhttp parser in the http module in Node v18.7.0 does not correctly handle header fields that are not terminated with CLRF. This may result in HTTP Request Smuggling.
CVE-2022-43548
A OS Command Injection vulnerability exists in Node.js versions <14.21.1, <16.18.1, <18.12.1, <19.0.1 due to an insufficient IsAllowedHost check that can easily be bypassed because IsIPAddress does not properly check if an IP address is invalid before making DBS requests allowing rebinding attacks.The fix for this issue in https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32212 was incomplete and this new CVE is to complete the fix.
CVE-2022-32212
A OS Command Injection vulnerability exists in Node.js versions <14.20.0, <16.20.0, <18.5.0 due to an insufficient IsAllowedHost check that can easily be bypassed because IsIPAddress does not properly check if an IP address is invalid before making DBS requests allowing rebinding attacks.
CVE-2022-32213
The llhttp parser <v14.20.1, <v16.17.1 and <v18.9.1 in the http module in Node.js does not correctly parse and validate Transfer-Encoding headers and can lead to HTTP Request Smuggling (HRS).
CVE-2022-32215
The llhttp parser <v14.20.1, <v16.17.1 and <v18.9.1 in the http module in Node.js does not correctly handle multi-line Transfer-Encoding headers. This can lead to HTTP Request Smuggling (HRS).
CVE-2022-32214
The llhttp parser <v14.20.1, <v16.17.1 and <v18.9.1 in the http module in Node.js does not strictly use the CRLF sequence to delimit HTTP requests. This can lead to HTTP Request Smuggling (HRS).