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

CVE-2025-21577: Oracle MySQL Server DoS Vulnerability

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

Updated: January 22, 2026

CVE-2025-21577 Overview

CVE-2025-21577 is a Denial of Service vulnerability affecting the InnoDB storage engine component of Oracle MySQL Server. 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 instance.

The vulnerability exists in multiple supported versions of MySQL Server and can be exploited via multiple network protocols. Organizations relying on MySQL Server for critical database operations should prioritize remediation to prevent potential service disruptions.

Critical Impact

Successful exploitation can result in complete denial of service of MySQL Server, causing service outages that may affect dependent applications and business operations.

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

Discovery Timeline

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

Technical Details for CVE-2025-21577

Vulnerability Analysis

This vulnerability resides in the InnoDB storage engine component of MySQL Server. InnoDB is the default storage engine for MySQL, handling critical database operations including transaction management, crash recovery, and row-level locking. The flaw allows authenticated attackers to trigger resource exhaustion conditions within the InnoDB component.

The vulnerability is classified under CWE-400 (Uncontrolled Resource Consumption), indicating that the issue stems from improper handling of resource allocation or deallocation within the InnoDB engine. When exploited, this leads to resource exhaustion that causes the MySQL Server to hang or crash repeatedly.

Root Cause

The root cause of CVE-2025-21577 is an uncontrolled resource consumption issue (CWE-400) within the InnoDB storage engine. The vulnerability allows an attacker to manipulate database operations in a way that exhausts system resources, leading to denial of service conditions. The lack of proper resource limits or input validation in specific InnoDB operations enables this exploitation path.

Attack Vector

The attack can be executed remotely over the network through multiple protocols supported by MySQL Server. An attacker requires only low-level privileges (basic database authentication) to exploit this vulnerability. No user interaction is required, making this vulnerability particularly concerning for internet-exposed or internally accessible MySQL Server deployments.

The attack flow involves:

  1. Establishing a network connection to the MySQL Server
  2. Authenticating with low-privilege credentials
  3. Executing specific operations that trigger the resource exhaustion condition in InnoDB
  4. The server becomes unresponsive or crashes, denying service to legitimate users

Since no verified code examples are available for this vulnerability, organizations should consult the Oracle Security Alert April 2025 for detailed technical information about the exploitation mechanism.

Detection Methods for CVE-2025-21577

Indicators of Compromise

  • Unexpected MySQL Server crashes or hangs without apparent system resource limitations
  • Repeated crash-recovery cycles in MySQL error logs related to InnoDB operations
  • Abnormal database connection patterns from low-privileged accounts
  • Unusual resource consumption spikes in MySQL processes before service interruption

Detection Strategies

  • Monitor MySQL error logs for InnoDB-related crash dumps and recovery messages
  • Implement alerting for MySQL Server process restarts and unexpected terminations
  • Track database connection attempts and query patterns from authenticated users
  • Deploy network monitoring to identify unusual traffic patterns to MySQL ports (3306/tcp)

Monitoring Recommendations

  • Enable MySQL Server performance monitoring to detect resource exhaustion conditions
  • Configure automated alerts for MySQL service availability and response times
  • Implement database activity monitoring to log and analyze all InnoDB operations
  • Review authentication logs regularly to identify potential malicious account usage

How to Mitigate CVE-2025-21577

Immediate Actions Required

  • Apply the security patches provided in Oracle's Critical Patch Update for April 2025
  • Review and restrict database user privileges to the minimum necessary
  • Implement network segmentation to limit access to MySQL Server from untrusted sources
  • Enable MySQL Server audit logging to track suspicious activities

Patch Information

Oracle has released security patches to address this vulnerability as part of the April 2025 Critical Patch Update. Affected organizations should upgrade to the following patched versions:

  • MySQL Server 8.0.42 or later for the 8.0.x branch
  • MySQL Server 8.4.5 or later for the 8.4.x branch
  • MySQL Server 9.2.1 or later for the 9.x branch

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

Workarounds

  • Restrict network access to MySQL Server to trusted hosts only using firewall rules
  • Review and revoke unnecessary database user accounts and privileges
  • Implement connection limits and rate limiting for database connections
  • Consider deploying MySQL behind a database proxy or load balancer with connection management capabilities
bash
# Example: Restrict MySQL network access using firewall rules
# Allow MySQL connections only from trusted application servers
iptables -A INPUT -p tcp --dport 3306 -s 10.0.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 3306 -j DROP

# Review MySQL user privileges
mysql -u root -p -e "SELECT user, host, authentication_string FROM mysql.user;"

# Revoke unnecessary privileges from users
# mysql -u root -p -e "REVOKE ALL PRIVILEGES ON *.* FROM 'username'@'host';"

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