VYPR
Medium severity5.3OSV Advisory· Published Jul 22, 2026· Updated Aug 6, 2026

CVE-2026-65600

CVE-2026-65600

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.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
github.com/traefik/traefik/v2Go
< 2.11.522.11.52
github.com/traefik/traefik/v3Go
< 3.6.233.6.23
github.com/traefik/traefik/v3Go
>= 3.7.0, < 3.7.73.7.7
github.com/traefik/traefikGo
<= 1.7.34

Affected products

3
  • Traefik/TraefikOSV3 versions
    v3.7.6, v3.6.22, v2.11.51, …+ 2 more
    • (no CPE)range: v3.7.6, v3.6.22, v2.11.51, …
    • cpe:2.3:a:traefik:traefik:*:*:*:*:*:*:*:*range: <2.11.52
    • cpe:2.3:a:traefik:traefik:*:-:*:*:*:*:*:*range: >=3.6.0,<3.6.23

Patches

Vulnerability mechanics

References

8

News mentions

1