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-2025-21574

CVE-2025-21574: Oracle MySQL Cluster DOS Vulnerability

CVE-2025-21574 is a denial of service flaw in Oracle MySQL Cluster's Server Parser component that allows attackers to crash the database server. This article covers technical details, affected versions, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-21574 Overview

CVE-2025-21574 is a Denial of Service vulnerability in the MySQL Server product of Oracle MySQL, specifically affecting the Server: Parser 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. This makes it particularly concerning for organizations running affected MySQL Server versions in network-accessible environments, as authenticated users could potentially disrupt database availability.

Critical Impact

Authenticated attackers can cause complete denial of service by triggering a hang or repeatable crash of MySQL Server, disrupting database-dependent applications and services.

Affected Products

  • Oracle MySQL Server versions 8.0.0 through 8.0.41
  • Oracle MySQL Server versions 8.4.0 through 8.4.4
  • Oracle MySQL Server versions 9.0.0 through 9.2.0
  • Oracle MySQL Cluster (affected versions align with MySQL Server)

Discovery Timeline

  • 2025-04-15 - CVE-2025-21574 published to NVD
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2025-21574

Vulnerability Analysis

This vulnerability resides in the Server: Parser component of Oracle MySQL Server. The parser is responsible for interpreting and processing SQL statements submitted by clients. A flaw in the parsing logic can be exploited by an authenticated user to trigger resource exhaustion or uncontrolled resource consumption (CWE-400), leading to a denial of service condition.

The attack can be executed remotely over the network via multiple protocols, requiring only low-level database privileges. This means any authenticated database user could potentially exploit this vulnerability to disrupt service availability. The impact is limited to availability—there is no unauthorized access to data or ability to modify information.

Root Cause

The root cause is classified under CWE-400 (Uncontrolled Resource Consumption). The MySQL Server Parser component fails to properly handle certain malformed or specially crafted SQL statements, leading to resource exhaustion. This improper resource management allows attackers to consume excessive server resources, causing the database to hang or crash repeatedly.

Attack Vector

The attack vector is network-based, allowing exploitation from remote locations. An attacker needs:

  1. Network Access: Connectivity to the MySQL Server via supported protocols
  2. Low Privileges: Basic authentication credentials (any valid database user account)
  3. Crafted Requests: Ability to submit specially crafted SQL statements to the parser

The exploitation complexity is low, requiring no user interaction. Once a malicious query is submitted, the parser processes it in a way that leads to resource exhaustion, causing the server to become unresponsive or crash. The attack can be repeated to maintain a persistent denial of service condition.

The vulnerability manifests when the Server: Parser component processes specific input patterns that trigger uncontrolled resource consumption. Technical details regarding the specific exploitation mechanism can be found in the Oracle Security Alert April 2025.

Detection Methods for CVE-2025-21574

Indicators of Compromise

  • Unusual patterns of MySQL Server crashes or hangs without apparent cause
  • Repeated connection attempts followed by server unresponsiveness
  • Abnormal CPU or memory consumption spikes on MySQL Server hosts
  • Error logs indicating parser-related failures or resource exhaustion

Detection Strategies

  • Monitor MySQL error logs for repeated crash patterns or parser-related error messages
  • Implement database activity monitoring to detect unusual query patterns from authenticated users
  • Track resource consumption metrics (CPU, memory) on MySQL Server hosts for sudden spikes
  • Enable MySQL audit logging to capture and analyze suspicious query submissions

Monitoring Recommendations

  • Configure alerting for MySQL Server process restarts or unexpected terminations
  • Establish baseline metrics for normal parser performance and alert on deviations
  • Deploy network monitoring to detect unusual traffic patterns to MySQL ports (3306/tcp)
  • Implement query analysis tools to identify potentially malicious SQL statement patterns

How to Mitigate CVE-2025-21574

Immediate Actions Required

  • Apply the latest Oracle Critical Patch Update (CPU) from April 2025 as soon as possible
  • Review and restrict database user privileges to the minimum required for operations
  • Limit network access to MySQL Server to trusted hosts and networks only
  • Increase monitoring on MySQL Server instances for signs of exploitation attempts

Patch Information

Oracle has released patches addressing this vulnerability as part of the April 2025 Critical Patch Update. Organizations should apply the appropriate patches based on their MySQL Server version:

  • MySQL Server 8.0.x: Upgrade to version 8.0.42 or later
  • MySQL Server 8.4.x: Upgrade to version 8.4.5 or later
  • MySQL Server 9.x: Upgrade to version 9.2.1 or later

For detailed patch information and download links, refer to the Oracle Security Alert April 2025. Additional vendor guidance is available from the NetApp Security Advisory NTAP-20250502-0006.

Workarounds

  • Implement strict network access controls to limit connectivity to MySQL Server
  • Enforce the principle of least privilege for all database accounts
  • Consider deploying a database firewall or proxy to filter potentially malicious queries
  • Enable connection rate limiting to reduce the impact of repeated exploitation attempts
  • Temporarily revoke network access from untrusted or unnecessary database accounts
bash
# Example: Restrict MySQL network 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

# Review and audit database user privileges
mysql -u root -p -e "SELECT user, host FROM mysql.user;"

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 Score6.5

  • EPSS Probability0.09%

  • 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
  • Technical References
  • NetApp Security Advisory NTAP-20250502-0006
  • Vendor Resources
  • Oracle Security Alert April 2025
  • Related CVEs
  • CVE-2025-21521: Oracle MySQL Server DoS Vulnerability

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

  • CVE-2025-50078: Oracle MySQL Server DML DOS Vulnerability

  • CVE-2023-22084: Oracle MySQL Server InnoDB 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