Description
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.
Published: 2026-09-10
Score: 9.1 Critical
EPSS: n/a
KEV: No
Impact: Authentication bypass leading to unauthorized data access and impersonation
Action: Immediate Patch
AI Analysis

Impact

Traefik’s HTTP/3 entrypoint missed a critical call to service.AddTransportOnContext, causing the kerberized round‑tripper to reuse a shared backend transport instead of creating one per client connection. Attackers with a separate client can therefore hijack a backend connection that has already been authenticated for a victim. By reusing that connection, the attacker can read data that was intended only for the victim and act with the victim’s privileges, all without the victim’s credentials. This flaw is an example of authentication bypass and improper isolation of per‑connection transport resources.

Affected Systems

The issue affects Traefik releases 2.11.0 through 2.11.57 and the 3.7.13 build. Any installations within those version ranges that expose an HTTP/3 entrypoint to a backend using connection‑bound NTLM or Negotiate authentication with keep‑alive are vulnerable. Those can be mitigated by updating to the fixed releases 2.11.57 or 3.7.13 or newer.

Risk and Exploitability

The CVSS score of 9.1 indicates a critical impact. EPSS data is not available, so the current exploitation probability cannot be precisely quantified, but the flaw is not listed in the CISA KEV catalog, meaning it has not yet been confirmed as a known public exploit. Inferred from the description, the likely attack vector is remote: an attacker can use any HTTP/3 client that connects to the vulnerable entrypoint, provided the backend uses NTLM/Negotiate authentication with keep‑alive. The exploitation only requires the ability to send traffic to the Traefik instance; no privileged local access is required.

Generated by OpenCVE AI on September 10, 2026 at 16:25 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Traefik to version 2.11.57 or 3.7.13 or later, where the service.AddTransportOnContext call is restored and the backend transport is no longer shared.
  • If an upgrade cannot be performed immediately, disable HTTP/3 on the affected entrypoint to prevent the shared transport bug from being exercised.
  • Audit the backend authentication configuration: avoid using connection‑bound NTLM or Negotiate authentication with keep‑alive, or ensure that each connection uses a dedicated transport, to eliminate the conditions that allow hijacking even if the bug remains.

Generated by OpenCVE AI on September 10, 2026 at 16:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 10 Sep 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 10 Sep 2026 15:00:00 +0000

Type Values Removed Values Added
Description 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.
Title Traefik HTTP/3 Backend NTLM Connection Reuse
Weaknesses CWE-287
CWE-863
References
Metrics cvssV4_0

{'score': 9.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-10T15:38:46.602Z

Reserved: 2026-09-09T19:19:27.406Z

Link: CVE-2026-88007

cve-icon Vulnrichment

Updated: 2026-09-10T15:38:43.303Z

cve-icon NVD

Status : Received

Published: 2026-09-10T15:17:56.183

Modified: 2026-09-10T16:18:07.670

Link: CVE-2026-88007

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-10T16:30:17Z

Weaknesses