CVE-2026-65600
Published:July 22, 2026
Updated:August 04, 2026
Traefik versions <= v2.11.51, >= v3.6.0 <= v3.6.22, and >= v3.7.0 <= v3.7.6 contain an authentication bypass via path traversal in the ReplacePathRegex middleware. When ReplacePathRegex is configured with a regex that captures user-controlled path segments without a mandatory path separator (e.g. regex "^/api(.*)", replacement "/$1"), the middleware forwards the replaced path to the backend without validating that it matches its normalized form. An unauthenticated remote attacker can send a crafted request (e.g. GET /api../admin) that produces an un-normalized path such as /../admin, which a backend that normalizes paths resolves to a protected route, bypassing authentication middleware. Fixed in v2.11.52, v3.6.23, and v3.7.7.
Affected Packages
https://github.com/traefik/traefik.git (GITHUB):
Affected version(s) >=v3.6.0 <v3.6.23Fix Suggestion:
Update to version v3.6.23https://github.com/traefik/traefik.git (GITHUB):
Affected version(s) >=v2.0.0 <v2.11.52Fix Suggestion:
Update to version v2.11.52https://github.com/traefik/traefik.git (GITHUB):
Affected version(s) >=v3.7.0 <v3.7.7Fix Suggestion:
Update to version v3.7.7github.com/traefik/traefik (GO):
Affected version(s) >=v3.7.0 <v3.7.7Fix Suggestion:
Update to version v3.7.7github.com/traefik/traefik (GO):
Affected version(s) >=v3.6.0 <v3.6.23Fix Suggestion:
Update to version v3.6.23github.com/traefik/traefik (GO):
Affected version(s) >=v2.0.0 <v2.11.52Fix Suggestion:
Update to version v2.11.52Related Resources (4)
Do you need more information?
Contact UsCVSS v4
Base Score:
7.8
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
NONE
Subsequent System Confidentiality
HIGH
Subsequent System Integrity
HIGH
Subsequent System Availability
NONE
CVSS v3
Base Score:
10
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
CHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
NONE
Weakness Type (CWE)
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
EPSS
Base Score:
0.67