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
    • 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-2025-29384

CVE-2025-29384: Tenda AC9 Firmware RCE Vulnerability

CVE-2025-29384 is a remote code execution vulnerability in Tenda AC9 Firmware caused by stack overflow in the wanMTU parameter. This article covers the technical details, affected versions, impact, and mitigation strategies.

Published: March 18, 2026

CVE-2025-29384 Overview

CVE-2025-29384 is a stack overflow vulnerability affecting the Tenda AC9 wireless router. The vulnerability exists in the wanMTU parameter handling within the /goform/AdvSetMacMtuWan endpoint. When a specially crafted request is sent to this endpoint, an attacker can trigger a stack-based buffer overflow condition that leads to remote arbitrary code execution without any authentication requirements.

This firmware vulnerability represents a significant risk to network infrastructure as it allows unauthenticated attackers to gain complete control over the affected router device from a network-accessible position.

Critical Impact

Unauthenticated remote attackers can achieve arbitrary code execution on vulnerable Tenda AC9 routers, potentially compromising the entire network infrastructure and enabling further attacks on connected devices.

Affected Products

  • Tenda AC9 Hardware Version 1.0
  • Tenda AC9 Firmware Version 15.03.05.14_multi
  • Tenda AC9 Firmware (tenda ac9_firmware)

Discovery Timeline

  • 2025-03-14 - CVE CVE-2025-29384 published to NVD
  • 2025-03-19 - Last updated in NVD database

Technical Details for CVE-2025-29384

Vulnerability Analysis

This vulnerability is classified as CWE-787 (Out-of-bounds Write), which describes a memory corruption issue where the software writes data past the end of an allocated buffer. In the context of the Tenda AC9 router, the firmware fails to properly validate the length of the wanMTU parameter before copying it to a stack-based buffer. When an attacker supplies an oversized value, the excess data overwrites adjacent memory on the stack, including the saved return address.

The attack can be executed remotely over the network without requiring any authentication or user interaction. Successful exploitation grants the attacker the same privileges as the web server process running on the device, which typically operates with root-level access on embedded devices like consumer routers.

Root Cause

The root cause of CVE-2025-29384 lies in the absence of proper bounds checking when the firmware processes the wanMTU parameter received through HTTP requests to the /goform/AdvSetMacMtuWan endpoint. The vulnerable code copies user-supplied input directly into a fixed-size stack buffer without verifying that the input length does not exceed the buffer's capacity.

This is a common pattern in embedded firmware development where memory-unsafe functions like strcpy() or sprintf() are used without corresponding length validation, allowing attackers to overflow stack buffers and hijack program execution flow.

Attack Vector

The attack is conducted over the network by sending a malicious HTTP POST request to the router's web management interface at the /goform/AdvSetMacMtuWan endpoint. The attacker crafts a request containing an excessively long wanMTU parameter value designed to overflow the stack buffer and overwrite the return address with a controlled value.

The vulnerability does not require any prior authentication, meaning any attacker with network access to the router's web interface can attempt exploitation. Due to the nature of stack overflow attacks on embedded systems with potentially limited address space layout randomization (ASLR) and stack canary protections, exploitation reliability may be high.

For technical details and proof-of-concept information, refer to the GitHub PoC Repository documenting this vulnerability.

Detection Methods for CVE-2025-29384

Indicators of Compromise

  • Unexpected HTTP POST requests to /goform/AdvSetMacMtuWan with abnormally large wanMTU parameter values
  • Router crashes, reboots, or unresponsive behavior following web interface access attempts
  • Unexpected outbound connections from the router to external IP addresses
  • Modified router configuration or firmware settings without administrator action

Detection Strategies

  • Deploy network intrusion detection rules to monitor for HTTP requests to /goform/AdvSetMacMtuWan containing oversized parameter values
  • Implement web application firewall rules to block POST requests with excessively long parameter values to Tenda router management interfaces
  • Monitor router device logs for signs of memory corruption or unexpected service restarts
  • Use network traffic analysis to identify anomalous patterns from router devices

Monitoring Recommendations

  • Enable logging on network firewalls to track access attempts to router management interfaces from untrusted networks
  • Implement network segmentation to restrict access to router administration interfaces to authorized management VLANs
  • Deploy endpoint detection and response solutions on network segments to identify post-exploitation activity
  • Regularly audit router firmware versions against known vulnerability databases

How to Mitigate CVE-2025-29384

Immediate Actions Required

  • Restrict network access to the Tenda AC9 router's web management interface to trusted IP addresses only
  • Disable remote management features if not absolutely required for operations
  • Place the router behind a firewall that can filter malicious requests to the vulnerable endpoint
  • Monitor network traffic for exploitation attempts targeting /goform/AdvSetMacMtuWan
  • Consider replacing vulnerable devices with alternatives if no patch is available from the vendor

Patch Information

At the time of this publication, no official patch information is available from Tenda for CVE-2025-29384. Organizations should monitor Tenda's official support channels for firmware updates addressing this vulnerability. Until a patch is released, implementing network-based mitigations and access controls is strongly recommended.

Workarounds

  • Configure firewall rules to block external access to the router's web management interface (typically port 80/443)
  • Use VLANs to isolate router management interfaces from general network traffic
  • Disable the web-based management interface entirely if command-line management is sufficient
  • Implement network-level intrusion prevention to detect and block stack overflow exploitation patterns
bash
# Example: Block external access to router management on Linux gateway
iptables -A FORWARD -d <router_ip> -p tcp --dport 80 -j DROP
iptables -A FORWARD -d <router_ip> -p tcp --dport 443 -j DROP

# Allow management only from trusted admin network
iptables -I FORWARD -s <admin_network>/24 -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
  • TypeRCE

  • Vendor/TechTenda Ac9

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability14.63%

  • 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-787
  • Technical References
  • GitHub PoC Repository
  • Related CVEs
  • CVE-2025-45042: Tenda AC9 Firmware RCE Vulnerability

  • CVE-2026-2191: Tenda AC9 Buffer Overflow Vulnerability

  • CVE-2026-2192: Tenda AC9 Buffer Overflow Vulnerability
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