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
    • 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-2021-35558

CVE-2021-35558: Oracle Database Core RDBMS DOS Vulnerability

CVE-2021-35558 is a denial of service flaw in Oracle Database Core RDBMS affecting versions 12.1.0.2, 12.2.0.1, 19c, and 21c. Attackers with Create Table privilege can cause partial DOS. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 25, 2026

CVE-2021-35558 Overview

CVE-2021-35558 is a denial of service vulnerability in the Core RDBMS component of Oracle Database Server. This vulnerability allows an authenticated attacker with low privileges to cause a partial denial of service condition in affected database deployments. The vulnerability is easily exploitable and requires only network access via Oracle Net protocol along with minimal privileges (Create Table privilege) to execute.

Critical Impact

Authenticated attackers can disrupt database availability by exploiting this Core RDBMS vulnerability, potentially causing service interruptions for dependent applications and business operations.

Affected Products

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

Discovery Timeline

  • 2021-10-20 - CVE-2021-35558 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2021-35558

Vulnerability Analysis

This vulnerability exists within the Core RDBMS component of Oracle Database Server, which is responsible for fundamental database operations. The flaw enables a low-privileged attacker who possesses the Create Table privilege to impact database availability through network-based attacks. The exploitation does not require user interaction and can be conducted remotely via the Oracle Net protocol.

The vulnerability's impact is limited to availability, with no effect on confidentiality or integrity of the database system. While the denial of service is characterized as "partial," it could still result in degraded performance or temporary unavailability of database services that organizations depend upon for critical business functions.

Root Cause

The vulnerability stems from improper handling within the Core RDBMS component when processing certain operations from authenticated users with Create Table privileges. Oracle has not disclosed specific technical details about the root cause, classifying it under NVD-CWE-noinfo. The flaw allows resource exhaustion or disruption scenarios that affect database availability without compromising data confidentiality or integrity.

Attack Vector

The attack vector for CVE-2021-35558 is network-based, requiring the attacker to have:

  1. Network access to the Oracle Database Server via Oracle Net protocol
  2. Valid database credentials with at least Create Table privilege
  3. No additional user interaction required to execute the attack

The exploitation complexity is low, meaning the attacker does not need sophisticated techniques or specialized conditions to successfully trigger the vulnerability. An attacker positioned within the network or with remote access to the database listener port can leverage their Create Table privileges to initiate the denial of service condition.

Since no verified code examples are available for this vulnerability, the specific exploitation mechanism has not been publicly documented. Organizations should refer to the Oracle Critical Patch Update Advisory for technical guidance.

Detection Methods for CVE-2021-35558

Indicators of Compromise

  • Unusual database performance degradation or partial service outages without obvious infrastructure causes
  • Abnormal activity patterns from accounts with Create Table privileges
  • Increased Oracle Net connection attempts or unusual query patterns targeting Core RDBMS functionality
  • Database alert logs showing repeated errors or resource exhaustion warnings

Detection Strategies

  • Monitor Oracle Database audit logs for suspicious Create Table operations from low-privileged accounts
  • Implement database activity monitoring (DAM) solutions to detect anomalous behavior patterns
  • Configure Oracle Database Fine-Grained Auditing (FGA) to track privilege usage
  • Deploy network monitoring to identify unusual Oracle Net protocol traffic patterns

Monitoring Recommendations

  • Enable comprehensive auditing on Oracle Database instances for privilege-based operations
  • Set up alerting thresholds for database availability metrics to detect partial DoS conditions
  • Monitor resource utilization trends on database servers to identify early signs of exploitation
  • Review Oracle listener logs for unusual connection patterns or repeated access attempts

How to Mitigate CVE-2021-35558

Immediate Actions Required

  • Apply the Oracle Critical Patch Update (CPU) from October 2021 immediately
  • Audit all accounts with Create Table privileges and remove unnecessary access
  • Restrict network access to Oracle Database listener ports using firewall rules
  • Implement principle of least privilege for database user accounts

Patch Information

Oracle addressed this vulnerability in the October 2021 Critical Patch Update. Organizations should apply the relevant patch for their Oracle Database version:

  • Oracle Database 12.1.0.2: Apply October 2021 CPU patch
  • Oracle Database 12.2.0.1: Apply October 2021 CPU patch
  • Oracle Database 19c: Apply October 2021 CPU patch
  • Oracle Database 21c: Apply October 2021 CPU patch

Detailed patch information is available in the Oracle Critical Patch Update Advisory.

Workarounds

  • Review and restrict Create Table privileges to only essential database users
  • Implement network segmentation to limit exposure of Oracle Database listener ports
  • Enable Oracle Database Vault to add additional access controls around privileged operations
  • Consider implementing Oracle Connection Manager to add an additional layer of connection filtering
bash
# Configuration example - Audit Create Table privilege usage
# Enable standard auditing for CREATE TABLE operations
AUDIT CREATE TABLE BY ACCESS;

# Review users with CREATE TABLE privilege
SELECT grantee, privilege FROM dba_sys_privs WHERE privilege = 'CREATE TABLE';

# Restrict listener access via sqlnet.ora
# Add to $ORACLE_HOME/network/admin/sqlnet.ora
TCP.VALIDNODE_CHECKING = YES
TCP.INVITED_NODES = (trusted_host1, trusted_host2)

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.31%

  • 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 Critical Patch Update
  • 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
Default Legacy - Prefooter | 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