Traefik 是一个开源的 HTTP 反向代理和负载均衡器。在版本 2.11.57 和 3.7.13 之前,Traefik 会接受无根路径(rootless)的 HTTP/1 请求目标。对于这类请求,Go 会将目标存储在 字段中,而 字段保持为空。 在 的处理路径中,路由、路径规范化、forwardAuth(预鉴权)、编码字符以及访问日志等功能都是基于规范化为 的路径进行评估的;然而, 字段会被原样转发给后端服务器。如果后端将 opaque 目标解释为路径,这就可能导致: 跨虚拟主机(cross-vhost)路由
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
| # | POC Description | Source Link | Shenlong Link |
|---|
No public POC found.
Login to generate AI POC| CVE-2026-88877 | 9.8 CRITICAL | Traefik v3.7.0 Authentication Bypass via from-to-www-redirect |
| CVE-2026-88007 | 9.1 CRITICAL | Traefik HTTP/3 Backend NTLM Connection Reuse |
| CVE-2026-88004 | 7.0 HIGH | Traefik entrypoint header-name sanitization bypassed via request trailers |
| CVE-2026-88008 | 7.0 HIGH | Traefik: Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling') |
| CVE-2026-88879 | 5.3 MEDIUM | Traefik before v2.11.56 Identity Spoofing via Header Alias |
| CVE-2026-88878 | 5.3 MEDIUM | Traefik v2.8.2 through v3.6 HTTP/3 Timeout Bypass |
| CVE-2026-88011 | 5.3 MEDIUM | Traefik: ForwardAuth identity spoofing via dot-form header alias |
| CVE-2026-88012 | 5.3 MEDIUM | Traefik: respondingTimeouts.readTimeout is not applied to HTTP/3, leaving slow-body upload |
No comments yet