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-21247

CVE-2022-21247: Oracle Database Server Disclosure Flaw

CVE-2022-21247 is an information disclosure vulnerability in Oracle Database Server Core RDBMS affecting versions 12.2.0.1 and 19c. This article covers the technical details, affected versions, impact, and mitigation.

Published: February 11, 2026

CVE-2022-21247 Overview

CVE-2022-21247 is a vulnerability in the Core RDBMS component of Oracle Database Server that enables unauthorized read access to sensitive data. This flaw affects Oracle Database Server versions 12.2.0.1 and 19c, allowing high-privileged attackers with Create Session and Execute Catalog Role privileges to access a subset of Core RDBMS accessible data through network-based attacks via Oracle Net protocol.

Critical Impact

Authenticated attackers with elevated database privileges can exploit this vulnerability to gain unauthorized read access to sensitive data stored in Oracle Database Server's Core RDBMS component.

Affected Products

  • Oracle Database Server version 12.2.0.1
  • Oracle Database Server version 19c
  • Core RDBMS component across affected versions

Discovery Timeline

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

Technical Details for CVE-2022-21247

Vulnerability Analysis

This vulnerability resides in the Core RDBMS component of Oracle Database Server. The security flaw allows an attacker who has already obtained high-level database privileges (specifically Create Session and Execute Catalog Role) to bypass intended access restrictions and read data they should not have access to.

The attack requires network access via Oracle Net, Oracle's proprietary networking protocol used for database communications. While the prerequisite privileges limit the attack surface to users with significant existing access, the vulnerability still represents a breach of the principle of least privilege within the database environment.

The vulnerability is classified as easily exploitable, meaning that once an attacker has the required privileges, exploitation does not require complex techniques or sophisticated attack chains.

Root Cause

The vulnerability stems from improper access control within the Core RDBMS component. The flaw allows privileged database users to access data beyond their authorized scope through the Oracle Net protocol. This represents a failure in the internal authorization mechanisms that should enforce data access boundaries even for users with elevated privileges.

No specific CWE has been assigned to this vulnerability (NVD-CWE-noinfo), suggesting the exact technical root cause has not been publicly disclosed by Oracle.

Attack Vector

The attack vector for CVE-2022-21247 requires:

  1. Network Access: The attacker must have network connectivity to the Oracle Database Server via Oracle Net protocol
  2. High Privileges: The attacker must possess Create Session and Execute Catalog Role privileges
  3. Direct Exploitation: Once prerequisites are met, the vulnerability can be exploited directly to read unauthorized data

The exploitation mechanism involves leveraging the existing privileged session to access data outside the attacker's authorized scope within the Core RDBMS component. Due to the nature of Oracle's security disclosure practices, specific exploitation techniques have not been publicly detailed.

Detection Methods for CVE-2022-21247

Indicators of Compromise

  • Unusual data access patterns from users with Execute Catalog Role privileges
  • Unexpected queries against system catalog tables or restricted data segments
  • Anomalous Oracle Net traffic patterns from privileged database sessions
  • Audit log entries showing access to data outside a user's normal scope

Detection Strategies

  • Enable Oracle Database Auditing to track all activities by users with Execute Catalog Role
  • Monitor for unusual SELECT operations against sensitive tables from privileged accounts
  • Implement database activity monitoring (DAM) solutions to detect anomalous access patterns
  • Review Oracle listener logs for suspicious Oracle Net connection patterns

Monitoring Recommendations

  • Configure Oracle Fine-Grained Auditing (FGA) on sensitive data objects
  • Establish baseline activity profiles for users with Create Session and Execute Catalog Role privileges
  • Implement real-time alerting for data access outside normal business patterns
  • Correlate database audit logs with network monitoring for comprehensive visibility

How to Mitigate CVE-2022-21247

Immediate Actions Required

  • Apply the January 2022 Critical Patch Update from Oracle immediately
  • Review all users with Create Session and Execute Catalog Role privileges
  • Implement principle of least privilege by removing unnecessary catalog role grants
  • Enable enhanced auditing on the Core RDBMS component pending patch application

Patch Information

Oracle has addressed this vulnerability in the January 2022 Critical Patch Update (CPU). Administrators should apply the appropriate patches for their Oracle Database Server versions (12.2.0.1 or 19c).

For detailed patch information and download links, refer to the Oracle Security Alert - January 2022.

Workarounds

  • Restrict Execute Catalog Role grants to only essential database administrators
  • Implement network segmentation to limit Oracle Net access to trusted hosts only
  • Enable comprehensive database auditing to detect potential exploitation attempts
  • Consider revoking Create Session privileges from non-essential high-privileged accounts until patching is complete
bash
# Review users with Execute Catalog Role
# Run as SYSDBA to audit privilege assignments
SELECT grantee, granted_role 
FROM dba_role_privs 
WHERE granted_role = 'EXECUTE_CATALOG_ROLE';

# Enable auditing for catalog role users
AUDIT SELECT ANY TABLE BY ACCESS;
AUDIT EXECUTE ANY PROCEDURE BY ACCESS;

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechOracle Database

  • SeverityLOW

  • CVSS Score2.7

  • EPSS Probability0.20%

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

  • CVE-2026-21939: Oracle SQLcl Auth Bypass Vulnerability

  • CVE-2025-30751: Oracle Database Privilege Escalation Flaw

  • CVE-2025-50066: Oracle Database 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