gRPC is a modern open source high performance RPC framework that can run in any environment. It can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health checking and authentication. It is also applicable in last mile of distributed computing to connect devices, mobile applications and browsers to backend services.
Security Fix(es):
There exists a denial of service through Data corruption in gRPC-C++ - gRPC-C++ servers with transmit zero copy enabled through the channel arg GRPCARGTCPTXZEROCOPY_ENABLED can experience data corruption issues. The data sent by the application may be corrupted before transmission over the network thus leading the receiver to receive an incorrect set of bytes causing RPC requests to fail. We recommend upgrading past commit e9046b2bbebc0cb7f5dc42008f807f6c7e98e791(CVE-2024-11407)
{ "severity": "Medium" }
{ "aarch64": [ "grpc-1.60.0-5.oe2403.aarch64.rpm", "grpc-debuginfo-1.60.0-5.oe2403.aarch64.rpm", "grpc-debugsource-1.60.0-5.oe2403.aarch64.rpm", "grpc-devel-1.60.0-5.oe2403.aarch64.rpm", "grpc-plugins-1.60.0-5.oe2403.aarch64.rpm", "python3-grpcio-1.60.0-5.oe2403.aarch64.rpm" ], "src": [ "grpc-1.60.0-5.oe2403.src.rpm" ], "x86_64": [ "grpc-1.60.0-5.oe2403.x86_64.rpm", "grpc-debuginfo-1.60.0-5.oe2403.x86_64.rpm", "grpc-debugsource-1.60.0-5.oe2403.x86_64.rpm", "grpc-devel-1.60.0-5.oe2403.x86_64.rpm", "grpc-plugins-1.60.0-5.oe2403.x86_64.rpm", "python3-grpcio-1.60.0-5.oe2403.x86_64.rpm" ] }