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

CVE-2024-43709: Elastic Elasticsearch DOS Vulnerability

CVE-2024-43709 is a denial of service flaw in Elastic Elasticsearch caused by resource allocation without limits. Attackers can trigger OutOfMemoryError crashes using crafted SQL queries. This article covers details.

Updated: January 22, 2026

CVE-2024-43709 Overview

CVE-2024-43709 is a resource exhaustion vulnerability in Elasticsearch that allows attackers to trigger an OutOfMemoryError exception through specially crafted SQL queries. This denial of service vulnerability stems from improper allocation of resources without limits or throttling (CWE-770), enabling remote attackers to crash Elasticsearch instances without requiring authentication.

Critical Impact

Unauthenticated attackers can remotely crash Elasticsearch clusters by sending malicious SQL queries, leading to service outages and potential data availability issues.

Affected Products

  • Elastic Elasticsearch versions prior to 7.17.21
  • Elastic Elasticsearch versions prior to 8.13.3

Discovery Timeline

  • 2025-01-21 - CVE-2024-43709 published to NVD
  • 2025-02-21 - Last updated in NVD database

Technical Details for CVE-2024-43709

Vulnerability Analysis

This vulnerability exists in Elasticsearch's SQL query processing functionality. When handling certain SQL function calls, Elasticsearch fails to properly limit memory allocation, allowing an attacker to craft queries that consume excessive memory resources. The unbounded resource allocation eventually exhausts available heap memory, triggering a Java OutOfMemoryError exception that crashes the Elasticsearch node.

The attack can be executed remotely over the network without requiring any privileges or user interaction, making it particularly dangerous for internet-facing Elasticsearch deployments. The impact is limited to availability—there is no compromise of data confidentiality or integrity.

Root Cause

The root cause is classified as CWE-770: Allocation of Resources Without Limits or Throttling. Elasticsearch's SQL function processing code path lacks appropriate bounds checking or resource quotas when allocating memory for query execution. This architectural oversight allows malicious queries to request unbounded memory allocations that exceed the JVM heap capacity.

Attack Vector

The attack is network-based and can be initiated by any unauthenticated user with network access to the Elasticsearch SQL endpoint. An attacker crafts a malicious SQL query utilizing specific SQL functions that trigger excessive memory allocation. When the Elasticsearch node processes this query, it attempts to allocate memory without proper limits, exhausting the heap and causing the JVM to throw an OutOfMemoryError, which crashes the node.

The vulnerability mechanism involves sending specially crafted SQL queries to Elasticsearch's SQL endpoint. When processed, these queries exploit the lack of memory allocation limits in certain SQL function implementations, causing unbounded heap growth until the JVM runs out of memory. For detailed technical information, refer to the Elastic Security Advisory ESA-2024-25.

Detection Methods for CVE-2024-43709

Indicators of Compromise

  • Unexpected Elasticsearch node crashes with OutOfMemoryError in logs
  • Abnormal memory consumption patterns on Elasticsearch nodes
  • Unusual SQL query patterns in Elasticsearch access logs, particularly involving complex or nested SQL functions
  • Multiple node failures in a cluster within a short timeframe

Detection Strategies

  • Monitor Elasticsearch logs for java.lang.OutOfMemoryError exceptions
  • Implement alerting on sudden JVM heap usage spikes approaching maximum capacity
  • Analyze SQL query logs for anomalous or excessively complex function calls
  • Deploy network-level monitoring to detect unusual query patterns to the /_sql endpoint

Monitoring Recommendations

  • Enable JVM heap monitoring with alerts at 80% and 90% thresholds
  • Configure Elasticsearch slow log to capture potentially malicious long-running queries
  • Implement rate limiting on SQL endpoints at the network or application layer
  • Use SentinelOne Singularity to monitor for process crashes and abnormal resource consumption patterns

How to Mitigate CVE-2024-43709

Immediate Actions Required

  • Upgrade Elasticsearch to version 7.17.21 or later for the 7.x branch
  • Upgrade Elasticsearch to version 8.13.3 or later for the 8.x branch
  • Restrict network access to Elasticsearch SQL endpoints to trusted sources only
  • Implement authentication and authorization controls on all Elasticsearch endpoints

Patch Information

Elastic has released security patches addressing this vulnerability in Elasticsearch versions 7.17.21 and 8.13.3. The fix implements proper resource allocation limits for SQL function processing to prevent memory exhaustion attacks. Detailed patch information is available in the Elasticsearch Security Update ESA-2024-25. Additional advisory information is available from NetApp Security Advisory NTAP-20250221-0007.

Workarounds

  • Disable or restrict access to the SQL query endpoint (/_sql) if not required for operations
  • Implement network-level firewall rules to limit SQL endpoint access to authorized IP addresses
  • Configure reverse proxy or WAF rules to filter potentially malicious SQL query patterns
  • Increase JVM heap allocation as a temporary measure to provide additional buffer against exploitation
bash
# Example: Restrict SQL endpoint access via Elasticsearch security settings
# Add to elasticsearch.yml to require authentication for SQL queries

xpack.security.enabled: true
xpack.security.authc.api_key.enabled: true

# Network restriction example using firewall (iptables)
# Restrict SQL endpoint access to specific IP ranges
iptables -A INPUT -p tcp --dport 9200 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 9200 -j DROP

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechElastic Elasticsearch

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.52%

  • 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-770
  • Technical References
  • NetApp Security Advisory NTAP-20250221-0007
  • Vendor Resources
  • Elastic Discuss Security Update
  • Related CVEs
  • CVE-2024-37280: Elastic Elasticsearch DOS Vulnerability

  • CVE-2023-46673: Elastic Elasticsearch DOS Vulnerability

  • CVE-2024-23444: Elasticsearch Information Disclosure Flaw

  • CVE-2023-46674: Elastic Elasticsearch Privilege Escalation
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