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

CVE-2024-21174: Oracle Database Server Java VM DoS Flaw

CVE-2024-21174 is a denial of service vulnerability in Oracle Database Server's Java VM component affecting versions 19.3-19.23, 21.3-21.14, and 23.4. This article covers technical details, affected versions, and mitigation steps.

Updated: January 22, 2026

CVE-2024-21174 Overview

CVE-2024-21174 is a vulnerability in the Java VM component of Oracle Database Server. This security flaw affects multiple supported versions of Oracle Database Server including versions 19.3-19.23, 21.3-21.14, and 23.4. The vulnerability is classified as a Resource Exhaustion (CWE-770) issue that can lead to denial of service conditions.

Critical Impact

Successful exploitation allows a low privileged attacker with Create Session and Create Procedure privileges to cause a partial denial of service (partial DOS) of the Java VM component in Oracle Database Server.

Affected Products

  • Oracle Database Server versions 19.3-19.23
  • Oracle Database Server versions 21.3-21.14
  • Oracle Database Server version 23.4

Discovery Timeline

  • 2024-07-16 - CVE-2024-21174 published to NVD
  • 2025-06-18 - Last updated in NVD database

Technical Details for CVE-2024-21174

Vulnerability Analysis

This vulnerability resides in the Java VM component of Oracle Database Server, which provides Java support within the database environment. The flaw is categorized under CWE-770 (Allocation of Resources Without Limits or Throttling), indicating that the Java VM component fails to properly manage resource allocation, potentially allowing attackers to exhaust system resources.

The attack requires an authenticated user with specific privileges (Create Session and Create Procedure) to interact with the Java VM component over Oracle Net protocol. While the complexity of exploitation is high, successful attacks result in availability impacts to the Java VM component, causing partial service disruption.

Root Cause

The root cause of CVE-2024-21174 is improper resource allocation handling within the Java VM component. The vulnerability falls under CWE-770, which describes scenarios where software allocates a reusable resource or group of resources without imposing limits on how much can be allocated, allowing resource exhaustion attacks. In this case, the Java VM component does not adequately limit or throttle resource consumption, enabling an attacker to trigger conditions that degrade service availability.

Attack Vector

The attack vector for this vulnerability involves network access via Oracle Net protocol. An attacker must possess low-level privileges specifically requiring Create Session and Create Procedure permissions within the Oracle Database environment. The attack complexity is high, meaning specific conditions must be met for successful exploitation.

The attacker leverages their authenticated session to interact with the Java VM component in a manner that causes resource exhaustion. While the vulnerability does not impact confidentiality or integrity, it can disrupt the availability of the Java VM subsystem within the database.

Since no verified code examples are available for this vulnerability, the specific exploitation technique involves crafting requests or procedures that consume Java VM resources without proper cleanup or throttling, eventually leading to service degradation.

Detection Methods for CVE-2024-21174

Indicators of Compromise

  • Unusual resource consumption patterns in the Oracle Database Server Java VM component
  • Database sessions with Create Session and Create Procedure privileges exhibiting abnormal activity
  • Intermittent availability issues specifically affecting Java-based stored procedures or functions
  • Elevated memory or CPU usage associated with Java VM processes within the database

Detection Strategies

  • Monitor Oracle Database audit logs for suspicious activity from users with Create Procedure privileges
  • Implement resource monitoring for the Java VM component to detect consumption anomalies
  • Configure alerts for partial denial of service conditions affecting Java-based database operations
  • Review authentication logs for unusual session patterns targeting Java VM functionality

Monitoring Recommendations

  • Enable Oracle Database auditing for Java VM related operations and stored procedure creation
  • Deploy network monitoring on Oracle Net traffic to identify potential exploitation attempts
  • Establish baseline resource utilization metrics for the Java VM component to detect deviations
  • Implement SentinelOne Singularity Platform for real-time endpoint detection and response on database servers

How to Mitigate CVE-2024-21174

Immediate Actions Required

  • Apply the security patches from the Oracle Critical Patch Update (CPU) July 2024
  • Review and restrict Create Procedure privileges to only essential users and service accounts
  • Implement network segmentation to limit Oracle Net access to trusted systems
  • Monitor affected Oracle Database Server instances for signs of exploitation

Patch Information

Oracle has addressed this vulnerability in the July 2024 Critical Patch Update. Administrators should apply the relevant security patches for their affected Oracle Database Server versions (19.3-19.23, 21.3-21.14, or 23.4). Detailed patch information and download instructions are available in the Oracle Security Alert July 2024.

Workarounds

  • Restrict the Create Procedure privilege to only trusted database users who require it for legitimate purposes
  • Implement Oracle Database Vault to further control privileged access to the Java VM component
  • Configure resource limits on the Java VM component where possible to mitigate potential exhaustion
  • Consider disabling the Java VM component if it is not required for business operations
bash
# Review users with Create Procedure privilege
# Run as DBA to identify potentially affected accounts
SELECT grantee, privilege FROM dba_sys_privs 
WHERE privilege IN ('CREATE SESSION', 'CREATE PROCEDURE');

# Consider revoking unnecessary privileges
# REVOKE CREATE PROCEDURE FROM <username>;

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechOracle Database

  • SeverityLOW

  • CVSS Score3.1

  • EPSS Probability0.23%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-770
  • Vendor Resources
  • Oracle Security Alert July 2024
  • Related CVEs
  • CVE-2026-21975: Oracle Database Java VM DoS Vulnerability

  • CVE-2024-21126: Oracle Database Server DOS Vulnerability

  • CVE-2022-21432: Oracle Database RDBMS DOS Vulnerability

  • CVE-2022-21393: Oracle Database Server Java VM DOS Flaw
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