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

CVE-2024-23450: Elastic Elasticsearch DOS Vulnerability

CVE-2024-23450 is a denial of service flaw in Elastic Elasticsearch that causes node crashes when processing deeply nested pipelines on ingest nodes. This article covers technical details, affected versions, and mitigation.

Published: May 26, 2026

CVE-2024-23450 Overview

A denial of service flaw exists in Elastic Elasticsearch where processing a document through a deeply nested ingest pipeline can crash the affected node. An unauthenticated attacker with network access to an ingest node can trigger node failure by submitting documents that traverse excessive pipeline nesting. The flaw is tracked under CWE-400: Uncontrolled Resource Consumption and impacts cluster availability without exposing data confidentiality or integrity.

Elastic addressed the issue in Elasticsearch 7.17.19 and 8.13.0. The EPSS score is 1.035% at the 77.6th percentile, indicating moderate observed exploit-likelihood signal relative to other CVEs.

Critical Impact

A network-reachable attacker can crash Elasticsearch ingest nodes by submitting documents to a deeply nested pipeline, disrupting search and ingestion availability.

Affected Products

  • Elastic Elasticsearch versions prior to 7.17.19
  • Elastic Elasticsearch 8.x versions prior to 8.13.0
  • NetApp products bundling affected Elasticsearch components (see NetApp advisory)

Discovery Timeline

  • 2024-03-27 - CVE-2024-23450 published to NVD
  • 2025-02-04 - Last updated in NVD database

Technical Details for CVE-2024-23450

Vulnerability Analysis

Elasticsearch ingest pipelines transform documents before indexing. Pipelines can reference other pipelines through the pipeline processor, allowing chained processing logic. The flaw stems from unbounded recursion or stack growth when a document is routed through a deeply nested chain of pipelines on an ingest node.

When the nesting depth exceeds what the runtime can safely handle, the ingest node exhausts its resources and terminates. The result is a denial of service against the ingestion path, which in turn degrades the ability of the cluster to index, enrich, and search incoming data. The vulnerability does not require authentication where ingest endpoints are network-exposed without access controls.

Root Cause

The root cause is uncontrolled resource consumption [CWE-400] in the ingest pipeline execution logic. Elasticsearch did not enforce a sufficient bound on pipeline-to-pipeline recursion, allowing a single document to drive the node into a fatal state. The fix introduces depth limits and safer handling of nested pipeline references.

Attack Vector

Exploitation requires the ability to submit a document to an ingest pipeline that recursively references additional pipelines. The attacker crafts or causes the creation of a pipeline chain with excessive depth, then sends an indexing request that triggers traversal of the chain. The targeted ingest node crashes, and repeat requests can prevent recovery and propagate impact across other ingest-capable nodes.

No verified public proof-of-concept is referenced in the advisory. For technical detail on the affected versions and fix, refer to the Elastic Security Advisory ESA-2024-06 and the NetApp Security Advisory.

Detection Methods for CVE-2024-23450

Indicators of Compromise

  • Unexpected Elasticsearch node crashes or OutOfMemoryError and StackOverflowError entries in node logs correlated with ingest activity
  • Spikes in _ingest/pipeline/_simulate or indexing requests that target pipelines referencing other pipelines
  • Repeated cluster state changes showing ingest nodes leaving and rejoining the cluster

Detection Strategies

  • Audit pipeline definitions for pipeline processors that reference other pipelines and flag chains exceeding a safe depth
  • Correlate Elasticsearch node restart events with the source IPs and API keys submitting indexing requests immediately prior
  • Alert on abnormal volumes of indexing requests originating from a single client targeting ingest endpoints

Monitoring Recommendations

  • Forward Elasticsearch node logs, audit logs, and JVM diagnostics to a centralized analytics platform for crash pattern analysis
  • Monitor cluster health, ingest pipeline statistics via _nodes/stats/ingest, and node uptime metrics
  • Track the version banner of every Elasticsearch node to identify hosts still running pre-7.17.19 or pre-8.13.0 builds

How to Mitigate CVE-2024-23450

Immediate Actions Required

  • Upgrade Elasticsearch to 7.17.19, 8.13.0, or later as published in ESA-2024-06
  • Restrict network access to ingest nodes and indexing endpoints using firewall rules and reverse proxy authentication
  • Review existing ingest pipeline definitions and remove unnecessary nested pipeline processor references

Patch Information

Elastic released fixed builds in Elasticsearch 7.17.19 and 8.13.0. Operators running NetApp products that embed Elasticsearch should consult the NetApp Security Advisory NTAP-20240517-0010 for vendor-specific update guidance. Apply patches across all data, master, and ingest-capable nodes, then perform a rolling restart to complete the upgrade.

Workarounds

  • Disable ingest capability on internet-exposed nodes by setting node.roles to exclude ingest where possible
  • Enforce role-based access control so only trusted clients can create or modify ingest pipelines
  • Place Elasticsearch behind an authenticated gateway that validates indexing payloads and rate-limits clients
bash
# Configuration example: limit ingest role and enforce authentication
# elasticsearch.yml
node.roles: [ "master", "data" ]
xpack.security.enabled: true
xpack.security.authc.api_key.enabled: true

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechElasticsearch

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability1.03%

  • 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-400

  • NVD-CWE-noinfo
  • Technical References
  • NetApp Security Advisory
  • Vendor Resources
  • Elastic Discuss Security Update

  • Elastic Community Security Resources
  • Related CVEs
  • CVE-2024-52981: Elasticsearch DOS Vulnerability

  • CVE-2023-31419: Elastic Elasticsearch DOS Vulnerability

  • CVE-2023-31418: Elastic Elasticsearch DOS Vulnerability

  • CVE-2026-31215: Nexent Authentication Bypass 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