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-2025-21553

CVE-2025-21553: Oracle Java VM Auth Bypass Vulnerability

CVE-2025-21553 is an authentication bypass vulnerability in Oracle Java Virtual Machine that allows low privileged attackers to gain unauthorized access to data. This article covers technical details, affected versions, and mitigations.

Updated: January 22, 2026

CVE-2025-21553 Overview

CVE-2025-21553 is an authorization bypass vulnerability in the Java VM component of Oracle Database Server. This flaw affects Oracle Database Server versions 19.3-19.25, 21.3-21.16, and 23.4-23.6. A low-privileged attacker with Create Session and Create Procedure privileges can exploit this vulnerability via network access through Oracle Net to compromise the Java VM component.

Critical Impact

Successful exploitation allows unauthorized update, insert, or delete access to some Java VM accessible data, as well as unauthorized read access to a subset of Java VM accessible data, potentially compromising data integrity and confidentiality within the database environment.

Affected Products

  • Oracle Database Server versions 19.3-19.25
  • Oracle Database Server versions 21.3-21.16
  • Oracle Database Server versions 23.4-23.6

Discovery Timeline

  • 2025-01-21 - CVE-2025-21553 published to NVD
  • 2025-06-23 - Last updated in NVD database

Technical Details for CVE-2025-21553

Vulnerability Analysis

This vulnerability is classified under CWE-863 (Incorrect Authorization), indicating that the Java VM component fails to properly enforce authorization controls. The flaw allows authenticated users with minimal privileges (Create Session, Create Procedure) to bypass intended access restrictions and perform unauthorized operations on data accessible through the Java VM.

The attack complexity is high, requiring the attacker to already have network access via Oracle Net and possess specific database privileges. However, once these prerequisites are met, the vulnerability can be exploited without user interaction. The impact is limited to partial confidentiality and integrity breaches—attackers cannot gain complete control over the system or cause denial of service.

Root Cause

The root cause lies in incorrect authorization checks within the Java VM component of Oracle Database Server. The component does not adequately validate whether users with Create Session and Create Procedure privileges should have access to certain Java VM data operations. This authorization gap allows low-privileged attackers to exceed their intended access boundaries.

Attack Vector

The attack is conducted over the network using Oracle Net protocol. An attacker requires:

  1. Valid database credentials with Create Session privilege
  2. Create Procedure privilege within the database
  3. Network connectivity to the Oracle Database Server via Oracle Net

Once these conditions are met, the attacker can leverage the improper authorization in the Java VM component to read, modify, insert, or delete data that should be restricted. The attack does not require any user interaction and can be performed remotely, though the high complexity suggests specific conditions or techniques are needed for successful exploitation.

Due to the nature of this authorization bypass vulnerability, the technical details involve improper privilege validation within Oracle's Java VM component. The vulnerability manifests when the Java VM fails to properly validate authorization boundaries for users with specific privilege combinations. For complete technical details, refer to the Oracle Security Alert January 2025.

Detection Methods for CVE-2025-21553

Indicators of Compromise

  • Unusual database queries or procedures executed by low-privileged accounts accessing Java VM data
  • Unexpected data modifications in Java VM accessible tables or objects
  • Anomalous Oracle Net traffic patterns from authenticated sessions
  • Database audit logs showing Create Procedure invocations followed by unauthorized data access attempts

Detection Strategies

  • Enable Oracle Database auditing for all Java VM-related operations and privilege usage
  • Monitor for unusual patterns of Create Procedure privilege usage combined with data access operations
  • Implement database activity monitoring to detect unauthorized read/write operations on Java VM accessible data
  • Review authentication logs for accounts with Create Session and Create Procedure privileges exhibiting abnormal behavior

Monitoring Recommendations

  • Configure Oracle Unified Auditing to capture Java VM component activities
  • Set up alerts for privilege escalation attempts or unusual data access patterns
  • Deploy network monitoring for Oracle Net traffic anomalies
  • Regularly review database audit logs for signs of exploitation attempts

How to Mitigate CVE-2025-21553

Immediate Actions Required

  • Apply the latest Oracle Critical Patch Update (CPU) from the January 2025 release
  • Review and audit all database accounts with Create Session and Create Procedure privileges
  • Implement principle of least privilege by removing unnecessary privileges from user accounts
  • Enable comprehensive database auditing to monitor for potential exploitation attempts

Patch Information

Oracle has addressed this vulnerability in the January 2025 Critical Patch Update. Administrators should apply the patches corresponding to their Oracle Database Server version:

  • Oracle Database 19c: Update to version 19.26 or later
  • Oracle Database 21c: Update to version 21.17 or later
  • Oracle Database 23ai: Update to version 23.7 or later

For detailed patch information and download instructions, refer to the Oracle Security Alert January 2025.

Workarounds

  • Restrict Create Procedure privileges to only essential users and roles until patching is complete
  • Implement network segmentation to limit Oracle Net access to trusted hosts only
  • Consider disabling Java VM component if not required for business operations
  • Enhance monitoring of accounts with the required privilege combination for exploitation
bash
# Configuration example - Audit Java VM operations
# Enable auditing for Java-related privileges and operations
AUDIT CREATE PROCEDURE BY ACCESS;
AUDIT EXECUTE PROCEDURE BY ACCESS;
AUDIT SELECT, INSERT, UPDATE, DELETE ON JAVA_POLICY BY ACCESS;

# Review users with potentially exploitable privileges
SELECT grantee, privilege FROM dba_sys_privs 
WHERE privilege IN ('CREATE SESSION', 'CREATE PROCEDURE')
ORDER BY grantee;

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechOracle Java Virtual Machine

  • SeverityMEDIUM

  • CVSS Score4.2

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-863
  • Vendor Resources
  • Oracle Security Alert January 2025
  • Related CVEs
  • CVE-2025-30736: Oracle Java VM Auth Bypass Vulnerability

  • CVE-2025-50069: Oracle Java VM Privilege Escalation Flaw

  • CVE-2022-39419: Oracle Java VM Information Disclosure Flaw

  • CVE-2021-35619: Oracle Java VM Privilege Escalation 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