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

CVE-2024-21217: Oracle GraalVM DOS Vulnerability

CVE-2024-21217 is a denial of service vulnerability in Oracle GraalVM and Java SE that enables partial DOS attacks via network protocols. This article covers technical details, affected versions, impact, and mitigation.

Published: January 28, 2026

CVE-2024-21217 Overview

CVE-2024-21217 is an insecure deserialization vulnerability affecting the Serialization component of Oracle Java SE, Oracle GraalVM for JDK, and Oracle GraalVM Enterprise Edition. This flaw allows an unauthenticated attacker with network access to cause a partial denial of service condition in affected Java environments.

The vulnerability can be exploited through APIs in the Serialization component, including via web services that supply data to these APIs. It also affects Java deployments that run sandboxed Java Web Start applications or sandboxed Java applets loading untrusted code from the internet.

Critical Impact

Unauthenticated attackers can remotely trigger partial denial of service in Java applications utilizing the Serialization component, potentially disrupting availability of critical business services.

Affected Products

  • Oracle Java SE: 8u421, 8u421-perf, 11.0.24, 17.0.12, 21.0.4, 23
  • Oracle GraalVM for JDK: 17.0.12, 21.0.4, 23
  • Oracle GraalVM Enterprise Edition: 20.3.15, 21.3.11

Discovery Timeline

  • October 15, 2024 - CVE-2024-21217 published to NVD
  • November 3, 2025 - Last updated in NVD database

Technical Details for CVE-2024-21217

Vulnerability Analysis

This vulnerability resides in the Serialization component of Oracle's Java implementations. The flaw enables attackers to exploit deserialization handling mechanisms to cause resource exhaustion or processing delays, resulting in partial denial of service conditions. While the attack requires specific conditions to be met—making exploitation difficult—the network-accessible nature of the vulnerability and lack of authentication requirements expand the potential attack surface.

The vulnerability affects both server-side Java applications that process serialized data from network sources and client-side Java deployments running in sandboxed environments. Applications that accept serialized Java objects from untrusted sources, such as web services, RMI endpoints, or JMX interfaces, are particularly at risk.

Root Cause

The root cause stems from improper handling within Java's Serialization component (CWE-502: Deserialization of Untrusted Data). When processing specially crafted serialized data, the affected versions fail to adequately control resource consumption, allowing attackers to induce partial service degradation. The serialization framework does not properly validate or limit certain operations during the deserialization process, enabling abuse through malicious payloads.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by sending maliciously crafted serialized data to a vulnerable Java application through any exposed interface that processes serialized objects. This includes:

  • Web services accepting serialized Java objects
  • RMI (Remote Method Invocation) endpoints
  • JMX (Java Management Extensions) interfaces
  • Custom applications using ObjectInputStream to deserialize network data
  • Sandboxed Java applets or Web Start applications that load untrusted code

The vulnerability is described as "difficult to exploit," indicating that specific conditions must be present, though successful exploitation does not require specialized access or privileges.

Detection Methods for CVE-2024-21217

Indicators of Compromise

  • Unusual CPU or memory consumption spikes in Java processes without corresponding legitimate load increases
  • Increased frequency of deserialization-related exceptions or errors in application logs
  • Network traffic patterns showing repeated or unusual serialized object transmissions to Java endpoints
  • Application performance degradation or partial unavailability correlated with external network requests

Detection Strategies

  • Monitor Java application performance metrics for anomalous resource consumption patterns during deserialization operations
  • Implement logging and alerting on ObjectInputStream usage and deserialization failures
  • Deploy network intrusion detection rules to identify suspicious serialized Java object payloads
  • Use application performance monitoring (APM) tools to track latency increases in services handling serialized data

Monitoring Recommendations

  • Enable verbose logging for serialization-related activities in production Java applications
  • Configure alerts for sustained increases in JVM heap usage or garbage collection frequency
  • Monitor network interfaces for unusual traffic patterns targeting RMI, JMX, or custom serialization endpoints
  • Implement SentinelOne Singularity Platform for real-time behavioral analysis and threat detection across Java workloads

How to Mitigate CVE-2024-21217

Immediate Actions Required

  • Update all Oracle Java SE installations to versions released after the October 2024 Critical Patch Update
  • Upgrade Oracle GraalVM for JDK and Oracle GraalVM Enterprise Edition to patched versions
  • Audit applications for exposure of serialization interfaces to untrusted networks
  • Consider implementing serialization filters using ObjectInputFilter to restrict deserializable classes

Patch Information

Oracle has released security patches addressing this vulnerability as part of the Oracle Security Alert - October 2024. Additionally, Linux distributions have issued corresponding updates—see the Debian LTS Announcement - October 2024 #18 and Debian LTS Announcement - October 2024 #20 for Debian-based systems.

Organizations should prioritize applying the official vendor patches to all affected Java installations, including development, testing, and production environments.

Workarounds

  • Implement ObjectInputFilter to create allowlists of permitted classes for deserialization
  • Restrict network access to RMI, JMX, and other serialization-dependent interfaces using firewall rules
  • Disable Java Web Start and browser-based applet functionality where not required
  • Deploy web application firewalls (WAF) with rules to inspect and filter serialized Java object payloads
bash
# Example: Configure JVM serialization filter to restrict deserializable classes
# Add to JVM startup options or java.security properties file
java -Djdk.serialFilter="!*" -jar your-application.jar

# Or configure in java.security file:
# jdk.serialFilter=maxdepth=5;maxrefs=500;maxbytes=500000;!org.apache.commons.collections.**

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechOracle Graalvm

  • SeverityLOW

  • CVSS Score3.7

  • EPSS Probability0.10%

  • 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

  • CWE-502
  • Technical References
  • Debian LTS Announcement - October 2024 #18

  • Debian LTS Announcement - October 2024 #20
  • Vendor Resources
  • Oracle Security Alert - October 2024
  • Related CVEs
  • CVE-2024-21208: Oracle GraalVM DOS Vulnerability

  • CVE-2024-21011: Oracle GraalVM Hotspot DOS Vulnerability

  • CVE-2024-21098: Oracle GraalVM Denial of Service Flaw

  • CVE-2023-21967: Oracle GraalVM 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