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

CVE-2024-0929: Tenda AC10U Buffer Overflow Vulnerability

CVE-2024-0929 is a critical stack-based buffer overflow in Tenda AC10U firmware that can be exploited remotely via the fromNatStaticSetting function. This article covers technical details, affected versions, and mitigations.

Published: April 1, 2026

CVE-2024-0929 Overview

A critical stack-based buffer overflow vulnerability has been identified in the Tenda AC10U wireless router firmware version 15.03.06.49_multi_TDE01. This vulnerability exists within the fromNatStaticSetting function, where improper handling of the page argument allows attackers to trigger a buffer overflow condition. The flaw can be exploited remotely without authentication, potentially allowing complete compromise of the affected device.

Critical Impact

Remote attackers can exploit this vulnerability to execute arbitrary code on affected Tenda AC10U routers, potentially gaining full control of the device and enabling lateral movement within the network. The exploit has been publicly disclosed.

Affected Products

  • Tenda AC10U Firmware version 15.03.06.49_multi_TDE01
  • Tenda AC10U Hardware version 1.0

Discovery Timeline

  • 2024-01-26 - CVE-2024-0929 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-0929

Vulnerability Analysis

This firmware vulnerability affects the NAT static setting functionality within the Tenda AC10U router's web management interface. The fromNatStaticSetting function fails to properly validate the length of user-supplied input in the page parameter before copying it to a fixed-size stack buffer. When an attacker provides an overly long value for this parameter, the data overflows the allocated buffer space on the stack, overwriting adjacent memory including saved return addresses and other critical control data.

The vulnerability is particularly dangerous because it can be triggered remotely over the network without requiring any authentication. An attacker with network access to the router's management interface can craft malicious HTTP requests containing an oversized page parameter value to trigger the overflow condition.

Root Cause

The root cause of this vulnerability is the absence of proper bounds checking in the fromNatStaticSetting function when processing the page argument. The function uses an unsafe string copy operation that does not verify whether the input data fits within the destination buffer's allocated size. This classic CWE-121 (Stack-based Buffer Overflow) pattern allows attackers to corrupt stack memory and potentially hijack program execution flow.

Attack Vector

The attack vector is network-based, requiring the attacker to send specially crafted HTTP requests to the router's web management interface. The exploitation process involves manipulating the page parameter within requests handled by the fromNatStaticSetting function. Due to the nature of stack-based buffer overflows on embedded systems, successful exploitation could allow the attacker to overwrite the return address and redirect execution to attacker-controlled shellcode.

Technical details and additional documentation regarding this vulnerability can be found in the GitHub IoT Documentation and the VulDB entry #252134.

Detection Methods for CVE-2024-0929

Indicators of Compromise

  • Unusual HTTP requests to the router's web management interface containing abnormally long page parameter values
  • Unexpected router reboots or crashes that may indicate exploitation attempts
  • Anomalous network traffic originating from the router to external command and control servers
  • Changes to router configuration or firmware that were not authorized by administrators

Detection Strategies

  • Implement network intrusion detection rules to identify HTTP requests with oversized parameters targeting Tenda router management interfaces
  • Monitor router logs for repeated authentication failures or unusual access patterns to the NAT configuration endpoints
  • Deploy network traffic analysis to detect buffer overflow attack signatures in HTTP POST requests
  • Use firmware integrity verification to detect unauthorized modifications following a potential compromise

Monitoring Recommendations

  • Restrict access to the router's web management interface to trusted internal networks only
  • Enable logging on network perimeter devices to capture traffic destined for router management ports
  • Implement alerting for any access attempts to the router management interface from untrusted networks
  • Regularly audit connected devices for signs of compromise or unusual behavior

How to Mitigate CVE-2024-0929

Immediate Actions Required

  • Restrict network access to the router's web management interface using firewall rules or access control lists
  • Disable remote management features if not required for operations
  • Isolate affected Tenda AC10U devices from critical network segments
  • Consider replacing vulnerable devices with alternative hardware if no vendor patch is available

Patch Information

The vendor (Tenda) was contacted about this vulnerability but did not respond. As of the last update on 2024-11-21, no official patch has been released by the vendor. Organizations using affected devices should implement the workarounds described below and consider device replacement as a long-term mitigation strategy.

Workarounds

  • Disable the web management interface entirely if remote administration is not required
  • Implement strict firewall rules to allow management access only from specific trusted IP addresses
  • Place the router behind an additional security appliance that can filter malicious requests
  • Use a VPN for remote management instead of exposing the management interface directly
bash
# Example: Restrict management access via iptables on upstream firewall
iptables -A FORWARD -d <router_ip> -p tcp --dport 80 -j DROP
iptables -A FORWARD -s <trusted_admin_ip> -d <router_ip> -p tcp --dport 80 -j ACCEPT

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechTendacn Ac10u

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.18%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-121
  • Technical References
  • GitHub IoT Documentation

  • VulDB CTI ID #252134

  • VulDB #252134
  • Related CVEs
  • CVE-2024-0923: Tenda AC10U Buffer Overflow Vulnerability

  • CVE-2024-0922: Tenda AC10U Buffer Overflow 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