Search for packages
| purl | pkg:maven/io.grpc/grpc-protobuf@1.53.0 |
| Vulnerability | Summary | Fixed by |
|---|---|---|
|
VCID-61xa-2pun-n3c9
Aliases: CVE-2023-32731 GHSA-cfgp-2977-2fmm |
Connection confusion in gRPC When gRPC HTTP2 stack raised a header size exceeded error, it skipped parsing the rest of the HPACK frame. This caused any HPACK table mutations to also be skipped, resulting in a desynchronization of HPACK tables between sender and receiver. If leveraged, say, between a proxy and a backend, this could lead to requests from the proxy being interpreted as containing headers from different proxy clients - leading to an information leak that can be used for privilege escalation or data exfiltration. |
Affected by 0 other vulnerabilities. Affected by 0 other vulnerabilities. |
|
VCID-v4qr-8be5-bbej
Aliases: CVE-2023-32732 GHSA-9hxf-ppjv-w6rq |
gRPC connection termination issue gRPC contains a vulnerability whereby a client can cause a termination of connection between a HTTP2 proxy and a gRPC server: a base64 encoding error for `-bin` suffixed headers will result in a disconnection by the gRPC server, but is typically allowed by HTTP2 proxies. We recommend upgrading beyond the commit in https://github.com/grpc/grpc/pull/32309. |
Affected by 0 other vulnerabilities. Affected by 0 other vulnerabilities. |
| Vulnerability | Summary | Aliases |
|---|---|---|
| VCID-qatb-my8j-b3hr | gRPC Reachable Assertion issue There exists an vulnerability causing an abort() to be called in gRPC. The following headers cause gRPC's C++ implementation to abort() when called via http2: te: x (x != trailers) :scheme: x (x != http, https) grpclb_client_stats: x (x == anything) On top of sending one of those headers, a later header must be sent that gets the total header size past 8KB. We recommend upgrading past git commit 2485fa94bd8a723e5c977d55a3ce10b301b437f8 or v1.53 and above. |
CVE-2023-1428
GHSA-6628-q6j9-w8vg |