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
    • 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-2021-35610

CVE-2021-35610: Oracle MySQL Server DOS Vulnerability

CVE-2021-35610 is a denial of service vulnerability in Oracle MySQL Server's Optimizer component affecting version 8.0.26 and earlier. Attackers can cause crashes and unauthorized data modifications. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 25, 2026

CVE-2021-35610 Overview

CVE-2021-35610 is a vulnerability in the MySQL Server product of Oracle MySQL, specifically affecting the Server: Optimizer component. This easily exploitable flaw allows a low-privileged attacker with network access via multiple protocols to compromise MySQL Server instances. Successful exploitation can result in a complete denial of service (DoS) through server hang or frequently repeatable crash, as well as unauthorized modification of MySQL Server accessible data through update, insert, or delete operations.

Critical Impact

A low-privileged attacker can cause complete service disruption and unauthorized data modification in MySQL Server versions 8.0.26 and prior.

Affected Products

  • Oracle MySQL Server 8.0.26 and prior versions
  • NetApp OnCommand Insight
  • NetApp SnapCenter
  • Fedora 33, 34, and 35

Discovery Timeline

  • October 20, 2021 - CVE-2021-35610 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2021-35610

Vulnerability Analysis

This vulnerability resides within the Optimizer component of MySQL Server, which is responsible for analyzing SQL queries and determining the most efficient execution plan. The flaw allows attackers with low-privilege database access to craft specific queries or operations that trigger undefined behavior in the optimizer, leading to server instability.

The attack is particularly concerning because it combines availability and integrity impacts. An attacker can not only cause the database server to crash or hang indefinitely but also manipulate data within the MySQL Server's accessible scope. The network-based attack vector means any authenticated user with basic database privileges can potentially exploit this vulnerability from a remote location without requiring any user interaction.

Root Cause

The root cause lies in improper handling within the MySQL Server Optimizer component. While specific details have not been disclosed by Oracle (classified as NVD-CWE-noinfo), the vulnerability stems from how the optimizer processes certain query patterns or optimization paths. This can lead to resource exhaustion, infinite loops, or memory corruption that results in server crashes and potential data integrity violations.

Attack Vector

The attack can be executed over the network through standard MySQL connection protocols. An attacker requires:

  1. Valid database credentials with low-level privileges
  2. Network connectivity to the MySQL Server instance
  3. Ability to execute queries that trigger the vulnerable optimizer code path

The exploitation does not require any user interaction and can be repeated easily once the attack vector is identified. The vulnerability affects the unchanged scope, meaning the impact is limited to the MySQL Server component itself.

Due to the nature of this vulnerability and the absence of verified proof-of-concept code, the specific exploitation mechanism involves crafting SQL queries that cause the optimizer to enter an unstable state. Organizations should refer to the Oracle Security Advisory for detailed technical information about the affected code paths.

Detection Methods for CVE-2021-35610

Indicators of Compromise

  • Unexpected MySQL Server crashes or hangs with no apparent resource constraints
  • Unusual query patterns targeting optimizer-heavy operations from authenticated sessions
  • Database error logs showing optimizer-related failures or abnormal terminations
  • Unauthorized data modifications detected in audit logs

Detection Strategies

  • Monitor MySQL error logs for recurring crashes with optimizer-related stack traces
  • Implement database activity monitoring to detect anomalous query patterns from low-privilege users
  • Configure alerts for unexpected MySQL service restarts or high availability failovers
  • Review authentication logs for suspicious access patterns from known or compromised accounts

Monitoring Recommendations

  • Enable MySQL General Query Log or Slow Query Log to capture potentially malicious queries
  • Deploy SentinelOne agents on database servers to detect exploitation attempts and anomalous process behavior
  • Implement network-level monitoring for unusual MySQL protocol traffic patterns
  • Establish baseline metrics for MySQL Server performance to identify deviation during attack attempts

How to Mitigate CVE-2021-35610

Immediate Actions Required

  • Upgrade MySQL Server to version 8.0.27 or later as recommended by Oracle
  • Review and restrict database user privileges to minimum required access levels
  • Implement network segmentation to limit direct access to MySQL Server instances
  • Enable comprehensive logging and monitoring on all MySQL deployments

Patch Information

Oracle has addressed this vulnerability in the October 2021 Critical Patch Update (CPU). Organizations should apply the latest security patches available through the Oracle Security Alerts page. For downstream products:

  • NetApp users: Refer to the NetApp Security Advisory for OnCommand Insight and SnapCenter updates
  • Fedora users: Apply updates through standard package management as announced in Fedora Package Announcements for Fedora 33, 34, and 35

Workarounds

  • Implement strict network access controls to limit MySQL Server exposure to trusted hosts only
  • Enforce principle of least privilege by auditing and reducing database user permissions
  • Deploy a web application firewall or database firewall capable of detecting malicious query patterns
  • Consider implementing query throttling for non-administrative database accounts
bash
# Configuration example - Restrict MySQL network access
# Edit /etc/mysql/mysql.conf.d/mysqld.cnf
bind-address = 127.0.0.1  # Restrict to localhost only
# Or specify trusted network interface IP

# Limit user privileges - Example MySQL commands
# REVOKE ALL PRIVILEGES ON *.* FROM 'limited_user'@'%';
# GRANT SELECT, INSERT ON specific_db.* TO 'limited_user'@'trusted_host';
# FLUSH PRIVILEGES;

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

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.75%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Technical References
  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • NetApp Security Advisory
  • Vendor Resources
  • Oracle Security Alert
  • Related CVEs
  • CVE-2025-21543: Oracle MySQL Cluster DOS Vulnerability

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

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

  • CVE-2025-21574: Oracle MySQL Cluster 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