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.
An exception is thrown from a function, but it is not caught.
Link | Tags |
---|---|
https://github.com/grpc/grpc/pull/33656 | patch issue tracking |
https://github.com/grpc/grpc/pull/33667 | issue tracking |
https://github.com/grpc/grpc/pull/33669 | issue tracking |
https://github.com/grpc/grpc/pull/33670 | issue tracking |
https://github.com/grpc/grpc/pull/33672 | issue tracking |