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-2023-22084

CVE-2023-22084: Oracle MySQL Server InnoDB DoS Vulnerability

CVE-2023-22084 is a denial of service flaw in Oracle MySQL Server's InnoDB component affecting versions 5.7.43, 8.0.34, and 8.1.0. Attackers with high privileges can crash the server. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 4, 2026

CVE-2023-22084 Overview

CVE-2023-22084 is a denial of service vulnerability affecting the InnoDB storage engine component within Oracle MySQL Server. This flaw allows a high-privileged attacker with network access to cause the MySQL Server to hang or crash repeatedly, resulting in a complete denial of service condition. The vulnerability is considered easily exploitable and can be triggered via multiple network protocols.

Critical Impact

Successful exploitation enables attackers with administrative privileges to completely disrupt database availability through repeatable crashes, potentially causing significant business disruption for applications relying on MySQL Server.

Affected Products

  • Oracle MySQL Server versions 5.7.43 and prior
  • Oracle MySQL Server versions 8.0.34 and prior
  • Oracle MySQL Server version 8.1.0
  • MariaDB (multiple affected versions)
  • NetApp OnCommand Insight
  • Fedora 37, 38, and 39

Discovery Timeline

  • 2023-10-17 - CVE-2023-22084 published to NVD
  • 2025-01-22 - Last updated in NVD database

Technical Details for CVE-2023-22084

Vulnerability Analysis

This vulnerability resides in the InnoDB storage engine, which is the default transactional storage engine for MySQL. The flaw affects the core database functionality that handles data storage and retrieval operations. When exploited, the vulnerability triggers a condition that causes the MySQL Server process to either hang indefinitely or crash, with the crash being frequently repeatable.

The attack requires high privileges (administrative access) but can be executed remotely over the network with low complexity. This means an attacker who has already compromised an administrative account, or a malicious database administrator, could leverage this vulnerability to disrupt database services. The impact is limited to availability—there is no confidentiality or integrity impact, meaning data cannot be read or modified through this vulnerability.

Root Cause

The vulnerability stems from improper handling within the InnoDB component when processing certain operations. While Oracle has not disclosed the specific technical details of the root cause, the nature of the vulnerability—causing hangs and repeatable crashes—suggests an issue with resource management, memory handling, or exception processing within the InnoDB engine. The fact that it requires high privileges indicates the vulnerable code path is only accessible through administrative functions.

Attack Vector

The attack can be carried out by an authenticated user with high privileges (such as a database administrator) who has network access to the MySQL Server. The attacker can exploit this vulnerability through multiple network protocols supported by MySQL, including the native MySQL protocol. The attack does not require any user interaction and affects only the vulnerable MySQL Server instance (unchanged scope).

An attacker would typically:

  1. Authenticate to the MySQL Server with administrative credentials
  2. Execute specific operations that trigger the vulnerable code path in InnoDB
  3. Cause the server to crash or hang, disrupting all database operations

Since no verified proof-of-concept code is publicly available, organizations should refer to the Oracle Security Alert for detailed technical information about the vulnerability mechanism.

Detection Methods for CVE-2023-22084

Indicators of Compromise

  • Unexpected MySQL Server crashes or service restarts, particularly those originating from InnoDB-related operations
  • MySQL error logs showing repeated crash signatures or hang conditions in the InnoDB component
  • Unusual administrative connection patterns or queries executed by privileged accounts
  • Service availability interruptions coinciding with suspicious database administrative activity

Detection Strategies

  • Monitor MySQL error logs for crash patterns and InnoDB-specific error messages that indicate exploitation attempts
  • Implement database activity monitoring (DAM) to track privileged user operations and identify suspicious administrative queries
  • Deploy SentinelOne Singularity platform to detect anomalous process behavior, including unexpected MySQL daemon crashes and restarts
  • Enable MySQL audit logging to capture all administrative operations for forensic analysis

Monitoring Recommendations

  • Configure alerting for MySQL Server process crashes and automatic restart events
  • Establish baseline metrics for database availability and alert on deviations
  • Monitor authentication logs for unusual access patterns by administrative accounts
  • Implement real-time monitoring of MySQL Server health metrics including connection counts, query execution times, and InnoDB buffer pool status

How to Mitigate CVE-2023-22084

Immediate Actions Required

  • Upgrade MySQL Server to versions 5.7.44 or later, 8.0.35 or later, or 8.2.0 or later as recommended by Oracle
  • Review and restrict administrative privileges to only essential personnel following the principle of least privilege
  • Audit all accounts with high-level database permissions and disable unnecessary administrative accounts
  • Implement network segmentation to limit which systems can establish administrative connections to MySQL Server

Patch Information

Oracle has addressed this vulnerability in their October 2023 Critical Patch Update. The fix is available for all supported MySQL Server versions. Organizations should obtain patches from the official Oracle Security Alerts page. For MariaDB users, consult MariaDB security advisories for corresponding updates. Fedora users should apply updates through the standard package management system as announced in the Fedora Package Announcements. NetApp OnCommand Insight users should refer to the NetApp Security Advisory.

Workarounds

  • Implement strict network access controls to limit administrative connections to trusted IP addresses only
  • Enable MySQL Server's connection control plugins to prevent rapid reconnection attempts that could facilitate exploitation
  • Configure MySQL to use SSL/TLS for all administrative connections, adding an additional authentication layer
  • Consider placing MySQL Server behind a database firewall that can inspect and filter potentially malicious queries
bash
# Example: Restrict administrative access to specific hosts in MySQL
# Review current user privileges
mysql -u root -p -e "SELECT user, host FROM mysql.user WHERE Super_priv='Y';"

# Update MySQL configuration to bind to specific interface
# In /etc/mysql/mysql.conf.d/mysqld.cnf
# bind-address = 127.0.0.1

# Restart MySQL service after configuration changes
sudo systemctl restart mysql

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

  • SeverityMEDIUM

  • CVSS Score4.9

  • EPSS Probability1.48%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Technical References
  • Debian LTS Security Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • NetApp Security Advisory
  • Vendor Resources
  • Oracle Security Alert
  • Related CVEs
  • CVE-2025-21521: Oracle MySQL Server DoS Vulnerability

  • CVE-2025-21518: Oracle MySQL Cluster DoS Vulnerability

  • CVE-2025-21574: Oracle MySQL Cluster DOS Vulnerability

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