← volver
CVE-2023-45288high

HTTP/2 CONTINUATION flood in net/http

43Vexday Risk Score

Sin señal de explotación. Ningún artefacto público de explotación conocido hasta ahora.

ssvc Trackcvss 7.5epss 92%
probabilidad de explotación
92%top 1% de las CVE
explotación observada
noninguna fuente lo reporta
Lo que declaran los fabricantes (VEX)

Declaraciones oficiales de los fabricantes en formato CSAF/VEX: si su producto está afectado, ya corregido o descartado — y por qué. Es afirmación del fabricante, no juicio de Vexday.

Afectado
30 productos (167 componentes)
Red Hat OpenShift Container Platform 4 · Red Hat OpenShift Container Platform 3.11 · Red Hat Storage 3 · Cost Management Metrics Operator · Fence Agents Remediation Operator · y otros 25
workaround: In some environments where http/2 support is not required, it may be possible to disable this feature to reduce risk.
Corregido
63 productos (2090 componentes)
Red Hat OpenShift Container Platform 4.18 · CNV 4.15 for RHEL 9 · CNV 4.14 for RHEL 9 · Red Hat OpenShift Container Platform 4.14 · Red Hat OpenShift Container Platform 4.15 · y otros 58
No afectado
25 productos (15.866 componentes) — porque el código vulnerable no está presente en el producto
Red Hat OpenShift Container Platform 4.15 · Red Hat OpenShift Container Platform 4.14 · Red Hat OpenShift Container Platform 4.13 · Red Hat OpenShift Container Platform 4.12 · Red Hat OpenShift Container Platform 4.16 · y otros 20
An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request's headers exceed MaxHeaderBytes, no memory is allocated to store the excess headers, but they are still parsed. This permits an attacker to cause an HTTP/2 endpoint to read arbitrary amounts of header data, all associated with a request which is going to be rejected. These headers can include Huffman-encoded data which is significantly more expensive for the receiver to decode than for an attacker to send. The fix sets a limit on the amount of excess header frames we will process before closing a connection.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H