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-2023-32732

CVE-2023-32732: gRPC HTTP2 Proxy DOS Vulnerability

CVE-2023-32732 is a denial of service vulnerability in gRPC where malformed base64 encoding in -bin headers causes connection termination between HTTP2 proxies and gRPC servers. This article covers technical details, impact, and mitigation.

Published: February 4, 2026

CVE-2023-32732 Overview

CVE-2023-32732 is a denial of service vulnerability in gRPC that allows a malicious client to terminate connections between HTTP2 proxies and gRPC servers. The vulnerability stems from inconsistent handling of base64 encoding errors in headers with the -bin suffix between HTTP2 proxies and gRPC servers. When a client sends malformed base64-encoded data in -bin suffixed headers, HTTP2 proxies typically allow the request to pass through, but the gRPC server rejects it and terminates the connection.

Critical Impact

Attackers can exploit this vulnerability to cause denial of service by repeatedly terminating connections between HTTP2 proxies and gRPC servers, disrupting service availability for legitimate clients sharing the same connection pool.

Affected Products

  • gRPC (all versions prior to the fix in pull request #32309)
  • Fedora 37
  • Fedora 38

Discovery Timeline

  • June 9, 2023 - CVE-2023-32732 published to NVD
  • February 13, 2025 - Last updated in NVD database

Technical Details for CVE-2023-32732

Vulnerability Analysis

This vulnerability exploits a behavioral inconsistency in how HTTP2 proxies and gRPC servers handle binary headers. In gRPC, headers with the -bin suffix are expected to contain base64-encoded binary data. The gRPC protocol specification requires strict validation of this encoding, while HTTP2 proxies generally pass headers through without validating their content.

The attack targets the connection-sharing architecture commonly used in production environments where multiple clients share connections through HTTP2 proxies. When a gRPC server detects invalid base64 encoding in a -bin header, it terminates the entire HTTP2 connection rather than just rejecting the individual request. This design decision, while appropriate for protocol compliance, creates an amplification effect where a single malicious request can disrupt service for all clients sharing that connection.

Root Cause

The root cause lies in CWE-440: Expected Behavior Violation. The vulnerability exists because of differing expectations between HTTP2 proxies and gRPC servers regarding header validation. HTTP2 proxies operate under a more permissive model, treating headers as opaque data to be forwarded, while gRPC servers enforce strict protocol compliance and terminate connections upon detecting malformed binary headers.

Attack Vector

The attack can be executed remotely over the network without authentication. An attacker crafts HTTP2 requests containing -bin suffixed headers with intentionally malformed base64 encoding. These requests pass through HTTP2 proxies unchanged but trigger connection termination when they reach the gRPC server. By repeatedly sending such requests, an attacker can continuously disrupt the connection pool between proxies and servers.

The attack flow involves the following sequence: a malicious client sends a request with an invalid base64 value in a binary header (such as x-custom-bin), the HTTP2 proxy forwards this request to the backend gRPC server, the gRPC server validates the header and detects the encoding error, and the server terminates the HTTP2 connection affecting all clients using that connection.

Detection Methods for CVE-2023-32732

Indicators of Compromise

  • Unusual patterns of HTTP2 connection resets or terminations between proxies and gRPC servers
  • Increased frequency of gRPC error codes related to header parsing failures
  • Requests containing -bin suffixed headers with non-base64 characters or improper padding
  • Sudden spikes in connection establishment rates indicating connection pool churn

Detection Strategies

  • Monitor gRPC server logs for base64 decoding errors in binary headers
  • Implement connection termination rate monitoring between HTTP2 proxies and gRPC backends
  • Deploy network traffic analysis to identify requests with malformed -bin header values
  • Set up alerting for unusual patterns of HTTP2 GOAWAY frames from gRPC servers

Monitoring Recommendations

  • Track connection pool health metrics including connection lifetime and termination reasons
  • Monitor service availability metrics for applications behind HTTP2 proxies
  • Implement distributed tracing to correlate client requests with connection terminations
  • Review proxy access logs for repeated requests from the same source with binary headers

How to Mitigate CVE-2023-32732

Immediate Actions Required

  • Upgrade gRPC to a version that includes the fix from pull request #32309
  • Review and update Fedora systems to patched versions as announced in Fedora security advisories
  • Implement rate limiting on incoming connections to reduce the impact of connection termination attacks
  • Consider implementing header validation at the proxy layer for -bin suffixed headers

Patch Information

The gRPC team has addressed this vulnerability in the changes merged via GitHub Pull Request #32309. Organizations should upgrade to gRPC versions that include this fix. Fedora users should apply the latest package updates as documented in the official Fedora package announcements.

Workarounds

  • Deploy input validation at the HTTP2 proxy layer to reject requests with malformed base64 in -bin headers before they reach gRPC servers
  • Implement connection isolation to limit the blast radius of connection terminations
  • Configure aggressive connection timeouts and automatic reconnection logic in client applications
  • Use dedicated connection pools for sensitive or high-priority services to isolate them from potential attacks

Organizations using containerized or microservices architectures should ensure all gRPC dependencies are updated across their service mesh. Consider using service mesh features like circuit breakers to limit the propagation of connection failures.

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechGrpc

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.02%

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

  • NVD-CWE-Other
  • Technical References
  • Fedora Package Announcement

  • Fedora Package Announcement
  • Vendor Resources
  • GitHub gRPC Pull Request
  • Related CVEs
  • CVE-2023-4785: Grpc Grpc DOS Vulnerability

  • CVE-2023-33953: gRPC HPACK Parser DoS Vulnerability

  • CVE-2024-7246: gRPC Information Disclosure Vulnerability

  • CVE-2023-32731: gRPC HTTP2 Information Disclosure Flaw
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