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-2022-21617

CVE-2022-21617: Oracle MySQL Server DoS Vulnerability

CVE-2022-21617 is a denial of service flaw in Oracle MySQL Server's connection handling component affecting versions 5.7.39 and 8.0.30 and prior. This vulnerability allows privileged attackers to crash the server. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 17, 2026

CVE-2022-21617 Overview

CVE-2022-21617 is a vulnerability in the MySQL Server product of Oracle MySQL, specifically affecting the Server: Connection Handling component. This flaw allows a high-privileged attacker with network access to cause a complete denial of service condition against affected MySQL Server instances. The vulnerability is classified as easily exploitable, requiring no user interaction to execute successfully.

Critical Impact

Successful exploitation allows attackers with administrative privileges to cause a hang or frequently repeatable crash of MySQL Server, resulting in complete denial of service to database operations.

Affected Products

  • Oracle MySQL versions 5.7.39 and prior
  • Oracle MySQL versions 8.0.30 and prior
  • NetApp OnCommand Insight
  • NetApp OnCommand Workflow Automation

Discovery Timeline

  • 2022-10-18 - CVE-2022-21617 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-21617

Vulnerability Analysis

This vulnerability resides within the Connection Handling component of Oracle MySQL Server. When exploited, it allows an authenticated attacker with high-level privileges (such as database administrators) to manipulate connection handling mechanisms in a way that destabilizes the server. The attack can be executed remotely over the network using multiple protocols supported by MySQL.

The vulnerability exclusively impacts system availability without affecting data confidentiality or integrity. An attacker cannot use this flaw to access or modify sensitive data; however, they can effectively render the database server inoperable through repeated crashes or system hangs.

Root Cause

The root cause stems from improper handling of connection requests within the MySQL Server's connection management subsystem. When specific conditions are met during connection handling operations, the server fails to properly manage resources or validate states, leading to an exploitable denial of service condition. The exact technical details have not been fully disclosed by Oracle, which classifies this under "NVD-CWE-noinfo."

Attack Vector

The attack vector for CVE-2022-21617 is network-based, meaning an attacker must have network connectivity to the MySQL Server instance. The attack requires:

  1. High Privileges: The attacker must possess administrative-level access to the MySQL server
  2. Network Access: Remote connectivity to the target MySQL instance via supported protocols
  3. No User Interaction: The attack does not require any victim interaction

The exploitation process involves sending specially crafted requests that trigger the connection handling flaw. While specific exploitation techniques have not been publicly documented, the vulnerability can be triggered through normal MySQL connection protocols when conditions align.

Detection Methods for CVE-2022-21617

Indicators of Compromise

  • Unexpected MySQL server crashes or service restarts without apparent cause
  • Abnormal connection handling errors in MySQL error logs
  • Repeated server hangs during periods of administrative activity
  • Unusual patterns of privileged account connections preceding service disruptions

Detection Strategies

  • Monitor MySQL error logs for connection handling exceptions and crash reports
  • Implement database activity monitoring (DAM) to track administrative account usage patterns
  • Configure alerting on MySQL service availability interruptions and automatic restarts
  • Review audit logs for suspicious administrative operations from unexpected sources

Monitoring Recommendations

  • Enable comprehensive logging for MySQL connection events and administrative actions
  • Deploy network monitoring to detect anomalous traffic patterns to MySQL ports (3306/TCP by default)
  • Implement real-time alerting for MySQL service state changes and process terminations
  • Correlate authentication events with service availability metrics to identify exploitation attempts

How to Mitigate CVE-2022-21617

Immediate Actions Required

  • Upgrade Oracle MySQL Server to versions newer than 5.7.39 (for 5.7.x branch) or 8.0.30 (for 8.0.x branch)
  • Review and restrict administrative privileges to only essential personnel
  • Implement network segmentation to limit access to MySQL Server instances
  • Apply vendor patches as described in the Oracle Critical Patch Update October 2022

Patch Information

Oracle has addressed this vulnerability in their October 2022 Critical Patch Update (CPU). Administrators should apply the relevant patches from the Oracle Security Alert. For NetApp products, refer to the NetApp Security Advisory NTAP-20221028-0013 for specific remediation guidance. Fedora users should apply updates as announced in the Fedora Package Announcements.

Workarounds

  • Restrict network access to MySQL Server to only trusted IP addresses using firewall rules
  • Implement strict privilege management and audit high-privileged account usage
  • Enable MySQL audit plugins to log all administrative operations for forensic purposes
  • Consider deploying MySQL behind a proxy layer that can detect and block anomalous connection patterns
bash
# MySQL configuration recommendations for hardening
# Add to my.cnf or my.ini configuration file

# Restrict bind address to specific interfaces
bind-address = 127.0.0.1

# Limit maximum connections to prevent resource exhaustion
max_connections = 150

# Enable error logging for troubleshooting
log_error = /var/log/mysql/error.log

# Enable general query log for auditing (use cautiously in production)
general_log = 1
general_log_file = /var/log/mysql/mysql.log

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

  • SeverityMEDIUM

  • CVSS Score4.9

  • EPSS Probability0.08%

  • 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
  • NVD-CWE-noinfo
  • Technical References
  • Fedora Package Announcement

  • Fedora Package Announcement

  • NetApp Security Advisory NTAP-20221028-0013
  • Vendor Resources
  • Oracle Security Alert CPU Oct 2022
  • 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