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
    • 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-35624

CVE-2021-35624: MySQL Server Privilege Escalation Flaw

CVE-2021-35624 is a privilege escalation vulnerability in MySQL Server affecting versions 5.7.35 and 8.0.26. Attackers with high privileges can modify critical data. This article covers technical details, impact, and mitigation.

Published: February 25, 2026

CVE-2021-35624 Overview

CVE-2021-35624 is a privilege-related vulnerability in the MySQL Server product of Oracle MySQL, specifically affecting the Server: Security: Privileges component. This vulnerability allows a high-privileged attacker with network access via multiple protocols to compromise MySQL Server, resulting in unauthorized creation, deletion, or modification access to critical data or all MySQL Server accessible data.

Critical Impact

A high-privileged attacker can exploit this vulnerability remotely to gain unauthorized modification access to critical MySQL Server data, potentially compromising data integrity across the entire database system.

Affected Products

  • Oracle MySQL versions 5.7.35 and prior
  • Oracle MySQL versions 8.0.26 and prior
  • NetApp OnCommand Insight
  • NetApp SnapCenter

Discovery Timeline

  • 2021-10-20 - CVE-2021-35624 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2021-35624

Vulnerability Analysis

This vulnerability exists within the Server: Security: Privileges component of MySQL Server. The flaw enables authenticated attackers with elevated privileges to bypass intended access controls, allowing them to perform unauthorized data operations. The vulnerability is classified as easily exploitable, meaning the attack complexity is low and does not require user interaction.

The impact is primarily on data integrity rather than confidentiality or availability. An attacker who successfully exploits this vulnerability gains the ability to create, delete, or modify critical data within the MySQL Server environment. This could lead to database tampering, unauthorized schema modifications, or corruption of business-critical information.

Root Cause

The vulnerability stems from improper privilege handling within the MySQL Server's security subsystem. The Server: Security: Privileges component fails to properly enforce access control restrictions, allowing high-privileged users to exceed their intended authorization boundaries. While specific CWE classification is not available for this vulnerability, the behavior indicates a broken access control condition in the privilege management system.

Attack Vector

The attack requires network access and can be executed via multiple protocols supported by MySQL Server. The attacker must possess high-level privileges within the MySQL environment, though once this prerequisite is met, exploitation is straightforward.

The attack flow involves:

  1. An attacker establishes a network connection to the vulnerable MySQL Server instance
  2. The attacker authenticates with high-privileged credentials
  3. The attacker leverages the privilege handling flaw to perform unauthorized data operations
  4. Critical data can be created, deleted, or modified beyond the attacker's intended access level

No public proof-of-concept code is currently available for this vulnerability. For detailed technical information, refer to the Oracle Security Alert CPU October 2021.

Detection Methods for CVE-2021-35624

Indicators of Compromise

  • Unexpected modifications to database schemas or critical data tables by privileged accounts
  • Anomalous privilege escalation attempts or authorization bypass events in MySQL audit logs
  • Unusual network connections to MySQL Server from privileged user accounts

Detection Strategies

  • Enable MySQL Enterprise Audit or similar logging to capture all privilege-related operations
  • Monitor for data modification operations that exceed expected authorization boundaries
  • Implement database activity monitoring to detect unauthorized DDL or DML statements from privileged accounts
  • Review MySQL general query logs for suspicious privilege-related commands

Monitoring Recommendations

  • Configure alerting on bulk data modifications or deletions performed by administrative accounts
  • Establish baseline behavior for privileged user activity and alert on deviations
  • Monitor MySQL error logs for privilege-related warnings or access control failures
  • Implement real-time monitoring of database integrity checksums for critical tables

How to Mitigate CVE-2021-35624

Immediate Actions Required

  • Upgrade Oracle MySQL to version 5.7.36 or later for the 5.7.x branch
  • Upgrade Oracle MySQL to version 8.0.27 or later for the 8.0.x branch
  • Apply the October 2021 Critical Patch Update (CPU) from Oracle immediately
  • Review and restrict high-privilege account access to minimize attack surface

Patch Information

Oracle has released security patches addressing this vulnerability as part of the October 2021 Critical Patch Update. Detailed patch information and download links are available in the Oracle Security Alert CPU October 2021. NetApp customers should also review the NetApp Security Advisory NTAP-20211022-0003 for guidance on affected NetApp products including OnCommand Insight and SnapCenter.

Workarounds

  • Implement strict network segmentation to limit MySQL Server exposure
  • Apply principle of least privilege to all MySQL accounts, reducing the number of high-privileged users
  • Enable MySQL Enterprise Firewall to restrict allowed SQL statements for privileged accounts
  • Use TLS/SSL encryption for all MySQL connections to prevent credential interception
bash
# Configuration example - Restrict MySQL network access
# In my.cnf or mysql.conf.d/mysqld.cnf
[mysqld]
bind-address = 127.0.0.1
# Or restrict to specific trusted networks
# bind-address = 10.0.0.5

# Enable general query logging for audit purposes
general_log = 1
general_log_file = /var/log/mysql/mysql.log

# Require SSL for all connections
require_secure_transport = ON

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechMysql

  • SeverityMEDIUM

  • CVSS Score4.9

  • EPSS Probability0.30%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • NVD-CWE-noinfo
  • Technical References
  • NetApp Security Advisory NTAP-20211022-0003
  • Vendor Resources
  • Oracle Security Alert CPU October 2021
  • Related CVEs
  • CVE-2026-21952: MySQL Server Parser DoS Vulnerability

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

  • CVE-2026-21949: MySQL Server DOS Vulnerability

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