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-2026-24804

CVE-2026-24804: coolsnowwolf lede DoS Vulnerability

CVE-2026-24804 is an infinite loop denial of service vulnerability in coolsnowwolf lede affecting versions through r25.10.1. This article covers technical details, affected versions, impact, and mitigation.

Published: January 30, 2026

CVE-2026-24804 Overview

CVE-2026-24804 is an Infinite Loop vulnerability (CWE-835) discovered in the coolsnowwolf LEDE firmware distribution, specifically affecting the MT7603E WiFi driver components. The vulnerability resides in the bn_lib.C program file within the package/lean/mt/drivers/mt7603e/src/mt7603_wifi/common modules. When exploited, this vulnerability can cause a loop with an unreachable exit condition, leading to system resource exhaustion and denial of service conditions.

Critical Impact

This vulnerability can be exploited remotely without authentication to cause complete denial of service on affected devices, potentially impacting network availability for downstream systems.

Affected Products

  • coolsnowwolf LEDE through version r25.10.1
  • MT7603E WiFi driver components (mt7603_wifi/common modules)
  • Devices utilizing the affected LEDE firmware with MT7603E wireless chipsets

Discovery Timeline

  • 2026-01-27 - CVE-2026-24804 published to NVD
  • 2026-01-27 - Last updated in NVD database

Technical Details for CVE-2026-24804

Vulnerability Analysis

This vulnerability is classified as CWE-835: Loop with Unreachable Exit Condition, commonly known as an Infinite Loop vulnerability. The flaw exists in the bn_lib.C file within the MT7603E WiFi driver's common modules in the LEDE firmware distribution maintained by coolsnowwolf.

The vulnerable code path contains a loop construct where the exit condition cannot be satisfied under certain input conditions. When triggered, the affected process enters an infinite loop state, consuming CPU cycles indefinitely. Given the network-accessible attack vector, remote attackers can send specially crafted requests to trigger this condition without requiring any authentication or user interaction.

The impact is primarily availability-focused, as successful exploitation leads to resource exhaustion on the target device. For embedded devices and routers running the affected LEDE firmware, this could result in complete device unresponsiveness, requiring manual intervention or power cycling to restore normal operation.

Root Cause

The root cause lies in improper loop termination logic within the bn_lib.C file. The loop exit condition fails to account for certain edge cases or malformed input, allowing the loop to continue indefinitely. This type of vulnerability often occurs when:

  • Loop counters are improperly validated or can be manipulated
  • Exit conditions rely on external input that may not conform to expected patterns
  • Boundary checks are missing or insufficient for loop termination variables

Attack Vector

The vulnerability is exploitable over the network without requiring authentication or user interaction. An attacker can remotely trigger the infinite loop condition by sending specially crafted network packets or requests to the affected WiFi driver components. The attack does not require any privileges on the target system.

The exploitation mechanism involves sending input that causes the loop in bn_lib.C to enter a state where its exit condition can never be satisfied. Technical details regarding the specific triggering conditions can be found in the GitHub Pull Request Discussion that addresses this vulnerability.

Detection Methods for CVE-2026-24804

Indicators of Compromise

  • Sudden and sustained high CPU utilization on affected devices running LEDE firmware with MT7603E drivers
  • Device unresponsiveness or failure to process legitimate network traffic
  • WiFi connectivity issues coinciding with abnormal system resource consumption
  • Repeated device reboots or watchdog timer triggers

Detection Strategies

  • Monitor for abnormal CPU usage patterns on devices running affected LEDE firmware versions through r25.10.1
  • Implement network-level monitoring for unusual traffic patterns targeting WiFi management interfaces
  • Deploy endpoint detection capabilities to identify processes stuck in unresponsive states
  • Utilize SentinelOne's behavioral AI to detect anomalous resource consumption patterns indicative of DoS conditions

Monitoring Recommendations

  • Enable logging and alerting for resource exhaustion events on network infrastructure devices
  • Configure SNMP or similar monitoring protocols to track CPU and memory utilization on affected routers and access points
  • Establish baseline performance metrics to facilitate detection of anomalous behavior
  • Implement automated alerting when devices become unresponsive or exceed resource thresholds

How to Mitigate CVE-2026-24804

Immediate Actions Required

  • Identify all devices in your environment running coolsnowwolf LEDE firmware version r25.10.1 or earlier with MT7603E WiFi chipsets
  • Review the GitHub Pull Request for patch availability and apply updates when available
  • Implement network segmentation to limit exposure of affected devices to untrusted networks
  • Consider temporarily disabling affected WiFi functionality if the risk is deemed unacceptable and alternative connectivity is available

Patch Information

A fix for this vulnerability has been discussed in GitHub Pull Request #13368 for the coolsnowwolf LEDE project. Users should monitor this pull request for merge status and update their firmware installations accordingly once the patch is incorporated into a stable release.

Workarounds

  • Restrict network access to affected devices using firewall rules to limit exposure to trusted sources only
  • Implement rate limiting on network interfaces to mitigate potential exploitation attempts
  • Deploy intrusion prevention systems (IPS) to detect and block anomalous traffic patterns targeting affected systems
  • Consider replacing affected MT7603E-based devices with hardware using different chipsets if patching is not immediately feasible
bash
# Example: Restrict access to affected device management interfaces
# Add firewall rules to limit access to trusted networks only
iptables -A INPUT -p tcp --dport 80 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP
iptables -A INPUT -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechLede

  • SeverityCRITICAL

  • CVSS Score9.2

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:N/AU:Y/R:U/V:C/RE:L/U:Amber
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-835
  • Technical References
  • GitHub Pull Request Discussion
  • Related CVEs
  • CVE-2026-24803: Lede MT7615d Driver 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