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

CVE-2024-53269: Envoyproxy Envoy DOS Vulnerability

CVE-2024-53269 is a denial of service flaw in Envoyproxy Envoy where non-IP addresses trigger crashes in the Happy Eyeballs algorithm. This article covers technical details, affected versions, impact, and mitigation.

Published: June 2, 2026

CVE-2024-53269 Overview

CVE-2024-53269 affects Envoy, a cloud-native high-performance edge, middle, and service proxy widely deployed in service mesh and API gateway architectures. The vulnerability resides in the Happy Eyeballs sorting algorithm used to prioritize connection attempts across multiple addresses. When additional addresses supplied to the algorithm are not IP addresses, the data plane crashes. Remote attackers can trigger the condition without authentication, causing denial of service to proxied traffic. The issue is fixed in Envoy releases 1.32.2, 1.31.4, and 1.30.8.

Critical Impact

Unauthenticated network-based denial of service against Envoy data plane processes, disrupting all traffic flowing through affected proxies.

Affected Products

  • Envoy proxy versions prior to 1.30.8
  • Envoy proxy versions prior to 1.31.4
  • Envoy proxy versions prior to 1.32.2

Discovery Timeline

  • 2024-12-18 - CVE-2024-53269 published to NVD
  • 2025-08-28 - Last updated in NVD database

Technical Details for CVE-2024-53269

Vulnerability Analysis

The flaw is categorized under [CWE-670] (Always-Incorrect Control Flow Implementation). Envoy implements the Happy Eyeballs algorithm (RFC 8305) to interleave IPv4 and IPv6 connection attempts for faster, more reliable client connectivity. The sorting routine assumes every entry in the address list is a parsed IP address. When the additional address list contains non-IP entries, the sorting comparator triggers an unhandled condition that crashes the Envoy data plane process.

A crash of the data plane terminates active connections and halts new traffic until the process restarts. In production deployments fronting microservices, this affects every client request routed through the impacted proxy instance.

Root Cause

The root cause is missing input validation in the Happy Eyeballs address-sorting logic. The algorithm operates on the assumption that all additional addresses are valid IP address structures. The code path lacks a type check before invoking comparison operations on the address objects, leading to an unrecoverable error when non-IP values are encountered.

Attack Vector

The vulnerability is exploitable over the network with low attack complexity and no privileges or user interaction. An attacker who can influence the address resolution path, such as through a controlled DNS response or upstream configuration that returns non-IP additional addresses, can force the data plane to crash. Repeated triggering produces a sustained denial of service. The advisory provides patch details in the Envoy GitHub Security Advisory GHSA-mfqp-7mmj-rm53.

Detection Methods for CVE-2024-53269

Indicators of Compromise

  • Unexpected Envoy process restarts or core dumps tied to the Happy Eyeballs code path.
  • Crash logs referencing address sorting or connection attempt prioritization in the data plane.
  • Spikes in upstream connection failures correlated with non-IP address values in resolver responses.

Detection Strategies

  • Monitor Envoy server.live and server.uptime admin statistics for abnormal resets indicating process restarts.
  • Inspect DNS resolver responses feeding Envoy for non-IP additional address entries.
  • Correlate proxy crash events with traffic patterns to identify reproducible triggers.

Monitoring Recommendations

  • Alert on Envoy version strings reporting builds older than 1.30.8, 1.31.4, or 1.32.2 across the fleet.
  • Track cluster.*.upstream_cx_connect_fail and process restart counts in observability pipelines.
  • Log and review all DNS responses used by Envoy clusters configured with Happy Eyeballs.

How to Mitigate CVE-2024-53269

Immediate Actions Required

  • Upgrade Envoy to 1.32.2, 1.31.4, or 1.30.8 or later across all data plane instances.
  • Inventory all service mesh and gateway deployments using Envoy, including Istio, Consul, and standalone proxies.
  • Validate that DNS resolvers and discovery services return only IP addresses to Envoy clusters.

Patch Information

The upstream fix is available in the Envoy pull request 37743 commit. Patched releases are Envoy 1.32.2, 1.31.4, and 1.30.8. Downstream distributions including Istio and managed service mesh offerings should be updated to versions that incorporate these Envoy builds.

Workarounds

  • Disable the Happy Eyeballs feature in Envoy cluster configuration where upgrade is not immediately feasible.
  • Restrict cluster IP address configurations to validated IP-only entries, avoiding hostnames in additional address lists.
  • Apply network policies to limit which upstream resolvers Envoy can query, reducing exposure to attacker-controlled responses.
bash
# Configuration example: disable Happy Eyeballs by setting a single address family
# In Envoy cluster config, set dns_lookup_family to V4_ONLY or V6_ONLY
clusters:
  - name: upstream_service
    type: STRICT_DNS
    dns_lookup_family: V4_ONLY
    load_assignment:
      cluster_name: upstream_service
      endpoints:
        - lb_endpoints:
            - endpoint:
                address:
                  socket_address:
                    address: 10.0.0.10
                    port_value: 8080

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.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-670
  • Technical References
  • GitHub Security Advisory
  • Vendor Resources
  • GitHub Pull Request Commit
  • Related CVEs
  • CVE-2026-26310: Envoyproxy Envoy DOS Vulnerability

  • CVE-2026-26330: Envoyproxy Envoy DOS Vulnerability

  • CVE-2024-27919: Envoyproxy Envoy DoS Vulnerability

  • CVE-2025-30157: 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