Back to overview

CVE-2026-48020

HIGH
7.8
CVSS 4.0
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.

Metadata

CVE ID
CVE-2026-48020
State
PUBLISHED
Assigner
GitHub_M
Reserved
2026-05-20 17:44 UTC
Published
2026-06-23 19:10 UTC
Last updated
2026-06-23 19:10 UTC
Primary CWE
CWE-288
CWE-288: Authentication Bypass Using an Alternate Path or Ch…
Vendor / Product
traefik / traefik
Sources
cve.org  ·  NVD

Severity & Metrics

7.8 HIGH CVSS 4.0
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/SA:N
Affected products (1)
VendorProductPlatformVersions
traefik traefik >= 3.7.0-ea.1, < 3.7.3, >= 3.0.0-beta1, < 3.6.19, < 2.11.48
Weakness (CWE)
CWESourceDescription
CWE-288 cna CWE-288: Authentication Bypass Using an Alternate Path or Channel
CVSS scores (1)
ScoreSeverityVersionSourceVector
7.8 HIGH 4.0 cna CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/SA:N
References (4)
Back to overview