The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2024-7246

CVE-2024-7246: gRPC Information Disclosure Vulnerability

CVE-2024-7246 is an information disclosure flaw in gRPC that allows HPACK table poisoning via HTTP/2 proxies, causing failed requests and potential header key leaks. This article covers technical details, affected versions, and fixes.

Updated: January 22, 2026

CVE-2024-7246 Overview

CVE-2024-7246 is an HPACK table poisoning vulnerability in gRPC that allows a malicious client communicating with an HTTP/2 proxy to corrupt the HPACK header compression table shared between the proxy and backend servers. This corruption causes other legitimate clients to experience failed requests and can potentially leak HTTP header keys from other clients' requests.

Critical Impact

Attackers can disrupt service availability for other clients and potentially expose sensitive HTTP header keys through HPACK table poisoning.

Affected Products

  • gRPC versions prior to 1.58.3
  • gRPC versions 1.59.x prior to 1.59.5
  • gRPC versions 1.60.x prior to 1.60.2
  • gRPC versions 1.61.x prior to 1.61.3
  • gRPC versions 1.62.x prior to 1.62.3
  • gRPC versions 1.63.x prior to 1.63.2
  • gRPC versions 1.64.x prior to 1.64.3
  • gRPC versions 1.65.x prior to 1.65.4

Discovery Timeline

  • 2024-08-06 - CVE-2024-7246 published to NVD
  • 2025-07-22 - Last updated in NVD database

Technical Details for CVE-2024-7246

Vulnerability Analysis

This vulnerability exists in gRPC's HTTP/2 HPACK header compression implementation. HPACK is a compression format used in HTTP/2 to efficiently encode HTTP headers, utilizing both static and dynamic tables to reduce bandwidth consumption. When a gRPC client sends a maliciously crafted request with a misencoded header through an HTTP/2 proxy, the error status from decoding the malformed header is not properly cleared between subsequent header reads.

The flaw allows an attacker to poison the HPACK dynamic table that is shared between the proxy and backend server. When subsequent headers are incrementally indexed and added to the table, they inherit the corrupted state from the initial misencoded header. This poisoned state persists until the affected entries are eventually evicted from the HPACK table.

Root Cause

The root cause is a state management error in gRPC's HPACK decoder (CWE-440: Expected Behavior Violation). When processing headers, the decoder encounters a misencoded header but fails to properly clear the error status flag before processing subsequent headers in the same request. This results in the error state propagating to incrementally indexed headers that are added to the dynamic HPACK table, corrupting entries that should be valid.

Attack Vector

The attack is network-based and requires the attacker to be a gRPC client communicating through an HTTP/2 proxy to a gRPC backend. The attacker crafts HTTP/2 frames containing deliberately misencoded HPACK headers. When these malformed headers are processed by the proxy-backend connection's HPACK decoder, the corruption spreads to the shared dynamic table.

The attack flow involves:

  1. Attacker establishes a connection through an HTTP/2 proxy to a gRPC backend
  2. Attacker sends requests with deliberately misencoded HPACK headers
  3. The error status from the misencoded header persists across header processing
  4. Subsequent valid headers become poisoned in the HPACK dynamic table
  5. Other legitimate clients using the same proxy-backend connection experience request failures
  6. HTTP header keys (but not values) from other clients may be leaked to the attacker

Since HPACK tables are connection-scoped and proxies typically multiplex multiple client connections over a single backend connection, a single attacker can affect all clients sharing that proxy-backend path.

Detection Methods for CVE-2024-7246

Indicators of Compromise

  • Sudden increase in HTTP/2 connection errors or HPACK decompression failures
  • Unexplained request failures from legitimate gRPC clients behind HTTP/2 proxies
  • Error logs indicating HPACK header decoding issues or table corruption
  • Unusual patterns of malformed HTTP/2 HEADERS frames in network traffic

Detection Strategies

  • Monitor gRPC server and proxy logs for HPACK-related error messages
  • Implement anomaly detection for HTTP/2 frame parsing errors
  • Deploy network intrusion detection rules to identify malformed HPACK headers
  • Track correlation between specific client connections and widespread request failures

Monitoring Recommendations

  • Enable detailed HTTP/2 frame logging on proxies and gRPC servers
  • Set up alerts for elevated rates of HTTP/2 GOAWAY or RST_STREAM frames
  • Monitor for patterns indicating HPACK table desynchronization
  • Implement client connection tracking to identify potential attack sources

How to Mitigate CVE-2024-7246

Immediate Actions Required

  • Upgrade gRPC to a patched version immediately: 1.58.3, 1.59.5, 1.60.2, 1.61.3, 1.62.3, 1.63.2, 1.64.3, or 1.65.4
  • Audit all systems using gRPC behind HTTP/2 proxies for vulnerable versions
  • Consider temporarily isolating high-risk gRPC services until patches are applied
  • Review proxy configurations to limit impact of potential HPACK table corruption

Patch Information

The gRPC team has released patches across multiple version branches. Users should upgrade to the following fixed versions based on their current deployment:

Current VersionFixed Version
1.58.x1.58.3
1.59.x1.59.5
1.60.x1.60.2
1.61.x1.61.3
1.62.x1.62.3
1.63.x1.63.2
1.64.x1.64.3
1.65.x1.65.4

For detailed patch information and upgrade instructions, refer to the gRPC GitHub Issue #36245.

Workarounds

  • Where possible, use direct gRPC connections without HTTP/2 proxies to eliminate the shared HPACK table attack surface
  • Implement connection-level isolation at HTTP/2 proxies to prevent cross-client contamination
  • Deploy application-layer firewalls or WAFs with HTTP/2 deep inspection capabilities to detect malformed headers
  • Consider rate limiting or connection throttling for untrusted gRPC clients
bash
# Example: Upgrade gRPC using pip (Python)
pip install --upgrade grpcio>=1.65.4

# Example: Upgrade gRPC using npm (Node.js)
npm update @grpc/grpc-js

# Verify installed gRPC version
pip show grpcio | grep Version

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechGrpc

  • SeverityMEDIUM

  • CVSS Score6.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-440

  • NVD-CWE-noinfo
  • Vendor Resources
  • GitHub Issue Discussion
  • Related CVEs
  • CVE-2023-32731: gRPC HTTP2 Information Disclosure Flaw

  • CVE-2023-4785: Grpc Grpc DOS Vulnerability

  • CVE-2023-32732: gRPC HTTP2 Proxy DOS Vulnerability

  • CVE-2023-33953: gRPC HPACK Parser DoS Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English