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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-76835— OAuth2 Proxy 7.15.2-7.15.4 认证绕过漏洞

一分钟漏洞结论

影响对象
oauth2-proxy oauth2-proxy
利用判断
存在公开或 AI PoC,应优先验证
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

OAuth2 Proxy 在判断是否可跳过身份验证时,会信任客户端提供的 请求头。这是因为针对 CVE-2026-40575 所添加的安全防护机制在默认的反向代理配置下实际上无效。 具体而言,在 中, 函数在 返回 true 时,优先采用 头,而非真实的请求 URI。随后,在 中, 函数会基于该构造出的路径(来自上述 header)来匹配 和 白名单,以决定是否允许跳过认证。 函数定义于 ,当调用方的地址位于可信代理地址集合中时,它即授予对该转发头的信任。而 函数在启用反向代理模式但未显式配置 时,会回退使用默认可

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

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

漏洞信息

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

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

Vulnerability Title
OAuth2 Proxy 7.15.2 through 7.15.4 Authentication Bypass via X-Forwarded-Uri Under the Default Trusted Proxy Set
来源: CVE Program / CVE List V5
Vulnerability Description
OAuth2 Proxy honours a client-supplied X-Forwarded-Uri header when deciding whether a request may skip authentication, because the guard added for CVE-2026-40575 is inert in the default reverse-proxy configuration. GetRequestURI in pkg/requests/util/util.go prefers that header over the real request URI whenever CanTrustForwardedHeaders returns true, and isAllowedPath in oauthproxy.go matches the skip_auth_routes and skip_auth_regex allow list against the resulting path. CanTrustForwardedHeaders in pkg/apis/middleware/scope.go grants that trust when the caller's address is in the trusted proxy set, and buildTrustedProxyNetSet falls back to defaultTrustedProxyIPs, which is 0.0.0.0/0 and ::/0, whenever reverse proxy mode is enabled without trusted_proxy_ip configured. Every client is therefore treated as a trusted proxy. An unauthenticated attacker can request a protected upstream path while setting X-Forwarded-Uri to a value matching an allow-listed route, so the skip-auth decision is made against the spoofed value while the upstream receives the protected path unchanged.
来源: 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:N
来源: CVE Program / CVE List V5
Vulnerability Type
使用欺骗进行的认证绕过
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
oauth2-proxy oauth2-proxy 7.15.2 ~ 7.15.4 -

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

# POC 描述 源链接 神龙链接
AI 生成 POC 高级
Qwen3.6-35B-A3B · 5278 chars
Pro+ 专属包含:
漏洞复现靶场录像(真实沙箱构建 + 触发,独家)
漏洞原理深度分析
触发条件与影响面
完整可执行 POC 代码
利用链与缓解建议
POC 打包下载
每月 100+ 条 AI 生成额度

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

登录查看更多情报信息。

CVE-2026-76835 厂商安全公告 (1)

CVE-2026-76835 其他参考 (4)

IV. Related Vulnerabilities

V. Comments for CVE-2026-76835

暂无评论


发表评论