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

CVE-2024-20921: Oracle GraalVM Privilege Escalation Flaw

CVE-2024-20921 is a privilege escalation vulnerability in Oracle GraalVM and Java SE that enables unauthorized access to critical data. This article covers the technical details, affected versions, impact, and mitigation.

Updated: May 14, 2026

CVE-2024-20921 Overview

CVE-2024-20921 affects the Hotspot component of Oracle Java SE, Oracle GraalVM for JDK, and Oracle GraalVM Enterprise Edition. The flaw allows an unauthenticated attacker with network access to compromise confidentiality through multiple protocols. Successful exploitation grants unauthorized access to critical data across all accessible Java SE and GraalVM instances.

The vulnerability is mapped to [CWE-276] Incorrect Default Permissions. It applies to server deployments processing untrusted data via APIs and to sandboxed Java Web Start applications and Java applets that execute untrusted code. Oracle addressed the issue in its January 2024 Critical Patch Update.

Critical Impact

Remote unauthenticated attackers can extract confidential data from Java workloads exposed via APIs or web services, with no user interaction required.

Affected Products

  • Oracle Java SE: 8u391, 8u391-perf, 11.0.21, 17.0.9, 21.0.1
  • Oracle GraalVM for JDK: 17.0.9, 21.0.1
  • Oracle GraalVM Enterprise Edition: 20.3.12, 21.3.8, 22.3.4

Discovery Timeline

  • 2024-02-17 - CVE-2024-20921 published to NVD
  • 2024-01 - Oracle releases fix in the Oracle Critical Patch Update Advisory - January 2024
  • 2025-11-04 - Last updated in NVD database

Technical Details for CVE-2024-20921

Vulnerability Analysis

The vulnerability resides in the Hotspot virtual machine, the runtime engine responsible for bytecode execution, just-in-time (JIT) compilation, and memory management within Oracle Java SE and GraalVM distributions. The flaw permits an unauthenticated network attacker to access confidential data processed by the Java runtime.

Exploitation difficulty is high, requiring specific conditions to be met. The attack impacts confidentiality only, with no integrity or availability consequences. The EPSS score sits at 0.22%, indicating a low observed probability of exploitation in the wild.

The vulnerability is mapped to [CWE-276] Incorrect Default Permissions. The Hotspot component fails to enforce appropriate access boundaries on certain data structures, exposing sensitive runtime information when invoked through specific code paths.

Root Cause

The root cause is improper default permissions within the Hotspot runtime, allowing access to data that should remain isolated. Java's sandbox model relies on Hotspot to enforce class loading and memory access restrictions. When defaults are too permissive, untrusted code or crafted inputs can bypass these controls and read protected memory regions.

Attack Vector

The vulnerability is exploitable through multiple network protocols. Two scenarios apply:

  • Server-side exploitation: Attackers supply malicious data to APIs exposed by Java services, for example through a web service that forwards input to the vulnerable Hotspot code paths.
  • Client-side exploitation: Sandboxed Java Web Start applications or Java applets load untrusted code from the internet and rely on the Java sandbox for security boundaries.

No authentication or user interaction is required. The vulnerability does not permit code execution or data modification, limiting impact to disclosure of confidential information.

No public proof-of-concept code has been published, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog.

Detection Methods for CVE-2024-20921

Indicators of Compromise

  • Java processes (java.exe, java) running vulnerable versions identified through java -version output matching the affected releases.
  • Anomalous outbound traffic from Java application servers to unrecognized destinations following deserialization or API request bursts.
  • Unexpected access to JVM memory regions by Java Web Start (javaws) or applet processes loading remote JAR files.

Detection Strategies

  • Inventory all hosts running affected JDK, JRE, and GraalVM versions using software asset management or endpoint telemetry queries.
  • Monitor Java web services for unusual API call patterns, particularly endpoints accepting serialized objects or complex inputs forwarded to JVM internals.
  • Inspect application logs for repeated requests targeting the same API endpoint without successful authentication, indicating reconnaissance against exposed services.

Monitoring Recommendations

  • Enable verbose JVM logging on production Java workloads to capture unexpected class loading or reflection activity.
  • Correlate network traffic to Java service ports with process telemetry to identify exploitation attempts originating from external sources.
  • Track Java Web Start and applet executions on user endpoints, prioritizing systems that still allow browser-launched Java content.

How to Mitigate CVE-2024-20921

Immediate Actions Required

  • Apply the Oracle January 2024 Critical Patch Update to all affected Java SE, GraalVM for JDK, and GraalVM Enterprise Edition installations.
  • Upgrade Oracle Java SE to a release later than 8u391, 11.0.21, 17.0.9, or 21.0.1 as published in the patch advisory.
  • Disable Java Web Start and applet support on endpoints that do not require legacy Java browser content.
  • Restrict network access to Java application APIs through firewall rules and Web Application Firewall (WAF) policies.

Patch Information

Oracle published fixes in the Oracle Critical Patch Update Advisory - January 2024. NetApp products bundling affected Java versions are tracked in the NetApp Advisory NTAP-20240201-0002 and NetApp Advisory NTAP-20241108-0002. Administrators should upgrade to the patched releases identified in those advisories.

Workarounds

  • Limit exposure of Java-based web services to trusted networks only, blocking direct internet access where possible.
  • Run Java workloads under least-privilege service accounts to reduce the scope of data accessible if exploitation occurs.
  • Remove Java Web Start runtimes from systems where they are no longer required, eliminating the client-side attack surface entirely.
bash
# Verify installed Java version on Linux/macOS hosts
java -version 2>&1 | grep -E "1\.8\.0_391|11\.0\.21|17\.0\.9|21\.0\.1"

# Windows PowerShell inventory query
Get-WmiObject -Class Win32_Product | Where-Object {$_.Name -like "*Java*" -or $_.Name -like "*GraalVM*"} | Select-Object Name, Version

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechOracle Graalvm

  • SeverityMEDIUM

  • CVSS Score5.9

  • EPSS Probability0.22%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-276
  • Technical References
  • NetApp Advisory NTAP-20240201-0002

  • NetApp Advisory NTAP-20241108-0002
  • Vendor Resources
  • Oracle Security Alert January 2024
  • Related CVEs
  • CVE-2025-53057: Oracle GraalVM Privilege Escalation Flaw

  • CVE-2024-20932: Oracle GraalVM Privilege Escalation Flaw

  • CVE-2023-21930: Oracle GraalVM Privilege Escalation Flaw

  • CVE-2024-20945: Oracle GraalVM Auth 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