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

CVE-2024-21144: Oracle JDK Concurrency DoS Vulnerability

CVE-2024-21144 is a partial denial of service vulnerability in Oracle Java SE and GraalVM Enterprise Edition's Concurrency component. Attackers can exploit this flaw in sandboxed Java environments. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: January 28, 2026

CVE-2024-21144 Overview

CVE-2024-21144 is a denial of service vulnerability in the Concurrency component of Oracle Java SE and Oracle GraalVM Enterprise Edition. The vulnerability allows an unauthenticated attacker with network access to cause a partial denial of service condition in affected Java deployments. This vulnerability primarily impacts client-side Java deployments that execute untrusted code, such as sandboxed Java Web Start applications or Java applets that load code from the internet.

Critical Impact

Unauthenticated attackers can exploit this concurrency flaw via network protocols to disrupt availability of Java-based applications running untrusted code.

Affected Products

  • Oracle JDK 1.8.0 Update 411, 11.0.23
  • Oracle JRE 1.8.0 Update 411, 11.0.23
  • Oracle GraalVM Enterprise Edition 20.3.14 and 21.3.10
  • NetApp OnCommand Workflow Automation

Discovery Timeline

  • July 16, 2024 - CVE-2024-21144 published to NVD
  • December 16, 2024 - Last updated in NVD database

Technical Details for CVE-2024-21144

Vulnerability Analysis

This vulnerability resides in the Concurrency component of Oracle Java SE and Oracle GraalVM Enterprise Edition. The flaw enables remote attackers to trigger a partial denial of service condition without requiring authentication or user interaction. The attack complexity is high, meaning successful exploitation requires specific conditions or circumstances to be met.

The vulnerability specifically impacts Java deployments that rely on the Java sandbox for security when executing untrusted code from external sources. Server-side Java deployments that only execute trusted, administrator-installed code are not affected by this vulnerability. This distinction is critical for organizations assessing their exposure, as the attack surface is primarily limited to client-side Java applications processing untrusted content.

Root Cause

The root cause of CVE-2024-21144 lies in improper handling within the Concurrency component of Oracle Java SE. While Oracle has not disclosed specific technical details about the underlying flaw, the vulnerability classification indicates an issue in how concurrent operations are managed that can be triggered by specially crafted untrusted code executing within the Java sandbox environment.

Attack Vector

The attack vector for CVE-2024-21144 is network-based, allowing remote exploitation through multiple protocols. An attacker can exploit this vulnerability by delivering malicious code to a Java client application that processes untrusted content. The attack requires no authentication and no user interaction beyond running the vulnerable application with untrusted code.

The exploitation scenario typically involves:

  1. An attacker crafting malicious Java code targeting the concurrency flaw
  2. Delivery of this code to a victim's Java client application (e.g., via a malicious web page hosting a Java applet)
  3. The victim's Java runtime executing the untrusted code within the sandbox
  4. The malicious code triggering the concurrency issue, resulting in partial service disruption

Due to the high attack complexity and the declining use of Java applets and Web Start applications in modern environments, practical exploitation opportunities are limited. No public exploit code is currently available for this vulnerability.

Detection Methods for CVE-2024-21144

Indicators of Compromise

  • Unusual Java process resource consumption or performance degradation
  • Java application crashes or hangs related to concurrency operations
  • Unexpected network connections from Java client applications to untrusted sources
  • Log entries indicating sandbox violations or concurrency-related exceptions

Detection Strategies

  • Monitor Java application logs for concurrency-related errors or exceptions
  • Deploy application performance monitoring to detect partial denial of service conditions
  • Implement network-based detection for Java Web Start or applet traffic patterns
  • Use SentinelOne's behavioral AI to identify anomalous Java process behavior indicative of exploitation attempts

Monitoring Recommendations

  • Audit Java Runtime Environment versions across all endpoints to identify vulnerable installations
  • Enable verbose logging for Java applications processing untrusted content
  • Monitor for Java processes exhibiting unexpected resource utilization patterns
  • Track network connections from Java applications to identify potential attack delivery vectors

How to Mitigate CVE-2024-21144

Immediate Actions Required

  • Update Oracle Java SE to versions newer than 8u411 and 11.0.23
  • Update Oracle GraalVM Enterprise Edition to versions newer than 20.3.14 and 21.3.10
  • Disable Java applets and Java Web Start applications where not required
  • Restrict Java applications from loading untrusted code from the internet

Patch Information

Oracle has addressed this vulnerability in the July 2024 Critical Patch Update. Organizations should review the Oracle Security Alert for July 2024 for detailed patch information and download locations.

For NetApp OnCommand Workflow Automation deployments, refer to the NetApp Security Advisory NTAP-20240719-0007 for specific remediation guidance.

Workarounds

  • Configure Java security policies to prevent execution of untrusted applets and Web Start applications
  • Implement network-level controls to block Java Web Start and applet content from untrusted sources
  • Consider disabling legacy Java plugin support in web browsers if not required for business operations
  • Deploy application whitelisting to prevent unauthorized Java code execution
bash
# Disable Java plugin in browser deployments
# Add to deployment.properties file
deployment.webjava.enabled=FALSE

# Restrict Java security policy for untrusted code
# Add to java.security configuration
deployment.security.level=VERY_HIGH

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechOracle Jdk

  • SeverityLOW

  • CVSS Score3.7

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • NVD-CWE-noinfo
  • Vendor Resources
  • NetApp Security Advisory

  • Oracle Security Alert
  • Related CVEs
  • CVE-2021-2432: Oracle JDK JNDI Component DOS Vulnerability

  • CVE-2020-2830: Oracle JDK Concurrency DoS Vulnerability

  • CVE-2020-2781: Oracle JDK JSSE Component DoS Vulnerability

  • CVE-2020-2654: Oracle JDK Libraries DoS Vulnerability
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