Back to overview

CVE-2026-65600

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

Metadata

CVE ID
CVE-2026-65600
State
PUBLISHED
Assigner
VulnCheck
Reserved
2026-07-22 10:48 UTC
Published
2026-07-22 11:21 UTC
Last updated
2026-07-22 11:21 UTC
Primary CWE
CWE-22
Improper Limitation of a Pathname to a Restricted Directory …
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 (3)
VendorProductPlatformVersions
traefik traefik 0 < 2.11.52, 2.11.52
traefik traefik 3.6.0 < 3.6.23, 3.6.23
traefik traefik 3.7.0 < 3.7.7, 3.7.7
Weakness (CWE)
CWESourceDescription
CWE-22 cna Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
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 (2)
Back to overview