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
    • 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-2023-22058

CVE-2023-22058: Oracle MySQL Server DOS Vulnerability

CVE-2023-22058 is a denial of service flaw in Oracle MySQL Server affecting versions 8.0.33 and prior. Attackers with high privileges can cause complete server crashes. This article covers technical details, affected versions, impact, and mitigation.

Published: February 4, 2026

CVE-2023-22058 Overview

CVE-2023-22058 is a Denial of Service vulnerability in the MySQL Server product of Oracle MySQL, specifically affecting the Server: DDL (Data Definition Language) component. This vulnerability allows a high-privileged attacker with network access via multiple protocols to cause a complete denial of service condition, resulting in a hang or frequently repeatable crash of the MySQL Server.

Critical Impact

Successful exploitation enables attackers with administrative privileges to completely disrupt MySQL database availability through targeted DDL operations.

Affected Products

  • Oracle MySQL Server 8.0.33 and prior versions
  • Fedora 37, 38, and 39
  • NetApp Active IQ Unified Manager (VMware vSphere and Windows)
  • NetApp OnCommand Insight
  • NetApp OnCommand Workflow Automation
  • NetApp SnapCenter

Discovery Timeline

  • 2023-07-18 - CVE-2023-22058 published to NVD
  • 2023-07-18 - Oracle releases security patch in CPU July 2023
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-22058

Vulnerability Analysis

This vulnerability resides in the DDL component of MySQL Server, which handles database schema operations such as CREATE, ALTER, and DROP statements. The flaw allows a privileged attacker to trigger an uncontrolled resource consumption or logic error that leads to server instability. While the attack requires high privileges (administrative access), the impact on availability is significant as it can cause complete service disruption.

The vulnerability is difficult to exploit, requiring specific conditions and timing to trigger the crash condition. However, once exploited, the attack can be repeated frequently, making it a persistent threat to database availability in enterprise environments.

Root Cause

The root cause stems from improper handling of certain DDL operations within the MySQL Server engine. When specific sequences of schema manipulation commands are processed under certain conditions, the server fails to properly manage internal resources or state, leading to a crash or hang condition. Oracle has not disclosed the specific technical details of the flaw to prevent exploitation.

Attack Vector

The attack vector is network-based, requiring the attacker to have authenticated network access to the MySQL Server with high privileges (such as DBA or administrative roles). The attacker would need to:

  1. Establish an authenticated connection to the MySQL Server
  2. Execute specific DDL commands that trigger the vulnerability
  3. Cause the server to enter a hung state or crash

Due to the high complexity of exploitation, this vulnerability requires specific knowledge of the triggering conditions and appropriate timing of DDL operations.

Since no verified exploit code is available, the vulnerability mechanism involves sending malformed or specifically crafted DDL statements that exploit the parsing or execution logic within the MySQL Server's DDL handler. Technical details are available in the Oracle Security Alert CPU July 2023.

Detection Methods for CVE-2023-22058

Indicators of Compromise

  • Unexpected MySQL Server crashes or hangs correlating with DDL operations
  • Abnormal patterns of DDL statements from privileged accounts
  • MySQL error logs showing repeated crash signatures in DDL-related code paths
  • Service availability interruptions following administrative database operations

Detection Strategies

  • Monitor MySQL error logs for crash signatures referencing DDL component functions
  • Implement audit logging for all DDL operations from privileged accounts
  • Configure alerting for MySQL service restarts or availability interruptions
  • Review slow query logs for unusual DDL statement patterns

Monitoring Recommendations

  • Enable MySQL General Query Log temporarily to capture DDL activity during investigations
  • Implement database activity monitoring (DAM) solutions to track privileged user actions
  • Set up health checks to detect MySQL Server unavailability
  • Configure SIEM rules to correlate MySQL crashes with preceding DDL operations

How to Mitigate CVE-2023-22058

Immediate Actions Required

  • Upgrade MySQL Server to version 8.0.34 or later immediately
  • Review and restrict administrative privileges to essential personnel only
  • Implement network segmentation to limit access to MySQL Server ports
  • Enable audit logging for all privileged database operations

Patch Information

Oracle has addressed this vulnerability in the Critical Patch Update (CPU) released in July 2023. The fix is included in MySQL Server version 8.0.34 and later. Organizations should apply the patch by following the official Oracle Security Alert CPU July 2023 guidance.

For systems using bundled MySQL through third-party products:

  • Fedora users should apply updates per the Fedora Package Announcements
  • NetApp customers should refer to NetApp Security Advisory NTAP-20230725-0005

Workarounds

  • Implement strict access controls limiting DDL privileges to only essential administrators
  • Deploy MySQL Proxy or firewall rules to filter potentially malicious DDL patterns
  • Configure MySQL connection limits for administrative accounts
  • Enable MySQL Enterprise Firewall if available to restrict query patterns
bash
# Configuration example - Restrict administrative privileges
# Review and limit users with DDL privileges
mysql -u root -p -e "SELECT user, host FROM mysql.user WHERE Super_priv='Y' OR Create_priv='Y' OR Alter_priv='Y' OR Drop_priv='Y';"

# Revoke unnecessary DDL privileges from non-essential accounts
# REVOKE CREATE, ALTER, DROP ON *.* FROM 'username'@'host';

# Enable general query logging for audit purposes (use temporarily due to performance impact)
# SET GLOBAL general_log = 'ON';
# SET GLOBAL general_log_file = '/var/log/mysql/general.log';

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechOracle Mysql Server

  • SeverityMEDIUM

  • CVSS Score4.4

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Technical References
  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • NetApp Security Advisory NTAP-20230725-0005
  • Vendor Resources
  • Oracle Security Alert CPU July 2023
  • Related CVEs
  • CVE-2025-21559: Oracle MySQL Server DoS Vulnerability

  • CVE-2025-21555: Oracle MySQL Server DOS Vulnerability

  • CVE-2025-21534: Oracle MySQL Server DoS Vulnerability

  • CVE-2025-21523: Oracle MySQL Server 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