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-2024-45163

CVE-2024-45163: Mirai Botnet DoS Vulnerability

CVE-2024-45163 is a denial of service vulnerability in Mirai botnet command and control servers. Attackers exploit improper TCP connection handling to cause resource exhaustion. This article covers technical details, impact, and mitigation.

Updated: January 21, 2026

CVE-2024-45163 Overview

CVE-2024-45163 is a resource exhaustion vulnerability in the Mirai botnet's command and control (CNC) server that mishandles simultaneous TCP connections. The vulnerability allows unauthenticated sessions to remain open indefinitely, consuming server resources and potentially leading to denial of service conditions. An attacker can exploit this flaw by sending a recognized username (such as root) or arbitrary data to exhaust available resources on the CNC server.

Critical Impact

Attackers can remotely crash or disable Mirai botnet CNC servers by exploiting improper TCP connection handling, enabling disruption of botnet operations or potentially weaponizing this against botnet operators and their infrastructure.

Affected Products

  • Mirai botnet CNC server (through 2024-08-19)
  • Mirai botnet variants utilizing the vulnerable CNC server code
  • Systems running unpatched Mirai CNC server implementations

Discovery Timeline

  • 2024-08-22 - CVE-2024-45163 published to NVD
  • 2024-08-22 - Last updated in NVD database

Technical Details for CVE-2024-45163

Vulnerability Analysis

This vulnerability stems from improper resource management (CWE-400) in the Mirai botnet's CNC server implementation. The server fails to properly terminate or timeout unauthenticated TCP connections, allowing them to persist and consume system resources. When an attacker establishes multiple simultaneous connections to the CNC server without completing authentication, these sessions remain open indefinitely. This design flaw enables resource exhaustion attacks where an attacker can overwhelm the server by maintaining numerous idle connections.

The vulnerability can be exploited remotely over the network without requiring any authentication or user interaction. The attack complexity is low, making it easily reproducible by attackers with basic knowledge of TCP connection handling. While the vulnerability does not compromise data confidentiality, it poses significant risks to both integrity and availability of affected systems.

Root Cause

The root cause is improper handling of TCP connection state management in the CNC server code. Specifically:

  • The server does not implement proper connection timeouts for unauthenticated sessions
  • No limit is enforced on the number of concurrent unauthenticated connections
  • Sessions remain open when partial authentication data (like just a username) is sent
  • Resource cleanup mechanisms fail to reclaim resources from stale connections

This represents a classic resource exhaustion vulnerability where the server allocates resources for incoming connections but lacks safeguards to release them when connections are not properly established or authenticated.

Attack Vector

The attack leverages the network-accessible nature of the CNC server to initiate multiple TCP connections. An attacker can exploit this vulnerability by:

  1. Opening multiple TCP connections to the CNC server simultaneously
  2. Sending partial authentication data such as a recognized username (e.g., root) or arbitrary data
  3. Keeping these connections open without completing authentication
  4. Repeating the process to exhaust server resources including memory, file descriptors, and CPU

The attack does not require any special privileges or authentication, making it accessible to any attacker who can reach the CNC server over the network. The vulnerability can be exploited to effectively disable botnet CNC infrastructure, which may be of interest to security researchers, law enforcement, or competing threat actors seeking to disrupt botnet operations.

For technical details on the exploitation mechanism, see the Remote DoS Exploit Analysis on Medium and the related security demonstration video.

Detection Methods for CVE-2024-45163

Indicators of Compromise

  • Unusual spike in TCP connections to known Mirai CNC server ports
  • Large number of half-open or established TCP connections from single or multiple source IPs
  • Server resource exhaustion symptoms including high memory usage and file descriptor depletion
  • CNC server becoming unresponsive or crashing unexpectedly

Detection Strategies

  • Monitor for abnormal TCP connection patterns targeting port ranges typically used by Mirai CNC servers
  • Implement network flow analysis to identify connection flooding behavior from external sources
  • Deploy intrusion detection signatures for Mirai-related traffic patterns and partial authentication attempts
  • Track server resource utilization metrics and alert on anomalous resource consumption

Monitoring Recommendations

  • Enable connection tracking and logging on network boundary devices
  • Configure alerts for rapid TCP connection establishment from single source IPs
  • Monitor system resource metrics (memory, file descriptors, CPU) on systems potentially running CNC software
  • Implement netflow or packet capture analysis for forensic investigation capabilities

How to Mitigate CVE-2024-45163

Immediate Actions Required

  • Implement connection rate limiting on network devices to restrict connections per source IP
  • Configure TCP connection timeouts to automatically close idle unauthenticated sessions
  • Deploy firewall rules to limit access to CNC server ports from known trusted sources only
  • Monitor and alert on resource exhaustion conditions to enable rapid incident response

Patch Information

As this vulnerability affects the Mirai botnet source code which is publicly available malware, there is no official vendor patch. Organizations defending against or researching Mirai should implement the mitigation strategies outlined below. Security researchers studying the vulnerability can reference the technical analysis available at the Pastebin Security Information for additional context.

Workarounds

  • Implement strict connection timeouts at the network or application level to terminate idle sessions
  • Deploy rate limiting to restrict the number of connections per source IP address
  • Use firewall rules to whitelist only authorized IP addresses that should connect to CNC infrastructure
  • Implement connection pooling with maximum limits to prevent resource exhaustion
bash
# Configuration example - iptables rate limiting for connection flood mitigation
# Limit new TCP connections to 10 per minute per source IP
iptables -A INPUT -p tcp --syn -m connlimit --connlimit-above 10 -j DROP

# Set connection tracking timeout for established connections
sysctl -w net.netfilter.nf_conntrack_tcp_timeout_established=300

# Limit maximum tracked connections
sysctl -w net.netfilter.nf_conntrack_max=65536

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechN/A

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-400
  • Technical References
  • Medium Remote DoS Exploit Analysis

  • Pastebin Security Information

  • YouTube Security Discussion
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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