๐Ÿ” CVE Alert

CVE-2026-88878

MEDIUM 5.3

Traefik v2.8.2 through v3.6 HTTP/3 Timeout Bypass

CVSS Score
5.3
EPSS Score
0.0%
EPSS Percentile
0th

Traefik is an HTTP reverse proxy and load balancer. In versions >= v2.8.2 through <= v2.11.55 and >= v3.0.0 through <= v3.7.11, the entryPoints.<name>.transport.respondingTimeouts settings โ€” notably readTimeout, which is enabled by default at 60s โ€” are not applied to the HTTP/3 request path. readTimeout is enforced as a deadline on the underlying TCP connection, which cannot be applied to a QUIC stream, and Traefik's HTTP/3 server is constructed without any timeout. As a result, on entry points with HTTP/3 enabled, an unauthenticated remote client that trickles request body bytes can hold a request open indefinitely and, with it, one upstream connection per request, exhausting bounded backend connection pools and causing denial of service. The issue was introduced in v2.8.2 when a quic-go API change removed the embedded http.Server that carried these timeouts. Fixed in v2.11.56 and v3.7.12.

CWE CWE-770
Vendor traefik
Product traefik
Published Sep 10, 2026
Last Updated Sep 10, 2026
Stay Ahead of the Next One

Get instant alerts for traefik traefik

Be the first to know when new medium vulnerabilities affecting traefik traefik are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
Low

Affected Versions

traefik / traefik
2.8.2 โ‰ค 3.7.13
traefik / traefik
3.0.0 โ‰ค 3.7.13

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/traefik/traefik/security/advisories/GHSA-7ghq-v6jf-g56c vulncheck.com: https://www.vulncheck.com/advisories/traefik-2.8.2-through-3.6-http-3-timeout-bypass

Credits

๐Ÿ” ShadMalloy