Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2390

CVE-2021-2390: Oracle MySQL Server InnoDB DoS Vulnerability

CVE-2021-2390 is a denial of service vulnerability in Oracle MySQL Server InnoDB component that allows attackers to crash the database. This post covers technical details, affected versions 5.7.34 and 8.0.25, impact, and mitigation.

Published: February 25, 2026

CVE-2021-2390 Overview

CVE-2021-2390 is an Integer Underflow vulnerability in the MySQL Server product of Oracle MySQL, specifically affecting the InnoDB storage engine component. This vulnerability allows an unauthenticated attacker with network access via multiple protocols to compromise MySQL Server, potentially causing a complete denial of service through a hang or frequently repeatable crash.

Critical Impact

Successful exploitation enables unauthenticated attackers to cause complete denial of service of MySQL Server instances, disrupting database availability and potentially affecting dependent applications and services.

Affected Products

  • Oracle MySQL Server versions 5.7.34 and prior
  • Oracle MySQL Server versions 8.0.25 and prior
  • NetApp OnCommand Insight

Discovery Timeline

  • July 21, 2021 - CVE-2021-2390 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2021-2390

Vulnerability Analysis

This vulnerability resides in the InnoDB storage engine, MySQL's default and most widely used transactional storage engine. The flaw is classified as CWE-191 (Integer Underflow), indicating that arithmetic operations on integer values can result in values wrapping below their minimum bounds. While the vulnerability requires specific conditions to exploit (reflected in its difficulty rating), it does not require any authentication, making it accessible to any attacker with network connectivity to the MySQL server.

The attack can be conducted via multiple protocols, providing flexibility for attackers in how they approach the target. When successfully exploited, the vulnerability causes the MySQL Server to either hang indefinitely or crash repeatedly, resulting in a complete denial of service condition that impacts database availability.

Root Cause

The root cause is an Integer Underflow condition (CWE-191) within the InnoDB component of MySQL Server. Integer underflow occurs when an arithmetic operation attempts to store a value smaller than the minimum value the integer type can hold, causing the value to wrap around to a large positive number. In the context of InnoDB, this arithmetic error in memory handling or index operations can trigger memory corruption or invalid state conditions that lead to server instability.

Attack Vector

The attack vector is network-based, allowing remote unauthenticated attackers to target vulnerable MySQL Server instances. The exploitation requires specific conditions to be met, making it difficult to exploit reliably. However, once successful, the attacker can cause:

  • Complete server hangs requiring manual intervention
  • Frequently repeatable crashes leading to sustained denial of service
  • Disruption of all database operations and dependent applications

The vulnerability can be exploited through standard MySQL network protocols without requiring valid credentials, though the complexity of triggering the underflow condition provides some natural mitigation against opportunistic attacks.

Detection Methods for CVE-2021-2390

Indicators of Compromise

  • Unexpected MySQL Server crashes or hangs without apparent cause
  • Repeated mysqld process restarts in system logs
  • Abnormal network traffic patterns targeting MySQL ports (typically 3306)
  • Error logs showing InnoDB-related crashes or memory issues

Detection Strategies

  • Monitor MySQL Server error logs for InnoDB crash signatures and unexpected restarts
  • Implement network intrusion detection rules for anomalous MySQL protocol traffic
  • Deploy database activity monitoring to identify unusual connection patterns from unauthenticated sources
  • Configure alerting for MySQL service availability degradation

Monitoring Recommendations

  • Enable comprehensive MySQL error logging with InnoDB-specific diagnostic options
  • Implement automated health checks for MySQL Server availability and responsiveness
  • Monitor system resource utilization for signs of denial of service conditions
  • Set up alerting thresholds for connection failures and server restart events

How to Mitigate CVE-2021-2390

Immediate Actions Required

  • Upgrade MySQL Server to version 8.0.26 or later, or 5.7.35 or later
  • Review network access controls to limit MySQL Server exposure
  • Implement firewall rules to restrict MySQL port access to trusted sources only
  • Monitor MySQL Server logs for signs of exploitation attempts

Patch Information

Oracle has addressed this vulnerability in their July 2021 Critical Patch Update (CPU). Administrators should apply the security patches available through the Oracle Security Alert - July 2021 CPU. NetApp users should also consult the NetApp Security Advisory for guidance on affected OnCommand Insight deployments. Additional technical details are available through the Zero Day Initiative Advisory ZDI-21-881.

Workarounds

  • Implement network segmentation to isolate MySQL servers from untrusted networks
  • Configure firewall rules to restrict MySQL port (3306) access to authorized hosts only
  • Enable connection rate limiting to reduce the impact of potential DoS attempts
  • Deploy a reverse proxy or load balancer with connection filtering capabilities
bash
# Example firewall configuration to restrict MySQL access
# Allow MySQL connections only from trusted application servers
iptables -A INPUT -p tcp --dport 3306 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 3306 -j DROP

# Verify MySQL Server version to confirm patch status
mysql --version
# Ensure version is 8.0.26+ or 5.7.35+

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

  • EPSS Probability2.18%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-191
  • Technical References
  • NetApp Security Advisory

  • Zero Day Initiative Advisory
  • Vendor Resources
  • Oracle Security Alert
  • Related CVEs
  • CVE-2026-35235: Oracle MySQL Server DoS Vulnerability

  • CVE-2026-35234: Oracle MySQL Server DOS Vulnerability

  • CVE-2026-34308: Oracle MySQL Server DOS Vulnerability

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