OSV 1.4.0 · github-reviewed · 修改于 2026-08-07 00:50
发布时间
2026-07-22 20:32
GitHub 审查时间
2026-08-07 00:50
NVD 发布时间
2026-07-22 20:18
源文件
advisories/github-reviewed/2026/07/GHSA-rhg6-2vjh-j5qc/GHSA-rhg6-2vjh-j5qc.json
该公告已于 2026-08-07 00:50 撤回
内容仅用于保留外部引用,请不要将其当作仍然有效的安全结论。
This advisory has been withdrawn because it is a duplicate of GHSA-cxjq-mrr5-89rv. This link is maintained to preserve external references.
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.