PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-88878 traefik CVE debrief

Traefik, an HTTP reverse proxy and load balancer, has a vulnerability in versions >= v2.8.2 through <= v2.11.55 and >= v3.0.0 through <= v3.7.11. The entryPoints.<name>.transport.respondingTimeouts settings, specifically readTimeout, are not applied to the HTTP/3 request path. This allows an unauthenticated remote client to hold a request open indefinitely, potentially causing denial of service by exhausting bounded backend connection pools.

Vendor
traefik
Product
Unknown
CVSS
MEDIUM 6.9
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-10
Original CVE updated
2026-09-14
Advisory published
2026-09-10
Advisory updated
2026-09-14

Who should care

Defenders managing Traefik instances, especially those with HTTP/3 enabled, should assess exposure and prioritize patching or mitigation to prevent potential denial-of-service attacks.

Why it matters

CVE-2026-88878 is a medium-severity vulnerability in Traefik that allows an unauthenticated remote client to cause denial of service by holding a request open indefinitely. Defenders managing Traefik instances with HTTP/3 enabled should assess exposure and prioritize patching or mitigation.

  • Denial of service through exhaustion of backend connection pools
  • Potential for prolonged resource consumption by malicious clients
  • Need for verification of affected versions and exposure
  • Prioritization of patching or mitigating vulnerable Traefik instances

Technical summary

The Traefik HTTP/3 timeout bypass vulnerability allows an unauthenticated remote client to hold a request open indefinitely, potentially causing denial of service by exhausting bounded backend connection pools. This issue affects Traefik versions >= v2.8.2 through <= v2.11.55 and >= v3.0.0 through <= v3.7.11. The vulnerability was introduced due to a quic-go API change that removed the embedded http.Server carrying timeouts. Defenders managing Traefik instances, especially those with HTTP/3 enabled, should assess exposure and prioritize patching or mitigation to prevent potential denial-of-service attacks.

Defensive priority

Defenders should prioritize patching or mitigating this vulnerability, especially for Traefik instances with HTTP/3 enabled, to prevent potential denial-of-service attacks.

Recommended defensive actions

  • Patch Traefik to version 2.11.56 or 3.7.12
  • Disable HTTP/3 if not required
  • Monitor for unusual request patterns
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented

Evidence notes

The vulnerability was introduced in v2.8.2 due to a quic-go API change that removed the embedded http.Server carrying timeouts. It is fixed in v2.11.56 and v3.7.12. Affected deployments should verify their Traefik versions and configurations, especially those with HTTP/3 enabled, to assess exposure and prioritize patching or mitigation. Defenders should review the official advisory and CVE record to validate affected scope, severity, and vendor guidance.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-88878 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-88878

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-88878 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-88878

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://github.com/traefik/traefik/security/advisories/GHSA-7ghq-v6jf-g56c

    [email protected] - Patch, Vendor Advisory

  • Source reference

    Unverified legacy reference

    URL: https://www.vulncheck.com/advisories/traefik-2.8.2-through-3.6-http-3-timeout-bypass

    [email protected] - Third Party Advisory

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.