CVE-2026-65600 PUBLISHED

Traefik before v2.11.52 Authentication Bypass via ReplacePathRegex

Assigner: VulnCheck
Reserved: 22.07.2026 Published: 22.07.2026 Updated: 22.07.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.

Metrics

CVSS Vector: 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
CVSS Score: 7.8

Product Status

Vendor traefik
Product traefik
Versions Default: unaffected
  • affected from 0 to 2.11.52 (excl.)
  • Version 2.11.52 is unaffected
Vendor traefik
Product traefik
Versions Default: unaffected
  • affected from 3.6.0 to 3.6.23 (excl.)
  • Version 3.6.23 is unaffected
Vendor traefik
Product traefik
Versions Default: unaffected
  • affected from 3.7.0 to 3.7.7 (excl.)
  • Version 3.7.7 is unaffected

Credits

  • C-h4ck-0 reporter

References

Problem Types

  • Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') CWE