目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-88877— Traefik 3.7.0 认证绕过漏洞

一分钟漏洞结论

影响对象
traefik traefik
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

Traefik 是一个 HTTP 反向代理和负载均衡器。在 v3.7.0 到 v3.7.11 版本中,Kubernetes ingress-nginx 提供者对同时带有认证注解和 注解的 Ingress 资源处理不当。对于这类 Ingress,该提供者会创建一个额外的“兄弟”路由器,该路由器仅根据主机名进行匹配,仅携带 中间件,并且仍然指向父路由器的受保护后端服务。 由于 并非终止型处理器(terminal handler),当请求的 URL 不匹配其重定向模式时,请求会被转发至后端服务。同时,因为该重定向模式仅接

CVSS 9.8 · Critical
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-88877 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Traefik v3.7.0 Authentication Bypass via from-to-www-redirect
来源: CVE Program / CVE List V5
Vulnerability Description
Traefik is a HTTP reverse proxy and load balancer. In versions >= v3.7.0 and <= v3.7.11, the Kubernetes ingress-nginx provider mishandles Ingresses that carry both an authentication annotation and the nginx.ingress.kubernetes.io/from-to-www-redirect annotation. For such Ingresses the provider creates an additional 'sibling' router that matches on the host alone, carries only the RedirectRegex middleware, and still points at the parent router's protected backend service. Because RedirectRegex is not a terminal handler, a request its pattern does not match is forwarded to the backend, and because the redirect pattern only accepts a numeric port while Traefik's host matcher canonicalizes the authority via net.SplitHostPort, a request with a non-numeric or empty port (for example 'Host: www.example.com:x') selects the sibling router, misses the redirect, and is proxied to the protected backend with none of the Ingress's annotation-derived middlewares applied. This discards not only authentication (e.g. BasicAuth) but every annotation-derived middleware, including source-IP allowlisting. Traefik v2 and v3 releases before v3.7.0 are not affected. The issue is fixed in v3.7.12.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
通过用户控制密钥绕过授权机制
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
traefik traefik 3.7.0 ~ 3.7.13 -

二、漏洞 CVE-2026-88877 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-88877 的情报信息

登录查看更多情报信息。

CVE-2026-88877 其他参考 (2)

同批安全公告 · traefik · 2026-09-10 · 共 3 条

CVE-2026-88879 5.3 MEDIUM Traefik 2.11.56 身份仿冒漏洞
CVE-2026-88878 5.3 MEDIUM Traefik 2.8.2-3.6 HTTP/3超时绕过

IV. Related Vulnerabilities

V. Comments for CVE-2026-88877

暂无评论


发表评论