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-2021-35619

CVE-2021-35619: Oracle Java VM Privilege Escalation Flaw

CVE-2021-35619 is a privilege escalation vulnerability in Oracle Java Virtual Machine affecting versions 12.1.0.2, 12.2.0.1, 19c, and 21c. This post covers technical details, affected versions, impact, and mitigation steps.

Published: February 25, 2026

CVE-2021-35619 Overview

CVE-2021-35619 is a vulnerability in the Java VM component of Oracle Database Server that allows a low-privileged attacker with Create Procedure privilege to compromise the Java VM through network access via Oracle Net. This vulnerability requires human interaction from a person other than the attacker and is difficult to exploit. Successful exploitation can result in a complete takeover of the Java VM component, impacting confidentiality, integrity, and availability of the affected systems.

Critical Impact

Successful exploitation enables complete takeover of the Java VM component within Oracle Database Server, potentially allowing attackers to execute arbitrary code, access sensitive data, and disrupt database operations.

Affected Products

  • Oracle Java Virtual Machine 12.1.0.2
  • Oracle Java Virtual Machine 12.2.0.1
  • Oracle Java Virtual Machine 19c
  • Oracle Java Virtual Machine 21c

Discovery Timeline

  • October 20, 2021 - CVE-2021-35619 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2021-35619

Vulnerability Analysis

This vulnerability resides in the Java VM component embedded within Oracle Database Server. The flaw enables attackers with limited database privileges—specifically the Create Procedure privilege—to target the Java VM through network-accessible Oracle Net protocol connections. The attack complexity is high, requiring specific conditions to be met, including obtaining user interaction from a legitimate user other than the attacker.

The impact upon successful exploitation is severe, affecting all three security pillars: confidentiality, integrity, and availability. An attacker who successfully exploits this vulnerability gains complete control over the Java VM component, which could be leveraged to access sensitive database information, modify data, or cause denial of service conditions within the database environment.

Root Cause

The exact technical root cause has not been publicly disclosed by Oracle. The vulnerability is categorized under NVD-CWE-noinfo, indicating that specific weakness enumeration details are not available. The flaw exists within the Java VM's handling of certain operations that can be triggered by authenticated users with procedure creation capabilities.

Attack Vector

The attack vector is network-based, requiring the attacker to have:

  1. Network access to the Oracle Database Server via Oracle Net protocol
  2. Low-privileged database account with Create Procedure privilege
  3. The ability to convince another user to interact with malicious content or procedures

The exploitation difficulty is high due to the requirement of user interaction and the specific privilege prerequisites. The attacker must craft a malicious procedure or exploit mechanism that, when executed or interacted with by another user, triggers the vulnerability in the Java VM component.

Due to the nature of this vulnerability and the lack of publicly available proof-of-concept code, the exploitation mechanism is best described in terms of the attack conditions rather than specific code patterns. The vulnerability requires authenticated access combined with social engineering to achieve user interaction. Organizations should consult the Oracle October 2021 Security Alert for additional technical guidance.

Detection Methods for CVE-2021-35619

Indicators of Compromise

  • Unusual stored procedure creation activity from accounts with Create Procedure privilege
  • Unexpected Java VM operations or exceptions in Oracle Database logs
  • Anomalous network traffic patterns over Oracle Net connections
  • Unauthorized access attempts to database objects following procedure execution

Detection Strategies

  • Monitor Oracle Database audit logs for suspicious procedure creation by users with elevated privileges
  • Implement database activity monitoring (DAM) solutions to track Java VM component interactions
  • Review Oracle listener logs for unusual Oracle Net connection patterns
  • Deploy network intrusion detection rules to identify anomalous database protocol traffic

Monitoring Recommendations

  • Enable comprehensive auditing for CREATE PROCEDURE operations in Oracle Database
  • Configure alerts for Java VM errors or unexpected behavior in database alert logs
  • Establish baseline metrics for normal database procedure activity to identify deviations
  • Implement real-time monitoring of privileged database account activities

How to Mitigate CVE-2021-35619

Immediate Actions Required

  • Apply the Oracle Critical Patch Update (CPU) from October 2021 immediately
  • Review and restrict accounts with Create Procedure privilege to essential users only
  • Audit existing stored procedures for suspicious or unauthorized code
  • Implement network segmentation to limit Oracle Net protocol exposure

Patch Information

Oracle has addressed this vulnerability in the October 2021 Critical Patch Update (CPU). Organizations should apply the latest patches from Oracle as documented in the Oracle October 2021 Security Alert. The patch should be applied to all affected versions: 12.1.0.2, 12.2.0.1, 19c, and 21c.

Workarounds

  • Revoke Create Procedure privilege from non-essential database accounts until patching is complete
  • Disable or restrict Java VM functionality within Oracle Database if not required for business operations
  • Implement strict network access controls to limit Oracle Net exposure to trusted networks only
  • Enable Oracle Database Vault to provide additional access control layers around sensitive operations
bash
# Configuration example - Revoke Create Procedure privilege
sqlplus / as sysdba
REVOKE CREATE PROCEDURE FROM <username>;

# Verify Java VM status in database
SELECT comp_name, status FROM dba_registry WHERE comp_name LIKE '%JAVA%';

# Disable Java if not required (requires database restart)
# Note: Test in non-production environment first
exec dbms_java.set_output(0);

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 Java Virtual Machine

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability1.24%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Vendor Resources
  • Oracle October 2021 Security Alert
  • Related CVEs
  • CVE-2025-50069: Oracle Java VM Privilege Escalation Flaw

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

  • CVE-2025-30736: Oracle Java VM Auth Bypass Vulnerability

  • CVE-2022-39419: Oracle Java VM Information Disclosure 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