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

CVE-2026-34272: Oracle MySQL Server DoS Vulnerability

CVE-2026-34272 is a denial of service vulnerability in Oracle MySQL Server affecting versions 9.0.0-9.6.0. Attackers with low privileges can crash the server remotely. This article covers technical details, impact, and mitigation.

Published: April 23, 2026

CVE-2026-34272 Overview

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

The vulnerability is classified as easily exploitable, requiring only low privileges and network access via multiple protocols to trigger the denial of service condition. Organizations running affected MySQL Server versions should prioritize assessment and remediation to prevent potential service disruptions.

Critical Impact

Successful exploitation allows attackers to completely disrupt MySQL Server availability, causing database outages that can affect dependent applications and services.

Affected Products

  • Oracle MySQL Server versions 9.0.0 through 9.6.0

Discovery Timeline

  • April 21, 2026 - CVE-2026-34272 published to NVD
  • April 23, 2026 - Last updated in NVD database

Technical Details for CVE-2026-34272

Vulnerability Analysis

This vulnerability resides in the Optimizer component of MySQL Server. The Optimizer is responsible for determining the most efficient way to execute SQL queries, analyzing query structures and available indexes to create execution plans. A flaw in this component allows attackers to craft malicious queries or operations that trigger resource exhaustion conditions.

The attack can be executed remotely over the network using multiple protocols supported by MySQL Server. An attacker with valid low-level credentials can submit specially crafted requests that cause the Optimizer component to enter a state resulting in either a hang condition or a repeatable crash sequence. This impacts the availability of the entire MySQL Server instance without affecting data confidentiality or integrity.

Root Cause

The vulnerability stems from a Resource Exhaustion weakness (CWE-400) in the MySQL Server Optimizer component. This class of vulnerability occurs when software does not properly restrict the amount of resources consumed by an actor, allowing malicious inputs to exhaust system resources. In this case, the Optimizer fails to adequately limit resource consumption when processing certain operations, enabling denial of service attacks.

Attack Vector

The attack vector for CVE-2026-34272 is network-based, requiring:

  1. Network connectivity to the target MySQL Server
  2. Low-privileged authentication credentials (any valid MySQL user account)
  3. Ability to submit queries or operations processed by the Optimizer component

An attacker with these prerequisites can repeatedly trigger the vulnerability, causing sustained denial of service conditions. The attack complexity is low, meaning no special conditions or circumstances are required beyond the basic prerequisites. No user interaction is needed to execute the attack.

The vulnerability can be exploited by submitting operations that cause the Optimizer to mishandle resource allocation, leading to either:

  • A hang state where the server becomes unresponsive
  • A crash condition that can be repeatedly triggered

Detection Methods for CVE-2026-34272

Indicators of Compromise

  • Unexpected MySQL Server process crashes or restarts without obvious cause
  • MySQL Server entering unresponsive or hung states
  • Unusual query patterns targeting optimizer functionality
  • Authentication logs showing repeated connections followed by server instability

Detection Strategies

  • Monitor MySQL error logs for crash signatures and unexpected termination events
  • Implement query logging and analysis to identify anomalous optimizer-intensive queries
  • Track server availability metrics and alert on unexpected downtime or hang conditions
  • Correlate authentication events with subsequent server stability issues

Monitoring Recommendations

  • Configure MySQL Server to generate detailed error logging for crash analysis
  • Implement database performance monitoring to detect degradation before complete DoS
  • Set up automated alerting for MySQL process state changes and restarts
  • Monitor system resource utilization (CPU, memory) for exhaustion patterns indicative of exploitation attempts

How to Mitigate CVE-2026-34272

Immediate Actions Required

  • Review and upgrade Oracle MySQL Server installations running versions 9.0.0 through 9.6.0
  • Apply the security patch from Oracle's April 2026 Critical Patch Update
  • Audit user accounts and remove unnecessary low-privileged access where possible
  • Implement network segmentation to limit MySQL Server exposure

Patch Information

Oracle has released a security patch addressing this vulnerability as part of the April 2026 Critical Patch Update. Administrators should obtain the patch from the Oracle Security Alerts page and apply it according to Oracle's documented procedures.

Ensure proper backup and testing procedures are followed before applying patches to production MySQL Server instances.

Workarounds

  • Restrict network access to MySQL Server to trusted IP addresses and networks only
  • Implement strict firewall rules limiting connectivity to the MySQL port (default 3306)
  • Review and minimize privileges granted to MySQL user accounts
  • Consider implementing connection rate limiting to reduce the impact of repeated exploitation attempts
  • Monitor for patch availability and plan expedited deployment
bash
# Example: Restrict MySQL access using iptables
iptables -A INPUT -p tcp --dport 3306 -s trusted_network/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 3306 -j DROP

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechMysql

  • 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 Security Alert
  • Related CVEs
  • CVE-2026-34271: Oracle MySQL Server DoS Vulnerability

  • CVE-2026-21952: MySQL Server Parser DoS Vulnerability

  • CVE-2026-21950: MySQL Server Optimizer DoS Vulnerability

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