Description
Traefik is an open source HTTP reverse proxy and load balancer. From 2.8.2 until 2.11.56 and 3.7.12, HTTP/3 entrypoints do not apply entryPoints..transport.respondingTimeouts.readTimeout because the timeout is enforced on a TCP connection and the HTTP/3 server has no corresponding QUIC stream deadline. An unauthenticated client can use a slow request body, trickling data indefinitely while holding a request and an upstream connection open and exhausting backends with bounded connection pools. This issue is fixed in 2.11.56 and 3.7.12.
Published: 2026-09-10
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: Denial of Service via Unbounded HTTP/3 Request Body
Action: Patch Upgrade
AI Analysis

Impact

The vulnerability lies in Traefik’s handling of the readTimeout setting for HTTP/3 entrypoints. The configuration value, which limits how long a connection may wait for a complete request body, is applied to TCP connections but not to QUIC streams used by HTTP/3. An attacker can send a request body extremely slowly, causing Traefik to wait indefinitely and keeping an upstream connection open. The prolonged waiting can exhaust the bounded connection pool of the backend, leading to denial of service for legitimate traffic. The weakness is categorized as CWE‑770, indicating resource exhaustion.

Affected Systems

This flaw affects Traefik versions 2.8.2 through 2.11.56 and 3.7.12. Users running any of these releases with an HTTP/3 entrypoint enabled are impacted. The issue is resolved in 2.11.56 and 3.7.12.

Risk and Exploitability

Traefik is a widely deployed reverse proxy in many containerized and cloud environments, increasing the potential impact. The CVSS score of 5.3 reflects a moderate severity, but the lack of a hard timeout for QUIC streams makes exploitation straightforward for an unauthenticated client. Because the exploit requires only unrestricted network access to the HTTP/3 port, it can be performed remotely with minimal preparation. The EPSS score is not available and the vulnerability is not listed in CISA's KEV catalog, indicating that no publicly known exploit has been reported. However, the absence of a fixed timeout still poses a significant risk for high‑traffic deployments.

Generated by OpenCVE AI on September 10, 2026 at 17:45 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Traefik to version 2.11.56 or 3.7.12, which apply the readTimeout to QUIC streams
  • If immediate upgrade is not possible, disable HTTP/3 entrypoints or revert to earlier versions that do not expose the flaw until a patch is applied
  • Monitor backend connection pool utilization and log any prolonged HTTP/3 connections to detect potential exploitation attempts

Generated by OpenCVE AI on September 10, 2026 at 17:45 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Description Traefik is an open source HTTP reverse proxy and load balancer. From 2.8.2 until 2.11.56 and 3.7.12, HTTP/3 entrypoints do not apply entryPoints..transport.respondingTimeouts.readTimeout because the timeout is enforced on a TCP connection and the HTTP/3 server has no corresponding QUIC stream deadline. An unauthenticated client can use a slow request body, trickling data indefinitely while holding a request and an upstream connection open and exhausting backends with bounded connection pools. This issue is fixed in 2.11.56 and 3.7.12.
Title Traefik: respondingTimeouts.readTimeout is not applied to HTTP/3, leaving slow-body uploads unbounded
Weaknesses CWE-770
References
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-10T15:35:12.851Z

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

Link: CVE-2026-88012

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-09-10T16:18:08.067

Modified: 2026-09-10T19:54:25.810

Link: CVE-2026-88012

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-10T18:00:09Z

Weaknesses
  • CWE-770

    Allocation of Resources Without Limits or Throttling