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-23327

CVE-2024-23327: Envoyproxy Envoy DoS Vulnerability

CVE-2024-23327 is a denial of service flaw in Envoyproxy Envoy that causes segmentation faults when PPv2 is enabled. This article covers the technical details, affected versions, security impact, and mitigation.

Published: June 2, 2026

CVE-2024-23327 Overview

CVE-2024-23327 is a null pointer dereference vulnerability [CWE-476] in Envoy, the high-performance edge, middle, and service proxy widely deployed in service mesh and ingress gateway architectures. When PROXY Protocol v2 (PPv2) is enabled on both a listener and a subsequent cluster, the Envoy instance segfaults while attempting to craft the upstream PPv2 header. The crash occurs when a downstream request carries a LOCAL command type and omits the protocol address block. A remote attacker can trigger the condition by sending crafted PPv2 frames, producing a denial of service. The issue is fixed in releases 1.29.1, 1.28.1, 1.27.3, and 1.26.7.

Critical Impact

An unauthenticated network attacker can crash Envoy worker processes by sending a PPv2 LOCAL command without a protocol block, disrupting all traffic flowing through the proxy.

Affected Products

  • Envoy 1.29.0 (fixed in 1.29.1)
  • Envoy 1.28.0 (fixed in 1.28.1)
  • Envoy 1.27.x prior to 1.27.3
  • Envoy 1.26.x prior to 1.26.7

Discovery Timeline

  • 2024-02-09 - CVE-2024-23327 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-23327

Vulnerability Analysis

The defect lives in Envoy's PROXY Protocol v2 handling path. PPv2 prepends connection metadata, including source and destination IPs and ports, to TCP streams so downstream proxies can preserve the original client identity. The protocol defines two command types: PROXY, which carries connection addressing, and LOCAL, which signals locally-originated traffic such as a load balancer health check and contains no address block.

When Envoy operates with PPv2 enabled on a listener and on an upstream cluster, it must regenerate a PPv2 header for the upstream connection. The code path that builds the upstream header dereferences proxy_proto_data.src_addr_ and proxy_proto_data.dst_addr_ without first verifying that those pointers are populated. For LOCAL commands the address block is absent, leaving the pointers null and causing a segmentation fault in the worker process.

Root Cause

The root cause is missing input validation in source/extensions/common/proxy_protocol/proxy_protocol_header.cc. The function assumed every parsed PPv2 frame produced valid source and destination IP structures, an invariant that does not hold for LOCAL commands. The listener filter in source/extensions/filters/listener/proxy_protocol/proxy_protocol.cc also failed to populate filter state correctly for the LOCAL command branch, propagating an inconsistent ProxyProtocolData object downstream.

Attack Vector

An attacker who can establish a TCP connection to an Envoy listener configured for PPv2 sends a valid PPv2 v2 header with the command field set to LOCAL (0x20) and no address block. When Envoy proxies the connection upstream and attempts to craft the new PPv2 header, the null pointer dereference crashes the worker. AWS Network Load Balancer health checks naturally produce this traffic pattern, which is how the bug surfaced in production.

text
// Patch: source/extensions/common/proxy_protocol/proxy_protocol_header.cc
   ASSERT(extension_length <= std::numeric_limits<uint16_t>::max());
+  if (proxy_proto_data.src_addr_ == nullptr || proxy_proto_data.src_addr_->ip() == nullptr) {
+    IS_ENVOY_BUG("Missing or incorrect source IP in proxy_proto_data_");
+    return false;
+  }
+  if (proxy_proto_data.dst_addr_ == nullptr || proxy_proto_data.dst_addr_->ip() == nullptr) {
+    IS_ENVOY_BUG("Missing or incorrect dest IP in proxy_proto_data_");
+    return false;
+  }
+
   const auto& src = *proxy_proto_data.src_addr_->ip();
   const auto& dst = *proxy_proto_data.dst_addr_->ip();

Source: Envoy commit 63895ea

Detection Methods for CVE-2024-23327

Indicators of Compromise

  • Envoy worker process crashes with SIGSEGV correlated with PPv2 traffic on a listener
  • Kernel or container runtime logs reporting segfaults in the envoy binary referencing proxy_protocol_header.cc
  • Sudden drops in upstream connections from front-side load balancers performing TCP health checks
  • Repeated TCP connections delivering PPv2 v2 frames with command byte 0x20 (LOCAL) and zero-length address block

Detection Strategies

  • Inspect listener configurations for envoy.filters.listener.proxy_protocol paired with upstream clusters using envoy.transport_sockets.upstream_proxy_protocol to identify exposed paths
  • Monitor Envoy admin /stats endpoint for increases in server.hot_restart_epoch and worker restart counters indicating crash loops
  • Capture packets on PPv2-enabled listeners and decode the first 16 bytes to flag frames with the LOCAL command type

Monitoring Recommendations

  • Alert on Envoy process restarts and non-zero exit codes from supervisor systems such as systemd, Kubernetes, or Nomad
  • Forward Envoy and container runtime logs to a centralized log platform and create rules for segfault signatures referencing proxy_protocol
  • Track upstream connection error rates per cluster to surface availability degradation early

How to Mitigate CVE-2024-23327

Immediate Actions Required

  • Upgrade Envoy to 1.29.1, 1.28.1, 1.27.3, or 1.26.7 or later on the corresponding release branch
  • Audit all listener and cluster configurations to identify deployments using PPv2 end-to-end
  • For service mesh deployments, update the Envoy version bundled with Istio, Consul, or Gloo control planes

Patch Information

The fix adds null pointer checks for src_addr_ and dst_addr_ in the PPv2 header generation path and corrects the listener filter to populate filter state when a LOCAL command is parsed. Review the upstream changes in the Envoy commit 63895ea and the GitHub Security Advisory GHSA-4h5x-x9vh-m29j.

Workarounds

  • No reliable workarounds exist according to the upstream advisory; upgrading is required
  • Where upgrade is not immediately possible, restrict network exposure of PPv2-enabled listeners to trusted load balancers using network ACLs or security groups
bash
# Verify the running Envoy version matches a fixed release
envoy --version

# Example Kubernetes patch to pin a fixed Envoy image
kubectl set image deployment/envoy envoy=envoyproxy/envoy:v1.29.1
kubectl rollout status deployment/envoy

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechEnvoyproxy

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.31%

  • 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-476
  • Technical References
  • GitHub Security Advisory GHSA-4h5x-x9vh-m29j
  • Vendor Resources
  • GitHub Commit Changes
  • Related CVEs
  • CVE-2026-26310: Envoyproxy Envoy DOS Vulnerability

  • CVE-2026-26330: Envoyproxy Envoy DOS Vulnerability

  • CVE-2024-27919: Envoyproxy Envoy DoS Vulnerability

  • CVE-2024-53269: Envoyproxy Envoy DOS Vulnerability
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