CVE-2026-88879: Traefik before v2.11.56 Identity Spoofing via Header Alias

Published Sep 10, 2026
·
Updated

Traefik is an HTTP reverse proxy and load balancer. In Traefik v1.x, v2.x through v2.11.55, and v3.0.0 through v3.7.11, header names are canonicalized only on dashes, so X-Auth-User, XAuthUser and X.Auth.User are treated as three distinct headers by Traefik, while backends that derive variable names from header names (CGI, WSGI, PHP, NGINX and others) collapse them into a single variable. A client can therefore smuggle a dot-form alias of a header that Traefik manages past the middleware managing it — for example supplying X.Authenticated.User alongside the canonical X-Authenticated-User written by the ForwardAuth middleware — causing such a backend to read the client-supplied value instead of the identity Traefik asserted. In the tested configuration (PHP 8.2 built-in SAPI over an HTTP/1 backend path), Go's lexical header ordering makes the attacker-supplied value win deterministically, so a client that ForwardAuth admits as a low-privilege identity can be treated by the backend as a different user or role. Any header Traefik sets is affected, not only ForwardAuth's. This is an incomplete fix for GHSA-x677-9fxg-v5c5, which blocked only the underscore form. Fixed in v2.11.56 and v3.7.12, which add the aliasHeadersStrategy entry-point option; because it defaults to 'keep' for backwards compatibility, it must be explicitly set to 'delete' or 'reject' for the fix to take effect. Unmaintained release lines will not receive a patch.

Affected Software

1 affected component
Traefik Labs Traefik>0<=2.11.55, >=3.0.0<=3.7.11

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade Traefik to a version that resolves this vulnerability.

    Fixed in 2.11.56
  2. Upgrade

    Upgrade Traefik to a version that resolves this vulnerability.

    Fixed in 3.7.12
  3. Configuration

    Set Traefik entry-point option aliasHeadersStrategy to 'delete' so that the v2.11.56/v3.7.12 fix takes effect (defaults to 'keep' for backwards compatibility).

    Traefik aliasHeadersStrategy = delete
  4. Compensating control

    If upgrading is not possible for an unmaintained release line, explicitly set aliasHeadersStrategy to 'delete' or 'reject' on the relevant Traefik entry-point (note: the fix mechanism requires this option to be set, since it defaults to 'keep').

Event History

Sep 10, 2026
CVE Published
via MITRE·01:05 PM
Data Sourced
via MITRE·01:05 PM
DescriptionWeakness

Frequently Asked Questions

1

Which deployments are exposed to identity spoofing?

Exposure requires a backend that converts differently punctuated HTTP header names into the same variable, such as CGI, WSGI, PHP, or NGINX-based handling. The risk applies when that backend relies on headers set or managed by Traefik for identity, roles, or other security-relevant values.

2

What does an attacker need to exploit this?

The attacker must be able to send requests through Traefik and provide a dot-form alias of a header Traefik manages, such as X.Authenticated.User alongside X-Authenticated-User. In the demonstrated case, a user admitted by ForwardAuth as a low-privilege identity could cause the backend to use an attacker-supplied identity or role value.

3

How can I determine whether my instance is affected?

Affected releases include Traefik v1.x, v2.x through v2.11.55, and v3.0.0 through v3.7.11. Review whether downstream applications normalize header punctuation into a shared variable name and consume Traefik-provided headers for authorization or identity decisions.

4

Is ForwardAuth the only affected feature?

No. ForwardAuth is the example given, but any header set by Traefik can be affected if a downstream backend collapses the canonical header name and its dot-form alias into the same variable.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203