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. We recommend upgrading beyond the commit contained in https://github.com/grpc/grpc/pull/33005 https://github.com/grpc/grpc/pull/33005
[
    {
        "source": "https://github.com/grpc/grpc-java/commit/e48040541bb2b42e2465344faee241a24d747466",
        "signature_version": "v1",
        "deprecated": false,
        "target": {
            "file": "core/src/main/java/io/grpc/internal/GrpcUtil.java"
        },
        "id": "CVE-2023-32731-beda6ddb",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "186848686847118742776406955756771337553",
                "209791465984131615507118919125284817564",
                "29686144606437801261731858559341686526",
                "148346904065048773427365455448856051875"
            ]
        },
        "signature_type": "Line"
    }
]