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-2026-21945

CVE-2026-21945: Oracle Java SE DoS Vulnerability

CVE-2026-21945 is a denial of service vulnerability in Oracle Java SE, Oracle GraalVM for JDK, and Oracle GraalVM Enterprise Edition that allows attackers to crash Java deployments. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: January 23, 2026

CVE-2026-21945 Overview

CVE-2026-21945 is a Denial of Service (DoS) vulnerability affecting the Security component of Oracle Java SE, Oracle GraalVM for JDK, and Oracle GraalVM Enterprise Edition. This vulnerability allows an unauthenticated attacker with network access to cause a complete denial of service condition, resulting in a hang or frequently repeatable crash of the affected products.

The vulnerability is classified under CWE-400 (Uncontrolled Resource Consumption), indicating that the flaw enables attackers to exhaust system resources through specially crafted requests. This is particularly concerning for Java deployments running sandboxed applications that process untrusted code from external sources.

Critical Impact

Unauthenticated remote attackers can cause complete service unavailability through network-based exploitation, affecting Java applications that rely on sandbox security for processing untrusted code.

Affected Products

  • Oracle Java SE: 8u471, 8u471-b50, 8u471-perf, 11.0.29, 17.0.17, 21.0.9, 25.0.1
  • Oracle GraalVM for JDK: 17.0.17, 21.0.9
  • Oracle GraalVM Enterprise Edition: 21.3.16

Discovery Timeline

  • 2026-01-20 - CVE-2026-21945 published to NVD
  • 2026-01-21 - Last updated in NVD database

Technical Details for CVE-2026-21945

Vulnerability Analysis

This vulnerability resides in the Security component of Oracle's Java platforms and manifests as an uncontrolled resource consumption issue. The flaw is easily exploitable and does not require authentication or user interaction, making it accessible to any attacker with network connectivity to the target system.

The vulnerability specifically impacts Java deployments that execute untrusted code within sandboxed environments, such as Java Web Start applications and Java applets. When exploited, it causes the Java Virtual Machine (JVM) to enter a hung state or experience frequent crashes, resulting in complete unavailability of the affected application.

Importantly, Oracle notes that this vulnerability does not affect server-side Java deployments that exclusively run trusted, administrator-installed code. The risk is concentrated on client-side deployments where the Java sandbox is the primary security boundary for executing potentially malicious code from the internet.

Root Cause

The root cause is attributed to CWE-400: Uncontrolled Resource Consumption within the Security component. This indicates improper handling of resource allocation when processing certain inputs, allowing attackers to trigger excessive consumption of system resources such as memory or CPU cycles, ultimately leading to service disruption.

Attack Vector

The attack can be executed remotely over the network via multiple protocols. An unauthenticated attacker can send specially crafted requests or malicious code to a vulnerable Java application running in a sandboxed environment. The attack requires no privileges or user interaction, and exploitation complexity is low.

The attack targets the Security component's resource management mechanisms. When a vulnerable Java deployment processes malicious input designed to trigger the resource exhaustion condition, the JVM becomes unresponsive or crashes repeatedly, denying service to legitimate users.

Detection Methods for CVE-2026-21945

Indicators of Compromise

  • Unexpected JVM crashes or hangs occurring frequently without apparent cause
  • Abnormal resource consumption patterns (CPU spikes, memory exhaustion) in Java processes
  • Log entries indicating Security component failures or exceptions during untrusted code execution
  • Network traffic patterns showing repeated connections attempting to load Java applets or Web Start applications

Detection Strategies

  • Deploy application performance monitoring to detect anomalous JVM behavior and resource consumption
  • Implement network intrusion detection rules to identify suspicious patterns targeting Java client applications
  • Configure Java logging to capture Security component exceptions and audit untrusted code execution attempts
  • Establish baseline metrics for normal JVM performance to enable detection of resource exhaustion conditions

Monitoring Recommendations

  • Monitor JVM process health metrics including heap usage, garbage collection frequency, and thread states
  • Track network connections to systems running vulnerable Java versions for unusual activity patterns
  • Set up alerting for repeated JVM restarts or crash events that may indicate active exploitation
  • Review Java security logs for failed sandbox operations or resource limit violations

How to Mitigate CVE-2026-21945

Immediate Actions Required

  • Inventory all systems running affected Oracle Java SE, GraalVM for JDK, and GraalVM Enterprise Edition versions
  • Prioritize patching for client-side deployments that execute untrusted code in sandboxed environments
  • Disable Java Web Start and Java applets in web browsers where not strictly required
  • Implement network segmentation to limit exposure of vulnerable Java clients

Patch Information

Oracle has released security updates addressing this vulnerability as part of their January 2026 Critical Patch Update. Organizations should apply the latest patches from Oracle to remediate this vulnerability. The official security advisory is available at the Oracle Security Alert January 2026.

For environments where immediate patching is not feasible, organizations should evaluate the risk based on their deployment model. Server-side deployments running only trusted code are not affected by this vulnerability.

Workarounds

  • Disable execution of untrusted Java code by configuring browser security settings to block Java applets
  • Implement application whitelisting to prevent execution of unauthorized Java applications
  • Configure Java security policies to restrict resource consumption by sandboxed applications
  • Consider migrating from Java Web Start and applet-based deployments to more secure delivery mechanisms

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechOracle Java Se

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.04%

  • 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
  • Oracle Security Alert January 2026
  • Related CVEs
  • CVE-2026-21947: Oracle Java SE JavaFX XSS Vulnerability

  • CVE-2026-21932: Oracle Java SE RCE Vulnerability

  • CVE-2026-21925: Oracle Java SE RMI Privilege Escalation

  • CVE-2025-50059: Oracle JRE Auth Bypass 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