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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-84445— gRPC-Go 因缺失xDS服务器请求头导致拒绝服务漏洞

一分钟漏洞结论

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

gRPC-Go 是 gRPC 的 Go 语言实现。在 1.82.2 和 1.83.2 版本之前,使用 创建的服务器允许 接受一个既不包含 请求头也不包含 请求头的 RPC 请求。而 中的 函数假设一定存在 值,并对空切片进行索引访问。能够完成传输层连接建立的远程客户端可以触发一个未能在每个 RPC 的 goroutine 中被 recover 的“索引越界”panic,从而导致整个服务器进程终止。在不安全的连接或普通 TLS 部署中,该请求可能未经验证即可到达;而在严格 mTLS 或 ALTS 部署中,必须提供有效

CVSS 8.7 · High EPSS 0.69% · P51

影响版本矩阵 2

厂商产品 版本范围状态
grpc grpc-go < 1.82.2 affected
>= 1.83.0, < 1.83.2 affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
gRPC-Go: Denial of Service (DoS) via crash due to missing `:authority` and `Host` headers in the xDS servers
来源: CVE Program / CVE List V5
Vulnerability Description
gRPC-Go is the Go language implementation of gRPC. Prior to 1.82.2 and 1.83.2, servers created with xds.NewGRPCServer() allow internal/transport/http2_server.go to accept an RPC containing neither the :authority header nor the Host header, while RouteAndProcess in internal/xds/server/routing.go assumes that an authority value exists and indexes the empty slice. A remote client that can complete transport connection establishment can trigger an index-out-of-bounds panic that is not recovered by the per-RPC goroutine and terminates the entire server process. In insecure or ordinary TLS deployments the request can be unauthenticated, while strict mTLS or ALTS deployments require valid transport credentials before the malformed RPC can reach the interceptor. This issue is fixed in versions 1.82.2 and 1.83.2.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
来源: CVE Program / CVE List V5
Vulnerability Type
对数组索引的验证不恰当
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
grpc grpc-go < 1.82.2 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-84445 补丁与修复 (6)

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

CVE-2026-84445 厂商页面 (2)

CVE-2026-84445 其他参考 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-84445

暂无评论


发表评论