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-2026-22009

CVE-2026-22009: Oracle MySQL Server DOS Vulnerability

CVE-2026-22009 is a denial of service vulnerability in Oracle MySQL Server's Optimizer component that allows attackers to crash the database. This article covers technical details, affected versions, and mitigation.

Published: April 23, 2026

CVE-2026-22009 Overview

CVE-2026-22009 is a Denial of Service vulnerability in the MySQL Server product of Oracle MySQL, specifically affecting the Server: Optimizer component. This vulnerability allows a low-privileged attacker with network access to cause a complete denial of service condition, resulting in hangs or frequently repeatable crashes of the MySQL Server.

The vulnerability is classified as easily exploitable, meaning attackers can trigger it without sophisticated techniques or complex attack chains. The impact is purely on availability—there is no confidentiality or integrity breach associated with this vulnerability.

Critical Impact

Successful exploitation enables attackers to cause complete denial of service of MySQL Server through network-accessible protocols, potentially disrupting critical database operations and dependent applications.

Affected Products

  • Oracle MySQL Server versions 8.0.0 through 8.0.45
  • Oracle MySQL Server versions 8.4.0 through 8.4.8
  • Oracle MySQL Server versions 9.0.0 through 9.6.0

Discovery Timeline

  • 2026-04-21 - CVE-2026-22009 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2026-22009

Vulnerability Analysis

This vulnerability resides in the MySQL Server Optimizer component, which is responsible for query execution planning and optimization. The Optimizer analyzes SQL queries and determines the most efficient execution path, making it a critical component that processes user-supplied input in the form of SQL queries.

The vulnerability is categorized under CWE-400 (Uncontrolled Resource Consumption), indicating that the issue involves improper handling of resource allocation during query optimization. When specific query patterns are submitted to the server, the Optimizer can enter a state that leads to excessive resource consumption, ultimately causing the server to hang or crash.

The attack can be executed via multiple network protocols supported by MySQL, including the standard MySQL protocol on port 3306, and potentially through other interfaces such as X Protocol. The low privilege requirement means any authenticated user with basic database access can potentially trigger this vulnerability.

Root Cause

The root cause of CVE-2026-22009 lies in the Server: Optimizer component's handling of certain query optimization scenarios. The vulnerability stems from uncontrolled resource consumption (CWE-400), where the optimizer fails to properly limit resource usage when processing specially crafted queries.

When the optimizer encounters specific query structures or optimization paths, it can enter a loop or allocate excessive resources without proper bounds checking. This leads to resource exhaustion that manifests as server hangs or crashes. The optimizer's complexity in handling various query patterns and execution plan calculations creates opportunities for such resource exhaustion conditions.

Attack Vector

The attack vector for CVE-2026-22009 is network-based, requiring only low-privilege access to the MySQL server. An attacker needs:

  1. Network connectivity to the target MySQL Server via supported protocols
  2. Valid authentication credentials with minimal privileges (any database user)
  3. Ability to execute SQL queries against the server

The attacker submits specially crafted SQL queries that trigger the vulnerable code path in the Optimizer component. These queries are designed to cause the optimizer to consume excessive resources during the query planning phase, before actual query execution begins.

The vulnerability can be triggered by:

  • Constructing complex queries with specific join patterns
  • Using certain subquery structures that stress the optimizer
  • Creating query conditions that force expensive optimization calculations

Since legitimate database users may inadvertently trigger this vulnerability, organizations should monitor for unusual query patterns and server resource usage.

Detection Methods for CVE-2026-22009

Indicators of Compromise

  • Unexpected MySQL Server process crashes or hangs correlated with specific query execution
  • Elevated CPU utilization by MySQL processes during query optimization phases
  • Repeated server restarts without apparent infrastructure issues
  • Error logs showing optimizer-related failures or resource exhaustion messages
  • Database connection timeouts affecting multiple applications simultaneously

Detection Strategies

  • Monitor MySQL error logs for optimizer-related crashes, segmentation faults, or abnormal termination signals
  • Implement query auditing to identify unusual or complex query patterns submitted by users
  • Set up alerting on MySQL process state changes and unexpected restarts
  • Analyze slow query logs for queries that never complete or timeout during optimization
  • Deploy database activity monitoring solutions to track query submission patterns

Monitoring Recommendations

  • Enable MySQL performance schema monitoring for optimizer metrics and resource usage
  • Configure automated alerting for MySQL service availability and response time degradation
  • Implement connection pooling health checks to detect server unresponsiveness
  • Set up centralized logging for MySQL error logs with real-time analysis capabilities
  • Monitor system-level metrics (CPU, memory) for the MySQL process to detect resource exhaustion patterns

How to Mitigate CVE-2026-22009

Immediate Actions Required

  • Apply the Oracle Critical Patch Update for April 2026 as soon as possible
  • Review and restrict database user privileges to minimum required access levels
  • Implement query timeout settings to limit resource consumption by individual queries
  • Enable connection rate limiting to reduce potential for rapid exploitation attempts
  • Consider implementing a database firewall or proxy to filter potentially malicious queries

Patch Information

Oracle has addressed this vulnerability in the April 2026 Critical Patch Update. The official security advisory is available at the Oracle Critical Patch Update Advisory.

Organizations should upgrade to the following patched versions:

  • MySQL Server 8.0.46 or later for the 8.0.x branch
  • MySQL Server 8.4.9 or later for the 8.4.x branch
  • MySQL Server 9.6.1 or later for the 9.x branch

Before applying patches in production environments, test the updates in a staging environment to verify application compatibility.

Workarounds

  • Implement strict query complexity limits using the max_execution_time system variable to prevent long-running operations
  • Restrict optimizer features using optimizer_switch settings to disable potentially problematic optimization paths
  • Use connection pooling with aggressive timeout settings to automatically terminate stalled connections
  • Implement application-level query validation to reject overly complex queries before they reach the database
  • Consider deploying MySQL in a high-availability configuration to minimize downtime impact from crashes
bash
# Configuration example
# MySQL configuration recommendations for mitigating CVE-2026-22009
# Add to my.cnf or my.ini under [mysqld] section

# Limit query execution time (in milliseconds)
max_execution_time=30000

# Limit optimizer resource usage
optimizer_search_depth=10

# Set resource limits for optimizer
range_optimizer_max_mem_size=8388608

# Enable additional logging for troubleshooting
log_error_verbosity=3
slow_query_log=ON
long_query_time=5

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.04%

  • 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
  • CWE-400
  • Vendor Resources
  • Oracle Critical Patch Update
  • Related CVEs
  • CVE-2026-35235: Oracle MySQL Server DoS Vulnerability

  • CVE-2026-35234: Oracle MySQL Server DOS Vulnerability

  • CVE-2026-34308: Oracle MySQL Server DOS Vulnerability

  • CVE-2026-34304: 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