CVE-2026-88879
Last modified
CVE-2026-88879 is a high-severity vulnerability rated 8.2/10 on the CVSS scale. 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, X_Auth_User 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. EPSS estimates a 0.27% chance of exploitation in the next 30 days.
Description
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, X_Auth_User 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.
Metrics
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Traefik | Traefik | >= 1.0, < 2.11.56 |
| Traefik | Traefik | >= 3.0.0, < 3.7.12 |
References
- https://github.com/traefik/traefik/security/advisories/GHSA-rf44-j88r-hh8cPatch, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-88879?
How severe is CVE-2026-88879?
How do I fix CVE-2026-88879?
How Strix Helps
- Same Subject, Wrong User: A Cross-Issuer Account Takeover in n8nStrix found an identity-binding bug in n8n's token-exchange flow enabling account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-88873WWBN AVideo through commit c3edcc274c389816d434acadac07ee78e…7.1
- CVE-2026-88874AVideo through revision c3edcc274c389816d434acadac07ee78eaf3…7.5
- CVE-2026-88875AVideo through revision c3edcc274c389816d434acadac07ee78eaf3…4.3
- CVE-2026-88876AVideo through revision c3edcc274c389816d434acadac07ee78eaf3…7.5
- CVE-2026-88877Traefik is a HTTP reverse proxy and load balancer. In versio…9.8
- CVE-2026-88878Traefik is an HTTP reverse proxy and load balancer. In versi…5.3
- CVE-2026-8888Version 3.0.7 of the Securly Chrome Extension downloads conf…7.5
- CVE-2026-88880Renovate before 44.11.3 fails to validate Link header destin…8.6
- CVE-2026-88881Renovate, a dependency update tool, follows pagination links…8.6
- CVE-2026-88882Renovate is a dependency update automation tool. In versions…8.6
- CVE-2026-88883Renovate is an automated dependency update tool. In versions…7.7
- CVE-2026-88884Renovate is a dependency update automation tool. In versions…5.8
Are you affected by CVE-2026-88879?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
