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-2022-21393

CVE-2022-21393: Oracle Database Server Java VM DOS Flaw

CVE-2022-21393 is a denial of service vulnerability in Oracle Database Server's Java VM component affecting versions 12.1.0.2, 12.2.0.1, 19c, and 21c. This guide covers technical details, affected systems, and mitigation.

Published: February 11, 2026

CVE-2022-21393 Overview

CVE-2022-21393 is a Denial of Service vulnerability in the Java VM component of Oracle Database Server. This easily exploitable vulnerability allows a low privileged attacker with Create Procedure privilege and network access via Oracle Net to compromise the Java VM component, resulting in a partial denial of service (partial DOS) condition.

Critical Impact

Attackers with minimal privileges can disrupt Java VM availability in Oracle Database Server environments, potentially affecting applications and services that depend on the database's Java functionality.

Affected Products

  • Oracle Database Server 12.1.0.2
  • Oracle Database Server 12.2.0.1
  • Oracle Database Server 19c
  • Oracle Database Server 21c

Discovery Timeline

  • 2022-01-19 - CVE-2022-21393 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-21393

Vulnerability Analysis

This vulnerability resides within the Java VM component of Oracle Database Server, which provides Java execution capabilities within the database environment. The flaw allows attackers to trigger a partial denial of service condition affecting the availability of the Java VM subsystem.

The vulnerability is classified as easily exploitable, requiring only low-level privileges (specifically the Create Procedure privilege) and network access via Oracle Net protocol. The attack does not require user interaction, making it straightforward for authenticated attackers to exploit. The impact is limited to availability, with no confidentiality or integrity implications, resulting in a partial degradation of service rather than complete system unavailability.

Root Cause

The vulnerability stems from improper handling within the Java VM component when processing certain operations initiated by users with Create Procedure privileges. While specific technical details have not been publicly disclosed by Oracle (classified as NVD-CWE-noinfo), the vulnerability allows authenticated users to consume resources or trigger conditions that degrade Java VM performance and availability within the database environment.

Attack Vector

The attack vector for CVE-2022-21393 involves network-based exploitation through Oracle Net, Oracle's networking layer that enables client-server communication. An attacker would need:

  1. Network access to the Oracle Database Server via Oracle Net protocol
  2. Valid database credentials with at least Create Procedure privilege
  3. The ability to execute operations that trigger the vulnerability condition

The attack does not require any user interaction and can be executed remotely. The scope is unchanged, meaning the vulnerability is confined to the Java VM component and does not allow pivoting to other system components. Successful exploitation results in partial service disruption affecting Java-based database operations.

Detection Methods for CVE-2022-21393

Indicators of Compromise

  • Unusual spikes in database resource utilization attributed to Java VM operations
  • Repeated failed or slow Java stored procedure executions from specific user accounts
  • Abnormal network traffic patterns to the Oracle Net listener from unexpected sources
  • Database alert logs showing Java VM-related errors or performance degradation

Detection Strategies

  • Monitor database audit logs for excessive Create Procedure operations from low-privileged accounts
  • Implement alerting on Java VM performance metrics that deviate from established baselines
  • Track Oracle Net connection attempts and correlate with Java VM activity patterns
  • Review user privilege assignments, particularly focusing on accounts with Create Procedure privilege

Monitoring Recommendations

  • Enable detailed auditing for accounts with Create Procedure privileges
  • Configure Oracle Database performance monitoring to track Java VM resource consumption
  • Set up alerts for unusual patterns in Oracle Net protocol communications
  • Monitor database availability metrics with focus on Java VM subsystem health

How to Mitigate CVE-2022-21393

Immediate Actions Required

  • Apply the Oracle Critical Patch Update (CPU) from January 2022 immediately
  • Review and restrict Create Procedure privileges to only essential accounts
  • Implement network segmentation to limit Oracle Net access to authorized systems
  • Monitor Java VM operations for signs of exploitation attempts

Patch Information

Oracle has addressed this vulnerability in the January 2022 Critical Patch Update (CPU). Organizations running affected versions of Oracle Database Server (12.1.0.2, 12.2.0.1, 19c, and 21c) should apply the relevant patches as documented in the Oracle January 2022 Security Alert. The patch remediation addresses the underlying issue in the Java VM component that enables the partial denial of service condition.

Workarounds

  • Restrict Create Procedure privilege to only necessary database users through privilege auditing and reduction
  • Implement Oracle Database Vault to add additional access controls around Java VM operations
  • Use network access control lists (ACLs) to limit Oracle Net connections to known, trusted hosts
  • Consider disabling the Java VM component if not required for business operations using DBMS_JAVA.set_output restrictions
bash
# Configuration example - Review and revoke unnecessary Create Procedure privileges
# Connect to Oracle Database as SYSDBA
sqlplus / as sysdba

# Query users with CREATE PROCEDURE privilege
SELECT grantee, privilege FROM dba_sys_privs 
WHERE privilege = 'CREATE PROCEDURE';

# Revoke from unnecessary accounts (example)
# 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

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.43%

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

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

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

  • CVE-2022-21432: Oracle Database RDBMS DOS 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