CVE Catalog

CVE-2026-88007

CriticalCVSS 9.1
Published: Updated: Translated: NVD NIST

Summary

Traefik (open source HTTP reverse proxy and load balancer) from 2.11.0 until 2.11.57 and 3.7.13 has an HTTP/3 issue: ConnContext does not call service.AddTransportOnContext, so kerberosRoundTripper uses a shared backend transport instead of one dedicated to each frontend connection. With HTTP/3 enabled, a backend using connection-bound NTLM or Negotiate authentication, and backend keep-alive, an unrelated client can reuse a backend connection authenticated for a victim, read victim-only data, and act as that victim without the victim credentials.

Risk Assessment

An attacker can hijack a victim's authenticated session and access backend data and actions without knowing the victim's credentials. This affects environments with HTTP/3 enabled and backend NTLM/Negotiate authentication.

Recommendation

Upgrade Traefik to version 2.11.57 or 3.7.13 (or later). If upgrade is not possible, consider disabling HTTP/3 or backend NTLM/Negotiate authentication.

Other vulnerabilities in Traefik

See all
Original NVD description (English source)

Traefik is an open source HTTP reverse proxy and load balancer. From 2.11.0 until 2.11.57 and 3.7.13, the HTTP/3 entrypoint ConnContext does not call service.AddTransportOnContext, so kerberosRoundTripper uses a shared backend transport instead of a transport dedicated to each frontend connection. With HTTP/3 enabled, a backend using connection-bound NTLM or Negotiate authentication, and backend keep-alive, an unrelated client can reuse a backend connection authenticated for a victim, read victim-only data, and act as that victim without the victim credentials. This issue is fixed in 2.11.57 and 3.7.13.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS