Skip to content
CVSS 10.0CVSS 10.0 · CRITICAL

CVE-2026-48491

Traefik is an HTTP reverse proxy and load balancer. From 3.7.0 until 3.7.3, there is a high severity vulnerability in Traefik's domain-fronting protection (SNICheck) that allows an unauthenticated client to bypass mutual TLS enforced through wildcard router TLSOptions. When a router uses a wildcard host rule such as Host(*.example.com) with stricter TLS options (for example RequireAndVerifyClientCert), SNICheck resolves the TLS options for the HTTP Host header using exact map lookups only and never applies wildcard matching. If another permissive SNI is served on the same entrypoint, an attacker can complete the TLS handshake under the permissive options and then send an HTTP Host header targeting the wildcard-protected backend, reaching it without presenting a client certificate. This affects the regular HTTPS / HTTP-2 path and does not require HTTP/3. This vulnerability is fixed in 3.7.3.

Ver en NVD

Análisis

Traefik presenta una vulnerabilidad crítica que permite saltarse la autenticación mTLS en routers con comodines (wildcards). Un atacante puede acceder a servicios protegidos sin un certificado de cliente válido aprovechando una configuración SNI más permisiva en el mismo punto de entrada. Esta falla expone backends que deberían estar restringidos y es especialmente relevante para infraestructuras basadas en contenedores.

Roles relevantes

BackendCloudKubernetesDockerCyberSecurityGo

Severidad

Puntaje: 10.0(CRITICAL)
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N
AV: NETWORK
AC: LOW
PR: NONE
UI: NONE
S: CHANGED
C: HIGH
I: HIGH
A: NONE
Tipo de falla (CWE): CWE-288

EPSS

Probabilidad de explotación (próx. 30 días): 0.0023 (0.2%)
Percentil: 13.4%
EPSS: 2026-06-26

Afecta

traefik:traefik

Descripción técnica

Traefik is an HTTP reverse proxy and load balancer. From 3.7.0 until 3.7.3, there is a high severity vulnerability in Traefik's domain-fronting protection (SNICheck) that allows an unauthenticated client to bypass mutual TLS enforced through wildcard router TLSOptions. When a router uses a wildcard host rule such as Host(*.example.com) with stricter TLS options (for example RequireAndVerifyClientCert), SNICheck resolves the TLS options for the HTTP Host header using exact map lookups only and never applies wildcard matching. If another permissive SNI is served on the same entrypoint, an attacker can complete the TLS handshake under the permissive options and then send an HTTP Host header targeting the wildcard-protected backend, reaching it without presenting a client certificate. This affects the regular HTTPS / HTTP-2 path and does not require HTTP/3. This vulnerability is fixed in 3.7.3.

Publicada: 23/6/2026, 20:16:48
Última modificación: 26/6/2026, 17:02:40

Referencias

InicioEventosBlogRecursosEquipo