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

CVE-2022-21569: Oracle MySQL Server DOS Vulnerability

CVE-2022-21569 is a denial of service flaw in Oracle MySQL Server's Optimizer component that enables attackers to crash the database. This article covers technical details, affected versions, impact, and mitigation.

Published: February 17, 2026

CVE-2022-21569 Overview

CVE-2022-21569 is a denial of service vulnerability in the MySQL Server product of Oracle MySQL, specifically within the Server: Optimizer component. This easily exploitable vulnerability allows a low privileged attacker with network access via multiple protocols to compromise MySQL Server, resulting in the ability to cause a hang or frequently repeatable crash of the database service.

Critical Impact

Successful exploitation results in complete denial of service (DoS) of MySQL Server, causing service unavailability that can significantly impact business operations and dependent applications.

Affected Products

  • Oracle MySQL Server versions 8.0.29 and prior
  • NetApp Active IQ Unified Manager (VMware vSphere and Windows)
  • NetApp OnCommand Insight
  • NetApp OnCommand Workflow Automation
  • NetApp SnapCenter

Discovery Timeline

  • 2022-07-19 - CVE-2022-21569 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-21569

Vulnerability Analysis

This vulnerability resides in the Server: Optimizer component of MySQL Server. The optimizer is responsible for analyzing SQL queries and determining the most efficient execution plan. A flaw in this component allows attackers to craft queries that cause the database server to enter a hung state or trigger repeatable crashes.

The vulnerability is particularly concerning because it requires only low-level privileges to exploit, meaning that any authenticated user with basic database access could potentially trigger the denial of service condition. The attack can be executed remotely over the network using multiple protocols supported by MySQL Server.

Root Cause

The root cause stems from improper handling within the MySQL Server Optimizer component. When processing certain types of queries or query patterns, the optimizer fails to properly manage resources or handle edge cases, leading to service disruption. The specific implementation flaw allows malicious queries to consume resources inappropriately or trigger logic errors that result in server crashes.

Attack Vector

The attack is network-based and can be executed by any authenticated user with low privileges. An attacker would need valid credentials to connect to the MySQL Server instance, then send specially crafted SQL queries designed to trigger the vulnerability in the optimizer component. The attack requires no user interaction and can be repeated to maintain the denial of service condition.

The vulnerability affects availability only, with no impact on confidentiality or integrity of data stored in the database. However, the complete denial of service can have cascading effects on applications and services that depend on the MySQL Server instance.

Detection Methods for CVE-2022-21569

Indicators of Compromise

  • Unexpected MySQL Server crashes or hangs, particularly when processing complex queries
  • Unusual patterns in MySQL error logs indicating optimizer-related failures
  • Repeated connection attempts followed by server unresponsiveness
  • Abnormal CPU or memory consumption by the MySQL process during query optimization

Detection Strategies

  • Monitor MySQL Server error logs for optimizer-related errors and crash reports
  • Implement database query auditing to identify suspicious or malformed queries
  • Deploy network monitoring to detect unusual patterns of database connections from low-privileged accounts
  • Use SentinelOne Singularity to monitor for process crashes and abnormal behavior of MySQL daemon processes

Monitoring Recommendations

  • Configure MySQL slow query log to capture queries that may be triggering optimizer issues
  • Set up automated alerting for MySQL Server crashes or service restarts
  • Monitor system metrics for the MySQL Server host, including CPU utilization spikes and memory consumption anomalies
  • Implement database availability monitoring to detect service interruptions promptly

How to Mitigate CVE-2022-21569

Immediate Actions Required

  • Upgrade MySQL Server to version 8.0.30 or later, which addresses this vulnerability
  • Review and audit database user privileges, removing unnecessary access
  • Implement query filtering or rate limiting at the application layer
  • Consider deploying database activity monitoring solutions to detect exploit attempts

Patch Information

Oracle has released a security patch addressing this vulnerability as part of the Oracle July 2022 Critical Patch Update. Organizations using MySQL Server version 8.0.29 or earlier should upgrade to a patched version immediately.

For NetApp products affected by this vulnerability, refer to the NetApp Security Advisory for product-specific guidance and patch information.

Workarounds

  • Restrict network access to MySQL Server to trusted hosts and networks only
  • Implement strict privilege management to limit the number of users with database access
  • Use database firewalls or proxy solutions to filter potentially malicious queries
  • Enable MySQL Server resource limits to prevent excessive resource consumption from single sessions
bash
# Configuration example: Restrict MySQL access to specific hosts
# In my.cnf or mysqld.cnf
[mysqld]
bind-address = 127.0.0.1
# Or restrict to specific network interface
# bind-address = 192.168.1.100

# Limit connections per user to reduce DoS impact
max_user_connections = 10

# Enable general query log for auditing (use cautiously in production)
general_log = 1
general_log_file = /var/log/mysql/mysql-queries.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 Score6.5

  • EPSS Probability0.48%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Technical References
  • NetApp Security Advisory
  • Vendor Resources
  • Oracle July 2022 Security Alert
  • 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-21505: 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