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

CVE-2025-21534: Oracle MySQL Server DoS Vulnerability

CVE-2025-21534 is a denial of service vulnerability in Oracle MySQL Server's Performance Schema component that enables attackers to crash the database. This article covers technical details, affected versions, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-21534 Overview

CVE-2025-21534 is a Denial of Service vulnerability affecting the MySQL Server product of Oracle MySQL, specifically in the Server: Performance Schema component. This vulnerability allows a high-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.

Critical Impact

Successful exploitation enables attackers with administrative privileges to completely disrupt MySQL Server availability through repeatable crashes, potentially causing significant service outages for dependent applications.

Affected Products

  • Oracle MySQL Server 8.0.39 and prior versions
  • Oracle MySQL Server 8.4.2 and prior versions
  • Oracle MySQL Server 9.0.1 and prior versions

Discovery Timeline

  • 2025-01-21 - CVE-2025-21534 published to NVD
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2025-21534

Vulnerability Analysis

This vulnerability resides in the Performance Schema component of Oracle MySQL Server. The Performance Schema is a feature designed for monitoring MySQL Server execution at a low level, providing detailed performance metrics and event information. The flaw enables an authenticated attacker with high privileges to trigger resource allocation without appropriate limits (CWE-770), leading to a denial of service condition.

The vulnerability is easily exploitable, requiring no user interaction once the attacker has established network access with appropriate credentials. The impact is isolated to availability, with no effect on confidentiality or integrity of the data stored within the MySQL Server.

Root Cause

The root cause is classified as CWE-770: Allocation of Resources Without Limits or Throttling. The Performance Schema component fails to properly manage resource allocation, allowing a privileged user to consume server resources in a manner that triggers a crash or hang condition. This lack of proper resource limiting enables the denial of service attack vector.

Attack Vector

The attack vector is network-based, allowing exploitation via multiple protocols supported by MySQL Server. The attacker must possess high-level privileges (such as administrative access) to the MySQL Server instance. Once authenticated, the attacker can manipulate Performance Schema operations in a way that exhausts resources or triggers a crash condition.

The attack does not require user interaction and has low complexity, making it straightforward to execute once the prerequisite access is obtained. The scope is unchanged, meaning the vulnerability only affects the MySQL Server itself without impacting other components in the hosting environment.

Detection Methods for CVE-2025-21534

Indicators of Compromise

  • Unexpected MySQL Server crashes or hangs, particularly when Performance Schema operations are being performed
  • Abnormal resource consumption patterns in MySQL Server processes
  • Repeated database service restarts without apparent cause
  • Error logs indicating Performance Schema-related failures or resource exhaustion

Detection Strategies

  • Monitor MySQL Server error logs for crash reports and unusual Performance Schema errors
  • Implement database activity monitoring to detect anomalous queries from high-privileged accounts
  • Deploy network monitoring to identify unusual connection patterns to MySQL Server ports
  • Configure alerting for unexpected MySQL service restarts or availability issues

Monitoring Recommendations

  • Enable comprehensive MySQL Server audit logging to track privileged user activities
  • Set up automated health checks for MySQL Server availability
  • Monitor system resource utilization (CPU, memory) for MySQL Server processes
  • Implement real-time alerting for database service interruptions

How to Mitigate CVE-2025-21534

Immediate Actions Required

  • Apply the security patches provided in Oracle's January 2025 Critical Patch Update
  • Review and restrict high-privilege account access to minimize attack surface
  • Implement network segmentation to limit access to MySQL Server from untrusted networks
  • Enable enhanced audit logging for privileged database operations

Patch Information

Oracle has released security patches addressing this vulnerability in the January 2025 Critical Patch Update (CPU). Affected organizations should upgrade their MySQL Server installations to the latest patched versions. Detailed patch information is available in the Oracle January 2025 CPU Security Alerts. Additional guidance is provided in the NetApp Security Advisory NTAP-20250124-0010.

Workarounds

  • Restrict network access to MySQL Server to trusted hosts and networks only
  • Implement strict access controls to limit the number of accounts with high privileges
  • Monitor and audit all administrative actions on MySQL Server instances
  • Consider disabling or limiting Performance Schema features if not required for operations
bash
# Configuration example - Restrict MySQL bind address and implement firewall rules
# In my.cnf, limit MySQL to specific interface
bind-address = 127.0.0.1

# Use iptables/firewall to restrict MySQL port access
# 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/TechOracle Mysql Server

  • SeverityMEDIUM

  • CVSS Score4.9

  • EPSS Probability0.19%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-770
  • Technical References
  • NetApp Security Advisory NTAP-20250124-0010
  • Vendor Resources
  • Oracle January 2025 CPU Security Alerts
  • Related CVEs
  • CVE-2025-21559: Oracle MySQL Server DoS Vulnerability

  • CVE-2025-21555: Oracle MySQL Server DOS Vulnerability

  • CVE-2025-21505: Oracle MySQL Server DoS Vulnerability

  • CVE-2025-21490: 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