@grpc/grps-js implements the core functionality of gRPC purely in JavaScript, without a C++ addon. Prior to versions 1.10.9, 1.9.15, and 1.8.22, there are two separate code paths in which memory can be allocated per message in excess of the `grpc.max_receive_message_length` channel option: If an incoming message has a size on the wire greater than the configured limit, the entire message is buffered before it is discarded; and/or if an incoming message has a size within the limit on the wire but decompresses to a size greater than the limit, the entire message is decompressed into memory, and on the server is not discarded. This has been patched in versions 1.10.9, 1.9.15, and 1.8.22.
History

No history.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published: 2024-06-10T21:32:06.403Z

Updated: 2024-08-02T03:50:55.550Z

Reserved: 2024-06-03T17:29:38.330Z

Link: CVE-2024-37168

cve-icon Vulnrichment

Updated: 2024-08-02T03:50:55.550Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2024-06-10T22:15:12.433

Modified: 2024-06-11T13:54:12.057

Link: CVE-2024-37168

cve-icon Redhat

Severity : Moderate

Publid Date: 2024-06-10T00:00:00Z

Links: CVE-2024-37168 - Bugzilla