A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-20903

CVE-2024-20903: Oracle Database Privilege Escalation

CVE-2024-20903 is a privilege escalation vulnerability in Oracle Database Server's Java VM component affecting versions 19.3-19.21 and 21.3-21.12. This article covers the technical details, affected versions, and mitigation strategies.

Updated: May 15, 2026

CVE-2024-20903 Overview

CVE-2024-20903 is a vulnerability in the Java VM component of Oracle Database Server. The flaw affects supported versions 19.3-19.21 and 21.3-21.12. A low-privileged attacker holding Create Session and Create Procedure privileges can exploit the issue through Oracle Net network access. Successful exploitation enables unauthorized creation, deletion, or modification of critical data accessible by the Java VM. The vulnerability impacts integrity only, with no direct confidentiality or availability consequences. Oracle disclosed the issue in the January 2024 Critical Patch Update.

Critical Impact

Authenticated remote attackers with minimal privileges can tamper with critical data managed by the Oracle Database Java VM, undermining database integrity guarantees.

Affected Products

  • Oracle Database Server versions 19.3 through 19.21
  • Oracle Database Server versions 21.3 through 21.12
  • Deployments exposing Oracle Net to networks where low-privileged database accounts exist

Discovery Timeline

  • 2024-02-17 - CVE-2024-20903 published to the National Vulnerability Database (NVD)
  • 2024-11-27 - Last updated in NVD database

Technical Details for CVE-2024-20903

Vulnerability Analysis

The vulnerability resides in the Java VM component embedded in Oracle Database Server. Oracle's Java VM executes PL/SQL-callable Java stored procedures inside the database engine. An authenticated user with Create Session and Create Procedure privileges can interact with this component over Oracle Net.

Exploitation does not require elevated roles such as DBA or JAVA_ADMIN. The attacker abuses standard procedure-creation pathways to reach Java VM code paths that fail to enforce expected integrity controls. Successful exploitation grants the attacker the ability to create, delete, or modify data the Java VM can reach within the database.

The attack does not impact confidentiality or availability. Integrity is the sole affected security property, which still poses risk to financial records, audit logs, and reference data stored in tables accessible by the Java VM context.

EPSS data lists exploit probability at 0.19%, and no public proof-of-concept or in-the-wild exploitation is currently tracked.

Root Cause

Oracle has not published a detailed technical write-up. The CWE is recorded as NVD-CWE-noinfo. Based on the advisory, the root cause involves insufficient privilege enforcement within Java VM code paths reachable by users holding routine procedure-creation privileges. The vulnerability allows operations that should be reserved for higher-privileged accounts.

Attack Vector

The attack vector is network-based over Oracle Net. The attacker must authenticate to the database with an account that has Create Session and Create Procedure privileges. From this position, the attacker invokes Java VM functionality to perform unauthorized writes against Java VM-accessible data. No user interaction is required, and the attack complexity is low.

Because the required privileges are commonly granted to application accounts and developers, the realistic attack surface is broad in environments that allow direct procedure creation by non-administrative users.

Detection Methods for CVE-2024-20903

Indicators of Compromise

  • Unexpected CREATE PROCEDURE or CREATE JAVA statements issued by low-privileged accounts
  • Modifications to critical tables performed via Java stored procedures rather than the application's normal data path
  • Audit records showing Java VM execution chains originating from non-administrative sessions

Detection Strategies

  • Enable Oracle Unified Auditing on CREATE PROCEDURE, CREATE JAVA, and EXECUTE actions against Java VM objects
  • Compare installed database patch levels against the January 2024 Critical Patch Update inventory to flag exposed instances
  • Correlate session activity from accounts with Create Procedure privilege against subsequent DML on sensitive tables

Monitoring Recommendations

  • Forward Oracle audit trails to a centralized analytics platform for behavioral baselining of procedure creation activity
  • Alert on anomalous DDL volume from application or developer accounts during off-hours
  • Track changes to DBA_JAVA_POLICY and Java permission grants for unauthorized modifications

How to Mitigate CVE-2024-20903

Immediate Actions Required

  • Apply the January 2024 Oracle Critical Patch Update to all affected Oracle Database Server 19c and 21c instances
  • Inventory database accounts holding Create Session and Create Procedure privileges and revoke where not required
  • Restrict Oracle Net connectivity to trusted application tiers using firewalls and Oracle Connection Manager

Patch Information

Oracle addressed CVE-2024-20903 in the January 2024 Critical Patch Update. Patches are available for Oracle Database Server 19c versions through 19.21 and 21c versions through 21.12. Refer to the Oracle Security Alert January 2024 advisory for download instructions and version-specific guidance.

Workarounds

  • Revoke Create Procedure from accounts that do not need it as part of their application function
  • Restrict Java VM permissions using DBMS_JAVA.GRANT_PERMISSION and tighten policy entries in DBA_JAVA_POLICY
  • Enforce network access controls so only application servers can reach the Oracle Net listener
bash
# Configuration example: revoke unnecessary privileges and audit Java VM usage
REVOKE CREATE PROCEDURE FROM app_readonly_user;

AUDIT CREATE PROCEDURE BY app_user BY ACCESS;
AUDIT CREATE ANY JAVA, CREATE JAVA BY ACCESS;

-- Confirm patch level after applying January 2024 CPU
SELECT PATCH_ID, ACTION, STATUS, ACTION_TIME
  FROM DBA_REGISTRY_SQLPATCH
 ORDER BY ACTION_TIME DESC;

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 Database

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.19%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • NVD-CWE-noinfo
  • Vendor Resources
  • Oracle Security Alert January 2024
  • Related CVEs
  • CVE-2025-30751: Oracle Database Privilege Escalation Flaw

  • CVE-2025-50066: Oracle Database Privilege Escalation Flaw

  • CVE-2024-21184: Oracle Database Privilege Escalation

  • CVE-2023-22052: Oracle Database Server Privilege Escalation
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