RubySec

Providing security resources for the Ruby community

CVE-2023-4785 (grpc): Denial of Service Vulnerability in gRPC TCP Server (Posix-compatible platforms)

ADVISORIES

GEM

grpc

SEVERITY

CVSS v3.x: 7.5 (High)

UNAFFECTED VERSIONS

  • < 1.53.0

PATCHED VERSIONS

  • ~> 1.53.2
  • ~> 1.54.3
  • ~> 1.55.3
  • >= 1.56.2

DESCRIPTION

Lack of error handling in the TCP server in Google’s gRPC starting version 1.23 on posix-compatible platforms (ex. Linux) allows an attacker to cause a denial of service by initiating a significant number of connections with the server.

Note that gRPC C++ Python, and Ruby are affected, but gRPC Java and Go are NOT affected. 

RELATED