grpc/grpc-node
Registry
GitHub

Releases291
Frequency1 week 2 days
Last Release
Stars4.67K
gRPC for Node.js
CVE History
CVE | Published | CVSS v2 | CVSS v3 |
---|---|---|---|
CVE-2024-37168 | N/A | N/A | |
@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. | |||
CVE-2020-7768 | 9.8 CRITICAL | 5 MEDIUM | |
The package grpc before 1.24.4; the package @grpc/grpc-js before 1.1.8 are vulnerable to Prototype Pollution via loadPackageDefinition. |