CVE-2026-40912
Description
Traefik is an HTTP reverse proxy and load balancer. Prior to versions 2.11.43, 3.6.14, and 3.7.0-rc.2, there is a high severity authentication bypass vulnerability in Traefik's StripPrefixRegex middleware when used in combination with ForwardAuth, BasicAuth, or DigestAuth. The middleware matches the regex against the decoded URL path but uses the resulting byte length to slice the percent-encoded raw path. When a dot (or multiple dots) appears in the prefix portion of the URL, the raw path after stripping becomes a dot-segment (e.g. /./admin/secret). ForwardAuth receives this dot-segment path in X-Forwarded-Uri, which does not match the protected path patterns and therefore allows the request through. The backend then normalizes the dot-segment to the real path per RFC 3986 and serves the protected content An unauthenticated attacker can exploit this against any backend that performs dot-segment normalization. This issue has been patched in versions 2.11.43, 3.6.14, and 3.7.0-rc.2.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
github.com/traefik/traefik/v3Go | >= 3.7.0-ea.1, < 3.7.0-rc.2 | 3.7.0-rc.2 |
github.com/traefik/traefik/v3Go | >= 3.0.0-beta1, < 3.6.14 | 3.6.14 |
github.com/traefik/traefik/v2Go | < 2.11.43 | 2.11.43 |
github.com/traefik/traefikGo | <= 1.7.34 | — |
Affected products
10cpe:2.3:a:traefik:traefik:*:*:*:*:*:*:*:*+ 4 more
- cpe:2.3:a:traefik:traefik:*:*:*:*:*:*:*:*range: <2.11.43
- cpe:2.3:a:traefik:traefik:3.7.0:ea1:*:*:*:*:*:*
- cpe:2.3:a:traefik:traefik:3.7.0:ea2:*:*:*:*:*:*
- cpe:2.3:a:traefik:traefik:3.7.0:ea3:*:*:*:*:*:*
- cpe:2.3:a:traefik:traefik:3.7.0:rc1:*:*:*:*:*:*
- ghsa-coords5 versionspkg:golang/github.com/traefik/traefikpkg:golang/github.com/traefik/traefik/v2pkg:golang/github.com/traefik/traefik/v3pkg:rpm/opensuse/traefik2&distro=openSUSE%20Tumbleweedpkg:rpm/opensuse/traefik&distro=openSUSE%20Tumbleweed
<= 1.7.34+ 4 more
- (no CPE)range: <= 1.7.34
- (no CPE)range: < 2.11.43
- (no CPE)range: >= 3.7.0-ea.1, < 3.7.0-rc.2
- (no CPE)range: < 2.11.44-1.1
- (no CPE)range: < 3.6.15-1.1
Patches
Vulnerability mechanics
References
6- github.com/traefik/traefik/security/advisories/GHSA-6jwx-7vp4-9847nvdExploitPatchVendor AdvisoryWEB
- github.com/advisories/GHSA-6jwx-7vp4-9847ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2026-40912ghsaADVISORY
- github.com/traefik/traefik/releases/tag/v2.11.43nvdProductRelease NotesWEB
- github.com/traefik/traefik/releases/tag/v3.6.14nvdProductRelease NotesWEB
- github.com/traefik/traefik/releases/tag/v3.7.0-rc.2nvdProductRelease NotesWEB
News mentions
0No linked articles in our index yet.