CVE Catalog

CVE-2026-88004

HighCVSS 7.0
Published: Updated: Translated: NVD NIST

Summary

Traefik is an open source HTTP reverse proxy and load balancer. From 3.2.0 until 3.7.13, Traefik entrypoint defenses aliasHeadersStrategy, underscoreHeadersStrategy, and forwardedHeaders inspect req.Header but not req.Trailer, allowing an unauthenticated client to submit an aliasing or trusted header name in an HTTP/1.1 chunked trailer or an HTTP/2 trailer. When the retry or buffering middleware reads the body before the reverse proxy clones the request, the attacker-controlled trailer value reaches a backend that merges trailers into the header namespace, bypassing the documented delete or reject behavior and potentially spoofing identity or forwarded routing data. This issue is fixed in 3.7.13.

Risk Assessment

An attacker could spoof identity or modify routing data, bypassing security mechanisms and potentially leading to unauthorized access. This poses a threat to confidentiality and integrity.

Recommendation

Upgrade Traefik to version 3.7.13 or later, which fixes this vulnerability. Until then, consider disabling retry and buffering middleware or adding additional header controls.

Other vulnerabilities in Traefik

See all
Original NVD description (English source)

Traefik is an open source HTTP reverse proxy and load balancer. From 3.2.0 until 3.7.13, Traefik entrypoint defenses aliasHeadersStrategy, underscoreHeadersStrategy, and forwardedHeaders inspect req.Header but not req.Trailer, allowing an unauthenticated client to submit an aliasing or trusted header name in an HTTP/1.1 chunked trailer or an HTTP/2 trailer. When the retry or buffering middleware reads the body before the reverse proxy clones the request, the attacker-controlled trailer value reaches a backend that merges trailers into the header namespace, bypassing the documented delete or reject behavior and potentially spoofing identity or forwarded routing data. This issue is fixed in 3.7.13.

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