← volver
CVE-2026-48710mediumbajo ataqueCWE-1289CWE-444

Starlette has missing Host header validation that poisons request.url.path, bypassing path-based security checks

90Vexday Risk Score

Corrige ahora. Ella está bajo explotación confirmada por CISA y tiene exploit funcional público.

ssvc Actcvss 6.5epss 36%
de la publicación al arma0 días
Publicada en NVD26 may
1ª PoC1 abr
CISA KEV+99d
probabilidad de explotación
36%top 2% de las CVE
explotación observada
síCISA + VulnCheck
6 exploit(s) público(s)
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
5 productos (34 componentes)
Red Hat OpenShift AI (RHOAI) · Red Hat AI Inference Server · Red Hat Enterprise Linux AI (RHEL AI) 3 · OpenShift Lightspeed · Exploit Intelligence
workaround: Deploying an RFC-compliant reverse proxy (such as nginx, Apache, HAProxy, or Caddy) in front of the ASGI server will reject malformed Host headers before they reach the application…
Corregido
9 productos (93 componentes)
Red Hat OpenShift AI 3.4 · Red Hat OpenShift AI 3.3 · Red Hat Ansible Automation Platform 2.6 · Red Hat Satellite 6.19 · Red Hat AI Inference Server 3.3 · y otros 4
No afectado
7 productos (948 componentes) — porque el código vulnerable no está presente en el producto
Red Hat OpenShift AI 3.4 · Red Hat OpenShift AI 3.3 · Red Hat Ansible Automation Platform 2.6 · Red Hat Migration Toolkit for Applications 8.2 · Red Hat Ansible Automation Platform 2.7 · y otros 2
Acción exigida por CISAplazo federal: 2026-09-16

Apply mitigations in accordance with vendor instructions, ensuring compliance with CISA’s BOD 26-04 Prioritizing Security Updates Based on Risk (see URL in Notes) guidance and CISA’s “Forensics Triage Requirements” (see URL in Notes). Follow applicable BOD 26-04 guidance for cloud services or discontinue use of the product if mitigations are unavailable. Stakeholders are responsible for evaluating each asset's internet exposure and ensuring adherence to BOD 26-04 patching guidelines.

En resumen

Starlette no validaba adecuadamente el encabezado HTTP Host, permitiendo que atacantes envíen solicitudes malformadas que hagan que la ruta de la URL parezca diferente a la que se solicitó realmente. Esto puede eludir verificaciones de seguridad basadas en la ruta de la URL.

Detalle técnico

La vulnerabilidad existe en versiones de Starlette anteriores a 1.0.1, donde el encabezado Host se usa para reconstruir request.url sin validación según RFC 9112/3986. Un atacante puede enviar un Host malformado para hacer que request.url.path diverja de la ruta de enrutamiento real en scope, permitiendo eludir middleware de seguridad y restricciones de endpoints que verifican request.url en lugar de valores brutos de scope.

Resumen generado y traducido por IA a partir de la descripción oficial.
Starlette is a lightweight ASGI framework/toolkit. Prior to version 1.0.1, the HTTP `Host` request header was not validated before being used to reconstruct `request.url`. Because the routing algorithm relies on the raw HTTP path while `request.url` is rebuilt from the `Host` header, a malformed header could make `request.url.path` differ from the path that was actually requested. Middleware and endpoints that apply security restrictions based on `request.url` (rather than the raw `scope` path) could therefore be bypassed. Users should upgrade to a version greater than or equal to version 1.0.1, which validates the `Host` header against the grammar of RFC 9112 §3.2 / RFC 3986 §3.2.2 when constructing `request.url` and falls back to `scope["server"]` for malformed values.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
Productos afectados
Kludex · starlette
⚠ Recursos públicos, para evaluar la exposición de sistemas que controlas o estás autorizado a probar. Prueba solo con autorización.