Live Exposure Defense: From CVE to Confirmed Exposure in 12 Hours – See more

New CVE Detected

CVE-2026-84304 – Denial of Service (Heap Memory Exhaustion) – grpc-go before 1.83.1

Be the first to know when new zero-days emerge:

Summary

CVE-2026-84304 is an Uncontrolled Resource Consumption (CWE-400) vulnerability in grpc-go, the Go language implementation of gRPC, affecting all versions prior to 1.83.1. An unauthenticated remote attacker can send crafted HTTP/2 DATA frames split into millions of one-byte fragments to exhaust server heap memory and crash the process. The issue carries a CVSS score of 8.7 (High) with a network attack vector, no authentication required, and a high availability impact.

Technical details

  • Root cause: In internal/transport/transport.go, grpc-go stores each fragmented HTTP/2 DATA frame as a separate recvMsg entry in the connection’s recvBuffer, rather than coalescing small fragments. Every fragment incurs its own internal tracking structure and queue allocation overhead, independent of the actual payload size.
  • Trigger conditions: An attacker opens one or more gRPC streams and sends payload data fragmented into an extremely large number of very small (as small as one byte) HTTP/2 DATA frames. This can be done even while staying within the configured connection and stream flow-control windows, so standard flow-control limits do not prevent the attack.
  • Attack vector: Network-based, unauthenticated. Using concurrent multiplexed streams amplifies the effect further.
  • Impact: Excessive heap memory consumption on the gRPC server, leading to out-of-memory conditions and runtime panics — a denial of service. No confidentiality or integrity impact has been identified.

Affected software

  • google.golang.org/grpc (grpc-go) — all versions prior to 1.83.1

Severity

  • CVSS Score: 8.7 (High)
  • Reported vector characteristics: Network attack vector, low attack complexity, no privileges required, no user interaction, and a high impact to availability with no impact to confidentiality or integrity.

Mitigation and recommended actions

  • Immediate: Upgrade google.golang.org/grpc to version 1.83.1 or later, which introduces receive-buffer compaction that coalesces consecutive small data fragments into larger pooled buffers before they consume per-fragment tracking overhead.
  • If immediate patching is not possible: Receive-buffer compaction is enabled by default in the fixed release; it can temporarily be toggled via the GRPC_GO_EXPERIMENTAL_ENABLE_RECEIVE_BUFFER_COMPACTION environment variable while validating the update in staging, but this escape hatch is expected to be removed in a future release and should not be relied on long-term.
  • As a general network-layer mitigation, consider limiting the number of concurrent streams per connection and monitoring/alerting on abnormal memory growth on gRPC-Go services until the patch is deployed.
  • Prioritize patching internet-exposed gRPC-Go services, given the unauthenticated, network-reachable nature of this flaw.

References

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

How IONIX’s External Exposure Management Platform Detects and Validates
Zero-Days to Shrink MTTR

1

Map your entire attack surface (continously)

IONIX uses multi-factor discovery methods, including DNS analysis, certificate mapping, metadata inspection, and more, to automatically map every internet-facing asset across your environment. This includes cloud instances, third-party platforms, shadow IT, and even forgotten infrastructure that traditional tools miss.

2

Monitor for new CVEs

Dozens of threat intel feeds using agentic technology are continuously analyzed to detect the appearance of proof-of-concept code, exploit kits, and indicators of active targeting. IONIX goes further by applying AI to proactively evaluate whether emerging vulnerabilities are likely to be exploited, even before PoCs go public.

3

Identify Potential External Exposures

Not all CVEs matter. IONIX filters vulnerabilities by asking attacker-centric questions: Can it be reached from the internet? Does it require authentication? Is it being exploited in the wild? This dramatically reduces noise and focuses teams on threats that can actually be weaponized.

4

Create Safe, Scalable Exploit Validations

IONIX transforms real-world PoCs into safe, non-intrusive test payloads that can be run in production environments without disruption. These simulations are precisely targeted to the systems that are vulnerable, ensuring rapid validation without unnecessary load.

5

Execute Exploit Validations

By combining context about software stack, versioning, exposure status, and reachability, IONIX ensures that only the right payloads are executed against the right assets, maximizing efficiency and minimizing risk.

6

Drive Fast and Actionable Remediation

Results are routed through integrations with ticketing, SOAR, and SIEM tools. Issues are written in plain language, bundled into remediation clusters, and prioritized based on asset criticality, exploitability, and blast radius. This shortens mean time to remediation (MTTR) and empowers teams to act with confidence.

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

Subscribe to Threat Center RSS

Copy/paste the link below into your preferred RSS reader or follow these instructions to subscribe to Slack alerts.

Get Real-Time CVE Alerts to Your Email

Be the first to know when new zero-days emerge