Описание
Security update for nodejs12
This update for nodejs12 fixes the following issues:
- CVE-2022-32212: Fixed DNS rebinding in --inspect via invalid IP addresses (bsc#1201328).
- CVE-2022-32213: Fixed HTTP request smuggling due to flawed parsing of Transfer-Encoding (bsc#1201325).
- CVE-2022-32214: Fixed HTTP request smuggling due to improper delimiting of header fields (bsc#1201326).
- CVE-2022-32215: Fixed HTTP request smuggling due to incorrect parsing of multi-line Transfer-Encoding (bsc#1201327).
- CVE-2022-2097: Fixed missing encrypted bytes in AES OCB mode (bsc#1201099).
Список пакетов
SUSE Linux Enterprise Module for Web and Scripting 12
Ссылки
- Link for SUSE-SU-2022:2417-1
- E-Mail link for SUSE-SU-2022:2417-1
- SUSE Security Ratings
- SUSE Bug 1201099
- SUSE Bug 1201325
- SUSE Bug 1201326
- SUSE Bug 1201327
- SUSE Bug 1201328
- SUSE CVE CVE-2022-2097 page
- SUSE CVE CVE-2022-32212 page
- SUSE CVE CVE-2022-32213 page
- SUSE CVE CVE-2022-32214 page
- SUSE CVE CVE-2022-32215 page
Описание
AES OCB mode for 32-bit x86 platforms using the AES-NI assembly optimised implementation will not encrypt the entirety of the data under some circumstances. This could reveal sixteen bytes of data that was preexisting in the memory that wasn't written. In the special case of "in place" encryption, sixteen bytes of the plaintext would be revealed. Since OpenSSL does not support OCB based cipher suites for TLS and DTLS, they are both unaffected. Fixed in OpenSSL 3.0.5 (Affected 3.0.0-3.0.4). Fixed in OpenSSL 1.1.1q (Affected 1.1.1-1.1.1p).
Затронутые продукты
Ссылки
- CVE-2022-2097
- SUSE Bug 1201099
- SUSE Bug 1201332
Описание
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-32212
- SUSE Bug 1201328
Описание
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-32213
- SUSE Bug 1201325
Описание
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).
Затронутые продукты
Ссылки
- CVE-2022-32214
- SUSE Bug 1201326
Описание
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-32215
- SUSE Bug 1201327