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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-2023-33953

CVE-2023-33953: gRPC HPACK Parser DoS Vulnerability

CVE-2023-33953 is a denial of service vulnerability in gRPC's HPACK parser that enables unbounded memory buffering and CPU consumption attacks. This article covers the technical details, affected versions, and mitigation strategies.

Updated: May 15, 2026

CVE-2023-33953 Overview

CVE-2023-33953 is a denial of service vulnerability in gRPC, an open-source remote procedure call framework maintained by Google. The flaw resides in the HPACK header compression parser used by gRPC's HTTP/2 implementation. Three distinct attack vectors allow remote attackers to exhaust server memory and CPU resources without authentication. The vulnerability stems from HPACK table accounting errors and missing size enforcement in the parser code path. Successful exploitation causes unwanted disconnects between clients and servers, degrading availability for legitimate workloads. The issue affects multiple gRPC versions across language implementations that share the core HPACK parser.

Critical Impact

Unauthenticated remote attackers can trigger memory exhaustion and O(n²) CPU consumption against gRPC servers, causing service-wide denial of service.

Affected Products

  • gRPC core library (grpc:grpc)
  • gRPC implementations built on the affected core HPACK parser
  • Services exposing gRPC endpoints over HTTP/2

Discovery Timeline

  • 2023-08-09 - CVE-2023-33953 published to the National Vulnerability Database
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-33953

Vulnerability Analysis

The vulnerability is a Denial of Service flaw rooted in gRPC's HPACK parser, the component responsible for decoding HTTP/2 header blocks. Three independent defects combine to allow attacker-controlled resource exhaustion. The first defect is an unbounded memory buffering condition where the header size limit check runs after the string reading code. A client can send a string up to four gigabytes before the parser rejects it for exceeding the configured 8 KB or 16 KB limit.

The second defect involves HPACK variable-length integer encoding. The format permits an unlimited number of leading zero bytes prepended to an integer value. gRPC's parser reads every padding byte before completing the parse, allowing a client to force prolonged parsing of a single integer field.

The third defect targets metadata overflow checks. gRPC validated metadata size on a per-frame basis rather than across the full header block. An attacker can split header content across a HEADERS frame followed by an arbitrary chain of CONTINUATION frames, bypassing the overflow guard and forcing the server to buffer unbounded header data.

Root Cause

The underlying weaknesses map to [CWE-789] Memory Allocation with Excessive Size Value and [CWE-770] Allocation of Resources Without Limits or Throttling. A per-input-block memory copy inside the HPACK parser, combined with the unbounded string read, produces an O(n²) parsing loop where the attacker controls n.

Attack Vector

An unauthenticated remote attacker establishes an HTTP/2 connection to a vulnerable gRPC server. The attacker sends crafted HPACK-encoded headers that exploit one or more of the three defects: an oversized header string, a varint padded with zero bytes, or a long chain of CONTINUATION frames carrying metadata. The server buffers attacker-controlled data and executes redundant memory copies, exhausting memory or CPU and denying service to legitimate clients.

No proof-of-concept code has been published for this issue. Refer to the Google Cloud Security Bulletin for vendor technical details.

Detection Methods for CVE-2023-33953

Indicators of Compromise

  • Sudden spikes in memory or CPU utilization on gRPC server processes without a corresponding increase in legitimate request volume
  • HTTP/2 connections sending unusually large HEADERS or extended chains of CONTINUATION frames from a single client
  • Repeated client disconnects logged by gRPC servers with HPACK decoding errors

Detection Strategies

  • Inspect HTTP/2 traffic at the application gateway for header blocks exceeding configured size limits before they reach gRPC backends
  • Alert on gRPC server logs containing HPACK parse failures, oversized metadata errors, or repeated RST_STREAM events from the same peer
  • Correlate process-level CPU saturation with active gRPC connection counts to surface algorithmic complexity abuse

Monitoring Recommendations

  • Track gRPC server metrics for header block size distributions and parse latency per connection
  • Enable connection-level rate limiting telemetry and forward HTTP/2 frame counters to a central log pipeline
  • Monitor sustained outbound GOAWAY frames issued by gRPC servers, which often indicate parser-driven disconnects

How to Mitigate CVE-2023-33953

Immediate Actions Required

  • Upgrade gRPC to a fixed release as identified in the Google Cloud Security Bulletin GCP-2023-022
  • Inventory all services that link against the gRPC core library, including language bindings such as gRPC C++, Python, Ruby, and PHP
  • Place gRPC endpoints behind an HTTP/2-aware proxy that enforces strict header size and frame count limits

Patch Information

The gRPC maintainers released updated versions that enforce header size checks before string buffering, cap leading-zero bytes in HPACK varints, and apply metadata overflow checks across the full header block including CONTINUATION frames. Consult the Google Cloud Security Bulletin for the specific fixed versions corresponding to each gRPC language binding.

Workarounds

  • Terminate HTTP/2 at a reverse proxy that enforces conservative MAX_HEADER_LIST_SIZE and CONTINUATION frame limits ahead of gRPC backends
  • Apply network-level rate limiting and per-client connection caps to reduce blast radius from a single abusive peer
  • Restrict gRPC endpoints to authenticated peers via mutual TLS where the service model permits
bash
# Configuration example: enforce HTTP/2 header limits at an Envoy front proxy
# placed in front of gRPC backends until the underlying library is patched.
static_resources:
  listeners:
  - name: grpc_listener
    filter_chains:
    - filters:
      - name: envoy.filters.network.http_connection_manager
        typed_config:
          "@type": type.googleapis.com/envoy.extensions.filters.network.http_connection_manager.v3.HttpConnectionManager
          max_request_headers_kb: 16
          common_http_protocol_options:
            max_headers_count: 100
            max_stream_duration: 30s
          http2_protocol_options:
            max_concurrent_streams: 100
            initial_stream_window_size: 65536
            initial_connection_window_size: 1048576

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechGrpc

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.12%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-789

  • CWE-770
  • Vendor Resources
  • Google Cloud Security Bulletin
  • Related CVEs
  • CVE-2023-4785: Grpc Grpc DOS Vulnerability

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

  • CVE-2026-5724: Temporal Server Auth Bypass Vulnerability

  • CVE-2024-7246: gRPC Information Disclosure Vulnerability
Default Legacy - Prefooter | 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