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

CVE-2024-23324: Envoyproxy Envoy Auth Bypass Vulnerability

CVE-2024-23324 is an authentication bypass flaw in Envoyproxy Envoy that allows downstream clients to circumvent ext_authz checks using invalid gRPC requests. This article covers technical details, affected versions, and patches.

Published: June 2, 2026

CVE-2024-23324 Overview

CVE-2024-23324 is an external authorization bypass vulnerability in Envoy, a high-performance edge, middle, and service proxy widely deployed in service mesh and API gateway architectures. Downstream clients can craft invalid gRPC requests that are forwarded to the ext_authz filter, causing authorization checks to be skipped when the filter is configured with failure_mode_allow set to true. The flaw is categorized as improper input validation [CWE-20] and allows unauthenticated network attackers to bypass policy enforcement. The Envoy project addressed the issue in releases 1.29.1, 1.28.1, 1.27.3, and 1.26.7.

Critical Impact

Attackers can bypass ext_authz authorization checks by sending malformed gRPC traffic, reaching protected upstream services without policy enforcement.

Affected Products

  • Envoy versions prior to 1.26.7
  • Envoy versions 1.27.0 through 1.27.2
  • Envoy versions 1.28.0 and 1.29.0

Discovery Timeline

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

Technical Details for CVE-2024-23324

Vulnerability Analysis

Envoy's external authorization (ext_authz) filter delegates access control decisions to an external service over HTTP or gRPC. Operators commonly set failure_mode_allow: true to keep traffic flowing when the authorization service is unreachable. This vulnerability changes the meaning of that fail-open behavior. A downstream client can intentionally send a gRPC request structured in a way that Envoy considers invalid before reaching the authorization service. Envoy then treats the situation as an authorization failure path and, under failure_mode_allow, forwards the request to the upstream without ever consulting the policy engine. The result is an authentication and authorization control bypass that violates the integrity of access decisions.

Root Cause

The root cause is improper input validation in how Envoy constructs and dispatches gRPC check requests to the ext_authz service. Malformed downstream input causes the filter to short-circuit into the failure path rather than rejecting the request outright. When failure_mode_allow is enabled, that path permits the request, conflating client-induced invalid input with authorization-service unavailability.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker sends specifically crafted requests through any Envoy listener configured with the ext_authz filter using gRPC and failure_mode_allow: true. Because the bypass occurs before the authorization service evaluates the request, attribute-based, JWT, or OPA-style policies attached to that service are not applied. See the Envoy GitHub Security Advisory GHSA-gq3v-vvhj-96j6 for technical details on the invalid request shape.

No public proof-of-concept exploitation code is referenced in the advisory, and no synthetic exploitation code is reproduced here.

Detection Methods for CVE-2024-23324

Indicators of Compromise

  • Upstream access logs showing requests reaching protected services without a corresponding ext_authz decision log entry.
  • Spikes in Envoy stats counters such as ext_authz.error or ext_authz.failure_mode_allowed without a matching outage of the authorization backend.
  • Malformed gRPC frames or unusual header combinations on downstream listeners that precede successful upstream responses.

Detection Strategies

  • Correlate Envoy access logs with authorization service logs to identify requests that were forwarded upstream without a policy decision recorded.
  • Alert on any nonzero rate of ext_authz.failure_mode_allowed events, treating fail-open as an investigable signal rather than a silent default.
  • Inspect ingress traffic for gRPC requests that violate protocol expectations, including invalid message framing or unexpected content-type values.

Monitoring Recommendations

  • Ship Envoy admin stats and access logs to a centralized analytics platform and build dashboards for ext_authz outcome distribution over time.
  • Add synthetic probes that send known-good and known-bad authorized traffic to validate that policy decisions are still being enforced after upgrades or configuration changes.
  • Track Envoy version inventory across clusters and flag any node running a release earlier than 1.26.7, 1.27.3, 1.28.1, or 1.29.1.

How to Mitigate CVE-2024-23324

Immediate Actions Required

  • Upgrade Envoy to 1.29.1, 1.28.1, 1.27.3, or 1.26.7 depending on the deployed minor version.
  • Audit all ext_authz filter configurations and identify every instance where failure_mode_allow is set to true.
  • Where business risk allows, set failure_mode_allow to false until patched binaries are deployed, accepting that authorization service outages will fail closed.

Patch Information

The fix is delivered in Envoy releases 1.29.1, 1.28.1, 1.27.3, and 1.26.7. Service mesh distributions that embed Envoy, including Istio and Gloo, should be updated to versions that incorporate these Envoy releases. Refer to the Envoy upstream commit and the GHSA-gq3v-vvhj-96j6 advisory for release notes and code-level details.

Workarounds

  • The Envoy maintainers state there are no known workarounds for this vulnerability; upgrading is required.
  • As a compensating control until patching, switch ext_authz to fail closed by setting failure_mode_allow: false so invalid requests are denied rather than forwarded.
bash
# Compensating configuration: fail closed in the ext_authz filter
# (Envoy listener filter chain snippet)
http_filters:
  - name: envoy.filters.http.ext_authz
    typed_config:
      "@type": type.googleapis.com/envoy.extensions.filters.http.ext_authz.v3.ExtAuthz
      transport_api_version: V3
      failure_mode_allow: false
      grpc_service:
        envoy_grpc:
          cluster_name: ext-authz
        timeout: 0.5s

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechEnvoyproxy

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.04%

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

  • NVD-CWE-noinfo
  • Vendor Resources
  • GitHub Commit Details

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2021-29492: Envoyproxy Envoy Auth Bypass Vulnerability

  • CVE-2026-26310: Envoyproxy Envoy DOS Vulnerability

  • CVE-2026-26311: Envoyproxy Envoy Use-After-Free Flaw

  • CVE-2026-26330: 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