Notable changes
The following CVEs are fixed in this release:
- CVE-2022-32212: DNS rebinding in –inspect on macOS (High)
- CVE-2022-32213: bypass via obs-fold mechanic (Medium)
- CVE-2022-35256: HTTP Request Smuggling Due to Incorrect Parsing of Header Fields (Medium)
More detailed information on each of the vulnerabilities can be found in September 22nd 2022 Security Releases blog post.
Commits
- [
a9f1146b88
] – http: disable chunked encoding when OBS fold is used (Paolo Insogna) nodejs-private/node-private#341 - [
a1121b456c
] – src: fix IPv4 non routable validation (RafaelGSS) nodejs-private/node-private#337 - [
de80707870
] – src: fix IS_LTS and IS_RELEASE flags (Richard Lau) #43761
Windows 32-bit Installer: https://nodejs.org/dist/v14.20.1/node-v14.20.1-x86.msi
Windows 64-bit Installer: https://nodejs.org/dist/v14.20.1/node-v14.20.1-x64.msi
Windows 32-bit Binary: https://nodejs.org/dist/v14.20.1/win-x86/node.exe
Windows 64-bit Binary: https://nodejs.org/dist/v14.20.1/win-x64/node.exe
macOS 64-bit Installer: https://nodejs.org/dist/v14.20.1/node-v14.20.1.pkg
macOS Intel 64-bit Binary: https://nodejs.org/dist/v14.20.1/node-v14.20.1-darwin-x64.tar.gz
Linux 64-bit Binary: https://nodejs.org/dist/v14.20.1/node-v14.20.1-linux-x64.tar.xz
Linux PPC LE 64-bit Binary: https://nodejs.org/dist/v14.20.1/node-v14.20.1-linux-ppc64le.tar.xz
Linux s390x 64-bit Binary: https://nodejs.org/dist/v14.20.1/node-v14.20.1-linux-s390x.tar.xz
AIX 64-bit Binary: https://nodejs.org/dist/v14.20.1/node-v14.20.1-aix-ppc64.tar.gz
ARMv7 32-bit Binary: https://nodejs.org/dist/v14.20.1/node-v14.20.1-linux-armv7l.tar.xz
ARMv8 64-bit Binary: https://nodejs.org/dist/v14.20.1/node-v14.20.1-linux-arm64.tar.xz
Source Code: https://nodejs.org/dist/v14.20.1/node-v14.20.1.tar.gz
Other release files: https://nodejs.org/dist/v14.20.1/
Documentation: https://nodejs.org/docs/v14.20.1/api/
Notable changes
The following CVEs are fixed in this release:
- CVE-2022-32212: DNS rebinding in –inspect on macOS (High)
- Insufficient fix for macOS devices on v18.5.0
- CVE-2022-32222: Node 18 reads openssl.cnf from /home/iojs/build/ upon startup on MacOS (Medium)
- CVE-2022-32213: HTTP Request Smuggling – Flawed Parsing of Transfer-Encoding (Medium)
- Insufficient fix on v18.5.0
- CVE-2022-32215: HTTP Request Smuggling – Incorrect Parsing of Multi-line Transfer-Encoding (Medium)
- Insufficient fix on v18.5.0
- CVE-2022-35256: HTTP Request Smuggling – Incorrect Parsing of Header Fields (Medium)
- CVE-2022-35255: Weak randomness in WebCrypto keygen
More detailed information on each of the vulnerabilities can be found in September 22nd 2022 Security Releases blog post.
llhttp updated to 6.0.10
llhttp
is updated to 6.0.10 which includes fixes for the following vulnerabilities.
- HTTP Request Smuggling – CVE-2022-32213 bypass via obs-fold mechanic (Medium)(CVE-2022-32213 ): The
llhttp
parser in thehttp
module does not correctly parse and validate Transfer-Encoding headers. This can lead to HTTP Request Smuggling (HRS). - HTTP Request Smuggling – Incorrect Parsing of Multi-line Transfer-Encoding (Medium)(CVE-2022-32215): The
llhttp
parser in thehttp
module does not correctly handle multi-line Transfer-Encoding headers. This can lead to HTTP Request Smuggling (HRS). - HTTP Request Smuggling – Incorrect Parsing of Header Fields (Medium)(CVE-35256): The llhttp parser in the
http
does not correctly handle header fields that are not terminated with CLRF. This can lead to HTTP Request Smuggling (HRS).
Commits
- [
0c2a5723be
] – crypto: fix weak randomness in WebCrypto keygen (Ben Noordhuis) nodejs-private/node-private# - [
ffb6f4d51d
] – deps: MacOS – fix location of OpenSSL config file (Michael Dawson) nodejs-private/node-private#345 - [
01bffcdd93
] – http: disable chunked encoding when OBS fold is used (Paolo Insogna) nodejs-private/node-private#341 - [
2c379d341d
] – src: fix IPv4 non routable validation (RafaelGSS) nodejs-private/node-private#337
Windows 32-bit Installer: https://nodejs.org/dist/v18.9.1/node-v18.9.1-x86.msi
Windows 64-bit Installer: https://nodejs.org/dist/v18.9.1/node-v18.9.1-x64.msi
Windows 32-bit Binary: https://nodejs.org/dist/v18.9.1/win-x86/node.exe
Windows 64-bit Binary: https://nodejs.org/dist/v18.9.1/win-x64/node.exe
macOS 64-bit Installer: https://nodejs.org/dist/v18.9.1/node-v18.9.1.pkg
macOS Apple Silicon 64-bit Binary: https://nodejs.org/dist/v18.9.1/node-v18.9.1-darwin-arm64.tar.gz
macOS Intel 64-bit Binary: https://nodejs.org/dist/v18.9.1/node-v18.9.1-darwin-x64.tar.gz
Linux 64-bit Binary: https://nodejs.org/dist/v18.9.1/node-v18.9.1-linux-x64.tar.xz
Linux PPC LE 64-bit Binary: https://nodejs.org/dist/v18.9.1/node-v18.9.1-linux-ppc64le.tar.xz
Linux s390x 64-bit Binary: https://nodejs.org/dist/v18.9.1/node-v18.9.1-linux-s390x.tar.xz
AIX 64-bit Binary: https://nodejs.org/dist/v18.9.1/node-v18.9.1-aix-ppc64.tar.gz
ARMv7 32-bit Binary: https://nodejs.org/dist/v18.9.1/node-v18.9.1-linux-armv7l.tar.xz
ARMv8 64-bit Binary: https://nodejs.org/dist/v18.9.1/node-v18.9.1-linux-arm64.tar.xz
Source Code: https://nodejs.org/dist/v18.9.1/node-v18.9.1.tar.gz
Other release files: https://nodejs.org/dist/v18.9.1/
Documentation: https://nodejs.org/docs/v18.9.1/api/
This is a security release.
Notable changes
The following CVEs are fixed in this release:
- CVE-2022-32212: DNS rebinding in –inspect on macOS (High)
- CVE-2022-32213: bypass via obs-fold mechanic (Medium)
- CVE-2022-35255: Weak randomness in WebCrypto keygen
- CVE-2022-35256: HTTP Request Smuggling – Incorrect Parsing of Header Fields (Medium)
More detailed information on each of the vulnerabilities can be found in September 22nd 2022 Security Releases blog post.
Commits
- [
a54283a638
] – crypto: fix weak randomness in WebCrypto keygen (Ben Noordhuis) nodejs-private/node-private#346 - [
0713e21240
] – http: disable chunked encoding when using OBS fold is used (Paolo Insogna) nodejs-private/node-private#341 - [
77fe2f32e4
] – src: fix IPv4 non routable validation (RafaelGSS) nodejs-private/node-private#337
Windows 32-bit Installer: https://nodejs.org/dist/v16.17.1/node-v16.17.1-x86.msi
Windows 64-bit Installer: https://nodejs.org/dist/v16.17.1/node-v16.17.1-x64.msi
Windows 32-bit Binary: https://nodejs.org/dist/v16.17.1/win-x86/node.exe
Windows 64-bit Binary: https://nodejs.org/dist/v16.17.1/win-x64/node.exe
macOS 64-bit Installer: https://nodejs.org/dist/v16.17.1/node-v16.17.1.pkg
macOS Apple Silicon 64-bit Binary: https://nodejs.org/dist/v16.17.1/node-v16.17.1-darwin-arm64.tar.gz
macOS Intel 64-bit Binary: https://nodejs.org/dist/v16.17.1/node-v16.17.1-darwin-x64.tar.gz
Linux 64-bit Binary: https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.xz
Linux PPC LE 64-bit Binary: https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-ppc64le.tar.xz
Linux s390x 64-bit Binary: https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-s390x.tar.xz
AIX 64-bit Binary: https://nodejs.org/dist/v16.17.1/node-v16.17.1-aix-ppc64.tar.gz
ARMv7 32-bit Binary: https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-armv7l.tar.xz
ARMv8 64-bit Binary: https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-arm64.tar.xz
Source Code: https://nodejs.org/dist/v16.17.1/node-v16.17.1.tar.gz
Other release files: https://nodejs.org/dist/v16.17.1/
Documentation: https://nodejs.org/docs/v16.17.1/api/