A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2024-32974

CVE-2024-32974: Envoyproxy Envoy Use-After-Free Flaw

CVE-2024-32974 is a use-after-free vulnerability in Envoyproxy Envoy caused by QUICHE continuing to push request headers after StopReading() is called. This post covers the technical details, affected versions, and mitigation.

Published: June 2, 2026

CVE-2024-32974 Overview

CVE-2024-32974 is a use-after-free vulnerability in Envoy, the cloud-native open source edge and service proxy. The flaw resides in EnvoyQuicServerStream::OnInitialHeadersComplete() and is triggered when QUICHE continues pushing request headers after StopReading() has been called on the stream. After StopReading(), the HTTP Connection Manager's (HCM) ActiveStream may already be destroyed, so any upcalls from QUICHE can dereference freed memory. Remote, unauthenticated attackers can crash the proxy by sending crafted QUIC traffic, producing a denial-of-service condition on a critical network component [CWE-416].

Critical Impact

Remote attackers can crash Envoy proxies over the network without authentication, disrupting all traffic served by the affected instance.

Affected Products

  • Envoyproxy Envoy (multiple versions prior to fixed releases)
  • Deployments using QUIC/HTTP3 listeners
  • Service meshes and edge gateways built on Envoy

Discovery Timeline

  • 2024-06-04 - CVE-2024-32974 published to the National Vulnerability Database (NVD)
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-32974

Vulnerability Analysis

The defect is a use-after-free in Envoy's QUIC server stream handler. When a stream calls StopReading(), the upstream HCM ActiveStream object can be torn down. QUICHE, the underlying QUIC/HTTP3 library, does not honor this state change for in-flight header processing. It continues to deliver headers to EnvoyQuicServerStream::OnInitialHeadersComplete(), which then operates on a destroyed ActiveStream. The result is memory access to freed objects, leading to a process crash.

The vulnerability impacts availability only. Confidentiality and integrity remain intact because no attacker-controlled memory is read back or written to disk. However, since Envoy commonly fronts large numbers of services, a single malicious peer can take down a shared ingress.

Root Cause

The root cause is a lifecycle mismatch between QUICHE and Envoy's HCM. StopReading() informs Envoy that no further header data should be consumed, but QUICHE keeps the callback chain active. The contract between the two layers fails to guarantee that header callbacks stop firing before the dependent ActiveStream is released.

Attack Vector

An unauthenticated remote attacker sends a QUIC request that triggers conditions causing Envoy to call StopReading() on the stream while additional initial headers remain queued in QUICHE. When QUICHE delivers those headers, the callback dereferences freed memory in OnInitialHeadersComplete(), crashing the worker. Refer to the GitHub Security Advisory GHSA-mgxp-7hhp-8299 for upstream technical details.

Detection Methods for CVE-2024-32974

Indicators of Compromise

  • Unexpected Envoy worker process crashes or SIGSEGV signals on hosts terminating QUIC traffic
  • Stack traces referencing EnvoyQuicServerStream::OnInitialHeadersComplete
  • Sudden drops in QUIC/HTTP3 listener availability or connection resets to clients
  • Repeated short-lived QUIC connections from a single source preceding crashes

Detection Strategies

  • Monitor Envoy admin /stats endpoints for increases in server.hot_restart_epoch or worker restarts
  • Alert on segmentation faults in container logs for Envoy processes
  • Inspect QUIC listener metrics for abnormal header-processing patterns or premature stream resets

Monitoring Recommendations

  • Forward Envoy crash logs and core dump metadata to a centralized logging platform for correlation
  • Track HTTP3/QUIC error rates and tie them to source IPs to identify abusive peers
  • Establish baselines for worker uptime and alert on regressions following deployment of new client populations

How to Mitigate CVE-2024-32974

Immediate Actions Required

  • Upgrade Envoy to a patched release as listed in the upstream security advisory
  • Inventory all Envoy deployments, including service mesh sidecars and standalone gateways, to confirm version coverage
  • If immediate patching is not possible, disable QUIC/HTTP3 listeners until the upgrade can be applied

Patch Information

The Envoy maintainers released fixes addressing the QUICHE callback lifecycle. Patched versions and exact release identifiers are documented in the Envoy GitHub Security Advisory GHSA-mgxp-7hhp-8299. Apply the latest maintenance release for your supported branch.

Workarounds

  • Disable QUIC/HTTP3 listeners in envoy.yaml and serve clients over TCP-based HTTP/2 until patched
  • Place rate limiting or upstream filtering in front of QUIC endpoints to reduce exposure to abusive peers
  • Restrict QUIC access at the network edge to known client ranges where feasible
bash
# Configuration example: disable a QUIC listener until patched
# Remove or comment the udp_listener_config block that enables QUIC
static_resources:
  listeners:
  - name: listener_https
    address:
      socket_address:
        protocol: TCP
        address: 0.0.0.0
        port_value: 443
    # udp_listener_config:
    #   quic_options: {}
    #   downstream_socket_config:
    #     prefer_gro: true

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

  • Vulnerability Details
  • TypeUse After Free

  • Vendor/TechEnvoyproxy

  • SeverityHIGH

  • CVSS Score7.5

  • 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:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-416
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-26311: Envoyproxy Envoy Use-After-Free Flaw

  • CVE-2026-26310: Envoyproxy Envoy DOS Vulnerability

  • CVE-2026-26330: Envoyproxy Envoy DOS Vulnerability

  • CVE-2026-22771: Envoyproxy Gateway Info Disclosure Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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