Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2328

CVE-2021-2328: Oracle Text Privilege Escalation Flaw

CVE-2021-2328 is a privilege escalation vulnerability in Oracle Text affecting versions 12.1.0.2, 12.2.0.1, and 19c. This flaw enables attackers to take over Oracle Text. This article covers technical details, impact, and mitigation.

Published: February 25, 2026

CVE-2021-2328 Overview

CVE-2021-2328 is a privilege escalation vulnerability in the Oracle Text component of Oracle Database Server. This easily exploitable vulnerability allows a high privileged attacker with Create Any Procedure and Alter Any Table privileges to compromise the Oracle Text component through network access via Oracle Net. Successful exploitation can result in a complete takeover of Oracle Text, impacting confidentiality, integrity, and availability of the affected system.

Critical Impact

Complete takeover of Oracle Text component possible, allowing attackers with elevated privileges to compromise confidentiality, integrity, and availability of database operations.

Affected Products

  • Oracle Text 12.1.0.2
  • Oracle Text 12.2.0.1
  • Oracle Text 19c

Discovery Timeline

  • July 21, 2021 - CVE-2021-2328 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2021-2328

Vulnerability Analysis

This vulnerability affects the Oracle Text component, which provides full-text indexing, searching, and analysis capabilities within Oracle Database Server. The flaw exists in how the Oracle Text component handles operations from users with elevated privileges. An attacker who has already obtained Create Any Procedure and Alter Any Table privileges can leverage this vulnerability to escalate their access and take complete control of the Oracle Text component.

The attack requires network access via Oracle Net, Oracle's proprietary networking protocol used for database connectivity. Once exploited, the attacker gains full control over the Oracle Text component, which can lead to unauthorized data access, data manipulation, and service disruption.

Root Cause

The vulnerability stems from improper access control within the Oracle Text component. When processing operations from privileged users, the component fails to properly validate and restrict the scope of actions, allowing attackers with specific database privileges to exceed their intended authorization boundaries and gain complete control over the component.

Attack Vector

The attack is conducted remotely via network access using Oracle Net protocol. The attacker must possess high-level database privileges (Create Any Procedure and Alter Any Table) to exploit this vulnerability. While this requirement limits the attack surface, organizations with compromised administrative accounts or insider threats face significant risk. The low attack complexity means that once the prerequisites are met, exploitation is straightforward and requires no user interaction.

The vulnerability allows attackers to:

  1. Connect to the Oracle Database Server via Oracle Net
  2. Leverage existing Create Any Procedure and Alter Any Table privileges
  3. Execute operations that abuse the Oracle Text component's trust model
  4. Achieve complete takeover of Oracle Text with full confidentiality, integrity, and availability impact

Detection Methods for CVE-2021-2328

Indicators of Compromise

  • Unusual database procedure creation or modification involving Oracle Text components
  • Unexpected table alterations in schemas associated with Oracle Text functionality
  • Anomalous Oracle Net connection patterns from privileged database accounts
  • Unauthorized changes to Oracle Text indexes or configuration

Detection Strategies

  • Monitor Oracle audit logs for suspicious Create Any Procedure and Alter Any Table operations targeting Oracle Text objects
  • Implement database activity monitoring (DAM) to detect abnormal privilege usage patterns
  • Configure alerts for unexpected Oracle Text component access from high-privileged accounts
  • Review Oracle Database unified audit trail for privilege escalation indicators

Monitoring Recommendations

  • Enable fine-grained auditing on Oracle Text-related procedures and tables
  • Implement real-time monitoring of Oracle Net connections from administrative accounts
  • Establish baseline behavior for privileged users and alert on deviations
  • Deploy SentinelOne Singularity to detect post-exploitation activities on database servers

How to Mitigate CVE-2021-2328

Immediate Actions Required

  • Apply the Oracle Critical Patch Update (CPU) from July 2021 immediately
  • Review and restrict Create Any Procedure and Alter Any Table privileges to only essential personnel
  • Audit all accounts with elevated database privileges for unauthorized access
  • Implement network segmentation to limit Oracle Net access to trusted sources

Patch Information

Oracle has addressed this vulnerability in the July 2021 Critical Patch Update. Administrators should apply the appropriate patches for their affected Oracle Database Server versions (12.1.0.2, 12.2.0.1, or 19c). The security advisory and patch details are available in the Oracle Security Alert July 2021.

Workarounds

  • Implement strict privilege management by revoking Create Any Procedure and Alter Any Table from non-essential users
  • Apply network-level access controls to restrict Oracle Net connections to authorized systems only
  • Enable Oracle Database Vault to add additional privilege controls around Oracle Text operations
  • Consider disabling Oracle Text component if not required for business operations until patching is complete
bash
# Configuration example: Audit Oracle Text operations
# Enable unified auditing for privilege usage
ALTER SYSTEM SET AUDIT_TRAIL=DB,EXTENDED SCOPE=SPFILE;

# Create audit policy for Oracle Text related activities
CREATE AUDIT POLICY oracle_text_monitor
ACTIONS ALL ON CTXSYS.CTX_DDL,
        ALL ON CTXSYS.CTX_DOC,
        ALL ON CTXSYS.CTX_QUERY
WHEN 'SYS_CONTEXT(''USERENV'',''SESSION_USER'') != ''CTXSYS'''
EVALUATE PER SESSION;

# Enable the audit policy
AUDIT POLICY oracle_text_monitor;

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 Text

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability1.41%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Vendor Resources
  • Oracle Security Alert July 2021
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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