Answer in brief
CVE-2023-32731 records a High severity (CVSS 7.4) vulnerability in Connection confusion in gRPC. The current sources do not mark it as known exploited. The current feed maps io.grpc:grpc-protobuf (maven), io.grpc:grpc-protobuf (maven), grpcio (pypi), grpcio (pypi) and additional mapped packages. Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 7.4. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps io.grpc:grpc-protobuf (maven), io.grpc:grpc-protobuf (maven), grpcio (pypi), grpcio (pypi) and additional mapped packages. Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| io.grpc:grpc-protobufmaven | >=1.53.0 <1.53.1 | 1.53.1 |
| io.grpc:grpc-protobufmaven | >=1.54.0 <1.54.2 | 1.54.2 |
| grpciopypi | >=1.53.0 <1.53.1 | 1.53.1 |
| grpciopypi | >=1.54.0 <1.54.2 | 1.54.2 |
| grpcrubygems | >=1.53.0 <1.53.1 | 1.53.1 |
| grpcrubygems | >=1.54.0 <1.54.2 | 1.54.2 |
Published upstream
Jul 5, 2023
Evidence: source:osv:source_dates:source-dates:recordSource modified
Sep 10, 2026
Evidence: source:osv:source_dates:source-dates:recordFirst seen by HOL
Aug 8, 2026
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.
Quoted source text, attributed separately from HOL analysis.