Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
🐍
🐍 PyPI💎 RubyGems
Not in CISA KEV
HIGH severity

GHSA-496j-2rq6-j6cc — grpcio

HIGH

GHSA-496j-2rq6-j6cc is a high-severity (CVSS 7.5) CWE-789 vulnerability in grpcio. A fix is available for grpcio — see the affected versions and patch details below.

Excessive Iteration in gRPC

Also known asCVE-2023-33953PYSEC-2026-1424
Published
Aug 9, 2023
Updated
Jul 7, 2026
Affected
8 pkgs
Patched
8 / 8
Exploits
None indexed
Exploitation data as of Sep 26, 2026 · OSV.dev, NVD, FIRST.org (EPSS)

Exploitation Status

No confirmed exploitation observed yet

  • CISA assesses this as automatable — exploitation doesn’t require manual, per-target effort, which raises the odds of mass scanning and opportunistic attacks.
  • CISA’s own triage has not observed active exploitation or public proof-of-concept code for this CVE as of its last assessment.

Exploitation and automatability from CISA’s SSVC triage for GHSA-496j-2rq6-j6cc.

EPSS Exploitation Probability

via FIRST.org ↗
0.5%probability of exploitation in next 30 days
Lower Risk0.00%
Lower risk than most CVEs39th percentile — riskier than 39% of all scored CVEsHighest risk

Probability of exploitation in the next 30 days, from FIRST.org EPSS.

How urgent is this, really

GHSA-496j-2rq6-j6cc by exploitation likelihood (EPSS) against impact (CVSS). Outside the shaded patch-first corner.

Where this sits among everything scored

Of 379,842 CVEs with a current EPSS score, this one falls in the < 10% band (highlighted). Counts from FIRST.org, log-scaled.

Real-World Exposure

8 pkgs affected
🐍grpcio🐍grpcio🐍grpcio🐍grpcio💎grpc💎grpc💎grpc💎grpc

Real-time download stats are indexed for npm and PyPI packages. This vulnerability affects PyPI packages — download data is not available via public APIs for these ecosystems.

Description

gRPC contains a vulnerability that allows hpack table accounting errors could lead to unwanted disconnects between clients and servers in exceptional cases/ Three vectors were found that allow the following DOS attacks:

  • Unbounded memory buffering in the HPACK parser
  • Unbounded CPU consumption in the HPACK parser

The unbounded CPU consumption is down to a copy that occurred per-input-block in the parser, and because that could be unbounded due to the memory copy bug we end up with an O(n^2) parsing loop, with n selected by the client.

The unbounded memory buffering bugs:

  • The header size limit check was behind the string reading code, so we needed to first buffer up to a 4 gigabyte string before rejecting it as longer than 8 or 16kb.
  • HPACK varints have an encoding quirk whereby an infinite number of 0’s can be added at the start of an integer. gRPC’s hpack parser needed to read all of them before concluding a parse.
  • gRPC’s metadata overflow check was performed per frame, so that the following sequence of frames could cause infinite buffering: HEADERS: containing a: 1 CONTINUATION: containing a: 2 CONTINUATION: containing a: 3 etc…

Affected Packages

8 total 8 fixed
EcosystemPackageVulnerable rangeFix
🐍PyPIgrpcioall versions1.53.2pip install --upgrade 'grpcio==1.53.2'
🐍PyPIgrpcio≥ 1.54.0&&< 1.54.31.54.3pip install --upgrade 'grpcio==1.54.3'
🐍PyPIgrpcio≥ 1.55.0&&< 1.55.21.55.2pip install --upgrade 'grpcio==1.55.2'
🐍PyPIgrpcio≥ 1.56.0&&< 1.56.21.56.2pip install --upgrade 'grpcio==1.56.2'
💎RubyGemsgrpcall versions1.53.2bundle update grpc --conservative
💎RubyGemsgrpc≥ 1.54.0&&< 1.54.31.54.3bundle update grpc --conservative

Affected Products

1 product · 4 configurations
Application
grpcgrpc
≥ 1.56.0 && < 1.56.2
range

Detection & mitigation playbook

Open-source dependency
  1. Detect

    Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for grpcio, including transitive dependencies — a direct dependency you never call can still pull in a vulnerable version.

  2. Fix

    Update grpcio to 1.53.2 or later, then make sure no transitive (indirect) dependency still pins the vulnerable range — O3 confirms GHSA-496j-2rq6-j6cc is resolved across your whole dependency graph.

  3. Workarounds

    Stop feeding it untrusted input: reject or quarantine files and payloads from unverified sources until you can upgrade, restrict accepted formats to the ones you actually need, and run the parsing or decoding step in a least-privileged sandbox or short-lived worker so a crash or corrupted read cannot reach the rest of the process.

Fixing This On Your OS

If you run this on a Linux distribution, patch through your package manager against the distro's own security advisory below — it tracks the exact backported fix for your release, which can ship on a different timeline (and sometimes a different severity) than the upstream project.

Red HatImportant

This vulnerability is specific to C++ implementations of gRPC prior to the 1.57 release. The gRPC library was packaged with Openshift via the Kuryr component. However, Kuryr was never configured to run code using the gRPC library and has since been removed.

Workaround published by Red Hat
Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.
Source: Red Hat security advisory for GHSA-496j-2rq6-j6cc (CC BY 4.0)
ProductFixed inAdvisory
Red Hat Enterprise Linux 9rhc-worker-playbook-0:0.1.10-1.el9_5RHSA-2024:10761

Frequently Asked Questions

gRPC contains a vulnerability that allows hpack table accounting errors could lead to unwanted disconnects between clients and servers in exceptional cases/ Three vectors were found that allow the following DOS attacks: - Unbounded memory buffering in the HPACK parser - Unbounded CPU consumption in the HPACK parser The unbounded CPU consumption is down to a copy that occurred per-input-block in the parser, and because that could be unbounded due to the memory copy bug we end up with an O(n^2) parsing loop, with n selected by the client. The unbounded memory buffering bugs: - The header siz
O3 Security · Impact-Aware SCA

Is GHSA-496j-2rq6-j6cc in your dependencies?

Find it across PyPI, RubyGems, including transitive dependencies.

GHSA-496j-2rq6-j6cc: grpcio DoS (High 7.5) | O3 Security