Vulnerability Description
Traefik is an HTTP reverse proxy and load balancer. Prior to 2.11.48, 3.6.19, and 3.7.3, there is a high severity vulnerability in Traefik's StripPrefix middleware that allows an unauthenticated attacker to bypass route-level authentication and authorization. When a public router matches on a PathPrefix rule and applies the StripPrefix middleware, a request path containing .. or its percent-encoded form %2e%2e can match the public route at routing time and then, after the prefix is stripped and the path is normalized, resolve to a path served by a separate, authenticated router. As a result, an attacker can reach protected backend paths — such as admin or internal configuration endpoints — without satisfying the authentication middleware attached to the protected router. This vulnerability is fixed in 2.11.48, 3.6.19, and 3.7.3.
CVSS Score
CRITICAL
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Traefik | Traefik | < 2.11.48 |
Related Weaknesses (CWE)
References
- https://github.com/traefik/traefik/releases/tag/v2.11.48PatchRelease Notes
- https://github.com/traefik/traefik/releases/tag/v3.6.19PatchRelease Notes
- https://github.com/traefik/traefik/releases/tag/v3.7.3PatchRelease Notes
- https://github.com/traefik/traefik/security/advisories/GHSA-xf64-8mw2-4gr2ExploitMitigationPatch
- https://access.redhat.com/security/cve/CVE-2026-48020
- https://bugzilla.redhat.com/show_bug.cgi?id=2491915
- https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-48020.json
FAQ
What is CVE-2026-48020?
CVE-2026-48020 is a vulnerability with a CVSS score of 10.0 (CRITICAL). Traefik is an HTTP reverse proxy and load balancer. Prior to 2.11.48, 3.6.19, and 3.7.3, there is a high severity vulnerability in Traefik's StripPrefix middleware that allows an unauthenticated attac...
How severe is CVE-2026-48020?
CVE-2026-48020 has been rated CRITICAL with a CVSS base score of 10.0/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-48020?
Check the references section above for vendor advisories and patch information. Affected products include: Traefik Traefik.