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

CVE-2024-9823: Eclipse Jetty DoS Filter DoS Vulnerability

CVE-2024-9823 is a denial-of-service flaw in Eclipse Jetty's DosFilter that allows attackers to exhaust server memory through crafted requests. This article covers technical details, affected versions, and mitigation.

Published: March 11, 2026

CVE-2024-9823 Overview

A security vulnerability exists in Eclipse Jetty's DosFilter component that can be exploited by unauthorized users to cause a remote denial-of-service (DoS) attack on servers utilizing the DosFilter functionality. By repeatedly sending crafted requests, attackers can trigger OutOfMemory errors and exhaust the server's memory, ultimately causing service disruption.

Critical Impact

Remote attackers can exploit this vulnerability to exhaust server memory through repeated crafted requests, causing complete service unavailability without requiring authentication.

Affected Products

  • Eclipse Jetty (multiple versions)
  • NetApp Bootstrap OS
  • NetApp HCI Compute Node
  • NetApp Active IQ Unified Manager (Linux, VMware vSphere, Windows)

Discovery Timeline

  • 2024-10-14 - CVE-2024-9823 published to NVD
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2024-9823

Vulnerability Analysis

This vulnerability affects the DosFilter (Denial of Service Filter) component within Eclipse Jetty, which is ironically designed to protect against DoS attacks. The flaw falls under CWE-400 (Uncontrolled Resource Consumption), indicating that the filter fails to properly limit resource consumption when processing incoming requests. When exploited, the DosFilter component consumes excessive memory resources, ultimately leading to OutOfMemoryError conditions that can crash the Java Virtual Machine or render the application unresponsive.

Root Cause

The root cause of this vulnerability lies in improper resource management within the DosFilter implementation. When processing crafted requests, the filter fails to adequately constrain memory allocation, allowing attackers to force the server into allocating memory without proper bounds checking or cleanup. This uncontrolled resource consumption continues until the JVM's heap is exhausted, triggering an OutOfMemory condition that impacts the entire application.

Attack Vector

The attack leverages the network attack vector, requiring no authentication or user interaction. An attacker can exploit this vulnerability remotely by sending specially crafted HTTP requests to a Jetty server configured with DosFilter enabled. The attack is low complexity—repeated requests systematically exhaust server memory resources. Since the DosFilter is a commonly used component for rate limiting and DoS protection, servers using this feature are particularly vulnerable. The irony of a DoS protection filter being vulnerable to DoS attacks makes this a significant concern for affected deployments.

The vulnerability affects application availability while confidentiality and integrity remain unaffected. Attackers can effectively take down services without gaining access to sensitive data or modifying system state.

Detection Methods for CVE-2024-9823

Indicators of Compromise

  • Unusual memory consumption patterns on Jetty servers, particularly rapid heap growth
  • Frequent java.lang.OutOfMemoryError exceptions in application logs
  • High volume of HTTP requests from single or multiple source IPs targeting DosFilter-protected endpoints
  • JVM garbage collection overhead spikes preceding service crashes

Detection Strategies

  • Monitor JVM heap usage metrics for anomalous growth patterns that could indicate memory exhaustion attacks
  • Implement network-level rate limiting upstream of Jetty to detect and block high-volume request patterns
  • Configure alerting on OutOfMemoryError occurrences in application and server logs
  • Deploy application performance monitoring (APM) tools to track DosFilter resource consumption

Monitoring Recommendations

  • Enable JMX monitoring for Jetty memory pools and garbage collection metrics
  • Implement centralized log aggregation to correlate memory errors with incoming request patterns
  • Set threshold-based alerts for heap utilization exceeding normal operational baselines
  • Monitor connection counts and request rates at the load balancer or reverse proxy level

How to Mitigate CVE-2024-9823

Immediate Actions Required

  • Review the GitHub Security Advisory for detailed patch information and affected version ranges
  • Upgrade Eclipse Jetty to a patched version as specified in vendor advisories
  • Implement upstream rate limiting through load balancers or WAF to reduce attack surface
  • Monitor server memory utilization closely until patches can be applied

Patch Information

Eclipse has addressed this vulnerability in updated versions of Jetty. Organizations should consult the GitHub Security Advisory for specific version information and upgrade paths. NetApp customers should refer to the NetApp Security Advisory for guidance on affected products including Active IQ Unified Manager. Debian users can find package updates detailed in the Debian LTS Announcement.

Workarounds

  • Consider temporarily disabling DosFilter if alternative DoS protection mechanisms are available (e.g., WAF, CDN-based protection)
  • Implement JVM memory limits with appropriate heap size configurations to prevent complete system crashes
  • Deploy external rate limiting at the network perimeter using load balancers or reverse proxies
  • Configure connection limits in Jetty to reduce the attack surface for memory exhaustion
bash
# Example JVM memory configuration to limit impact
# Adjust values based on your server capacity
export JAVA_OPTS="-Xmx2g -Xms1g -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/var/log/jetty/"

# Example nginx upstream rate limiting (if using nginx as reverse proxy)
# Add to nginx.conf in http block
# limit_req_zone $binary_remote_addr zone=jetty_limit:10m rate=10r/s;
# 
# In location block:
# limit_req zone=jetty_limit burst=20 nodelay;

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechEclipse Jetty

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.59%

  • 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
  • Technical References
  • GitHub Jetty Issue

  • Debian LTS Announcement

  • NetApp Security Advisory
  • Vendor Resources
  • GitHub Security Advisory

  • GitLab CVE Assignment Issue
  • Related CVEs
  • CVE-2026-1605: Eclipse Jetty GzipHandler DOS Vulnerability

  • CVE-2025-5115: Eclipse Jetty HTTP/2 DoS Vulnerability

  • CVE-2024-8184: Eclipse Jetty DOS Vulnerability

  • CVE-2021-28165: Eclipse Jetty DOS Vulnerability
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