Bugzilla – Bug 1270430
VUL-0: CVE-2026-54763: TRACKERBUG: traefik2,traefik: headerField underscore-variant identity spoofing in BasicAuth / DigestAuth / ForwardAuth
Last modified: 2026-07-10 09:52:32 UTC
Traefik is an HTTP reverse proxy and load balancer. Prior to v2.11.51, v3.6.22, and v3.7.6, Traefik's BasicAuth, DigestAuth, and ForwardAuth middlewares strip canonical-cased spoofed identity headers before writing Traefik's own value, but do not account for underscore-variant header names, which many backends normalize identically to dashed forms. An attacker able to reach a protected route can inject an underscore-variant header that survives Traefik's stripping and reaches the backend alongside, or on the unauthenticated ForwardAuth authResponseHeaders path instead of, the value Traefik intended to set, spoofing identity or authorization context. This issue is fixed in versions v2.11.51, v3.6.22, and v3.7.6. References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2026-54763 https://www.cve.org/CVERecord?id=CVE-2026-54763 https://github.com/traefik/traefik/commit/108a5264473a2cbc8f12d6d691a3c6553cdf2c1b https://github.com/traefik/traefik/pull/13262 https://github.com/traefik/traefik/security/advisories/GHSA-x677-9fxg-v5c5
Resolved with version 2.11.51 and 3.7.6