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-2025-54588

CVE-2025-54588: Envoyproxy Envoy Use-After-Free Vulnerability

CVE-2025-54588 is a use-after-free vulnerability in Envoyproxy Envoy's DNS cache that causes abnormal process termination. This article covers the technical details, affected versions, impact, and mitigation.

Published: April 1, 2026

CVE-2025-54588 Overview

CVE-2025-54588 is a use-after-free (UAF) vulnerability affecting Envoy, the open source L7 proxy and communication bus designed for large modern service-oriented architectures. The vulnerability exists in Envoy's DNS cache implementation within the Dynamic Forward Proxy functionality, potentially causing abnormal process termination and denial of service conditions.

The flaw occurs when a completion callback for a DNS resolution triggers new DNS resolutions or removes existing pending resolutions. This memory safety issue can be exploited remotely without authentication, making it a significant concern for organizations relying on Envoy for their service mesh and proxy infrastructure.

Critical Impact

Remote attackers can cause denial of service through abnormal process termination by exploiting the use-after-free condition in Envoy's DNS cache, potentially disrupting critical service mesh infrastructure.

Affected Products

  • Envoyproxy Envoy versions 1.34.0 through 1.34.4
  • Envoyproxy Envoy version 1.35.0
  • Systems with Dynamic Forwarding Filter enabled and envoy.reloadable_features.dfp_cluster_resolves_hosts runtime flag enabled

Discovery Timeline

  • September 3, 2025 - CVE-2025-54588 published to NVD
  • September 8, 2025 - Last updated in NVD database

Technical Details for CVE-2025-54588

Vulnerability Analysis

This use-after-free vulnerability resides in Envoy's Dynamic Forward Proxy implementation, specifically within the DNS cache handling mechanism. The vulnerability is triggered when DNS resolution completion callbacks interact with the cache in an unsafe manner, either by initiating new DNS resolutions or removing pending resolutions while memory is still being accessed.

The attack can be performed over the network without requiring authentication or user interaction. Successfully exploiting this vulnerability results in denial of service through abnormal process termination, affecting the availability of services relying on the affected Envoy proxy instances.

Root Cause

The root cause is a classic use-after-free condition (CWE-416) in the DNS cache implementation. When a DNS resolution completion callback executes, it can trigger operations that modify the DNS cache state—specifically, initiating new resolutions or removing pending ones. If these operations deallocate memory that the callback or related code still references, the proxy attempts to access freed memory, leading to undefined behavior and process crashes.

The vulnerability manifests when three specific conditions are met simultaneously:

  1. The Dynamic Forwarding Filter is enabled
  2. The envoy.reloadable_features.dfp_cluster_resolves_hosts runtime flag is enabled
  3. The Host header is modified between the Dynamic Forwarding Filter and Router filters

Attack Vector

The vulnerability can be exploited remotely over the network. An attacker can craft HTTP requests that manipulate the Host header in a way that triggers the race condition in the DNS cache. By sending specifically crafted requests that cause the Host header modification scenario, an attacker can reliably trigger the use-after-free condition, causing the Envoy proxy process to terminate abnormally.

This attack requires no privileges or authentication, and does not require user interaction. The exploitation targets the availability of the system, as successful attacks cause denial of service through process termination.

Detection Methods for CVE-2025-54588

Indicators of Compromise

  • Unexpected Envoy proxy process crashes or restarts in container orchestration logs
  • Segmentation faults or memory access violations in Envoy crash dumps
  • Increased error rates in upstream services due to proxy unavailability
  • Anomalous patterns in DNS resolution timing or failures

Detection Strategies

  • Monitor Envoy process stability and implement alerting on unexpected restarts or crashes
  • Analyze crash dumps for memory corruption signatures indicating use-after-free conditions
  • Implement log analysis for patterns of requests with modified Host headers between filters
  • Deploy network monitoring to identify suspicious request patterns targeting Dynamic Forward Proxy functionality

Monitoring Recommendations

  • Enable comprehensive logging for the Dynamic Forward Proxy filter to track DNS resolution events
  • Configure container orchestration platforms to alert on repeated Envoy container restarts
  • Implement application performance monitoring to detect proxy availability degradation
  • Monitor memory allocation patterns in Envoy processes for anomalies

How to Mitigate CVE-2025-54588

Immediate Actions Required

  • Upgrade to Envoy version 1.34.5 or 1.35.1 immediately
  • If immediate patching is not possible, disable the envoy.reloadable_features.dfp_cluster_resolves_hosts runtime flag as a temporary workaround
  • Review Envoy configurations for Dynamic Forward Proxy filter usage and assess exposure
  • Implement additional monitoring for Envoy process stability during the mitigation window

Patch Information

Envoy has released patched versions that address this use-after-free vulnerability. Organizations should upgrade to the following versions:

  • Version 1.34.5 for users on the 1.34.x branch - see GitHub Release v1.34.5
  • Version 1.35.1 for users on the 1.35.x branch - see GitHub Release v1.35.1

For detailed information about this vulnerability, refer to the GitHub Security Advisory GHSA-g9vw-6pvx-7gmw.

Workarounds

  • Set the envoy.reloadable_features.dfp_cluster_resolves_hosts runtime flag to false to disable the vulnerable code path
  • Consider temporarily disabling the Dynamic Forward Proxy filter if not critical to operations
  • Implement request filtering at upstream load balancers to limit Host header modification scenarios
  • Deploy redundant Envoy instances to maintain availability if exploitation occurs
bash
# Configuration example - Disable vulnerable feature flag
# Add to Envoy bootstrap configuration or runtime layer
envoy.reloadable_features.dfp_cluster_resolves_hosts: false

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/TechEnvoy

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.01%

  • 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 Release v1.34.5

  • GitHub Release v1.35.1
  • Vendor Resources
  • GitHub Security Advisory GHSA-g9vw-6pvx-7gmw
  • Related CVEs
  • CVE-2026-6994: Envoy Query Parameter Injection RCE Flaw

  • CVE-2026-41246: Contour Kubernetes Ingress RCE Vulnerability

  • CVE-2026-26308: Envoyproxy Envoy Auth Bypass Vulnerability

  • CVE-2026-26309: Envoyproxy Envoy Buffer Overflow Flaw
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