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

目标: 1000 元 · 已筹: 1336 元

100%

CVE-2026-86043— Skipper OPA认证绕过漏洞

一分钟漏洞结论

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

Skipper 是一个用于服务组合的 HTTP 路由器和反向代理。在 0.27.37 版本之前, 过滤器可能会在 Skipper 将发送给 Open Policy Agent(OPA)的请求体被截断后,仍然授权一个超大的请求。这是因为 信号是基于 而非实际读取结果推导出来的。 具体而言,在 中, 函数会在达到 时截断请求体;而在 中,代码在复制请求头时,未添加反映该截断情况的 值。 对于使用 的 HTTP/1.1 请求,或没有 的 HTTP/2 请求,如果一个检查请求体的策略遵循了之前的缓解措施,并允许 为 ,那么

CVSS 7.5 · High EPSS 0.45% · P36

可能的 ATT&CK 技术 1 AI

T1567 · Exfiltration Over Web Service

影响版本矩阵 1

厂商产品 版本范围状态
zalando skipper < 0.27.37 affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Skipper: OPA body-authz bypass: truncated_body mitigation fails open on chunked/HTTP-2 (incomplete fix CVE-2026-50197)
来源: CVE Program / CVE List V5
Vulnerability Description
Skipper is an HTTP router and reverse proxy for service composition. Prior to version 0.27.37, the opaAuthorizeRequestWithBody filter can authorize an oversized request after Skipper truncates the body presented to Open Policy Agent because the input.truncated_body signal is derived from Content-Length rather than the actual read result. In filters/openpolicyagent/openpolicyagent.go, ExtractHttpBodyOptionally truncates bodies at maxBodyBytes, while filters/openpolicyagent/internal/envoy/skipperadapter.go copies the request headers without adding a Content-Length value that reflects the truncation. For an HTTP/1.1 request using Transfer-Encoding: chunked or an HTTP/2 request without Content-Length, a body-inspecting policy that follows the prior mitigation and permits input.truncated_body equal to false can evaluate only the truncated prefix, allow the request, and then forward the full oversized body to the protected upstream. This residual issue is distinct from CVE-2026-50197. This issue is fixed in version 0.27.37.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
授权机制不正确
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
zalando skipper < 0.27.37 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

请登录查看更多情报信息。

CVE-2026-86043 厂商页面 (1)

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-86043

暂无评论


发表评论