Vulnerability Information
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.
Vulnerability Title
gRPC-Go: Denial of Service (DoS) via crash due to missing `:authority` and `Host` headers in the xDS servers
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.
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
Vulnerability Type
对数组索引的验证不恰当
Vulnerability Title
gRPC-Go 输入验证错误漏洞
Vulnerability Description
gRPC-Go是grpc组织的一款基于HTTP/2协议的远程过程调用框架。 gRPC-Go 1.82.2之前版本和1.83.0至1.83.2之前版本存在安全漏洞,该漏洞源于服务器接受既无:authority头也无Host头的RPC,而路由处理假设存在authority值并索引空切片,可能导致远程客户端触发越界索引恐慌,进而终止整个服务器进程。
CVSS Information
N/A
Vulnerability Type
N/A