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-2025-25663

CVE-2025-25663: Tenda AC8 Buffer Overflow Vulnerability

CVE-2025-25663 is a stack-based buffer overflow flaw in Tenda AC8 firmware affecting the WifiExtraSet function. Attackers can exploit this to compromise device security. This article covers technical details, impact, and mitigation.

Published: March 25, 2026

CVE-2025-25663 Overview

CVE-2025-25663 is a stack-based buffer overflow vulnerability affecting Tenda AC8V4 routers running firmware version V16.03.34.06. The vulnerability exists in the SUB_0046AC38 function within the /goform/WifiExtraSet endpoint. By manipulating the wpapsk_crypto argument, an unauthenticated remote attacker can trigger a stack-based buffer overflow, potentially leading to arbitrary code execution with elevated privileges on the affected device.

Critical Impact

This vulnerability allows unauthenticated remote attackers to execute arbitrary code on vulnerable Tenda AC8V4 routers, potentially leading to complete device compromise, network infiltration, and persistent backdoor installation.

Affected Products

  • Tenda AC8 Firmware version 16.03.34.06
  • Tenda AC8 Hardware version 4.0

Discovery Timeline

  • 2025-02-20 - CVE-2025-25663 published to NVD
  • 2025-03-17 - Last updated in NVD database

Technical Details for CVE-2025-25663

Vulnerability Analysis

This vulnerability is classified under CWE-787 (Out-of-bounds Write) and CWE-120 (Buffer Copy without Checking Size of Input). The affected function SUB_0046AC38 processes user-supplied input from the wpapsk_crypto parameter without properly validating the input length before copying it to a fixed-size stack buffer.

The /goform/WifiExtraSet endpoint is accessible over the network without authentication, which significantly increases the attack surface. When an attacker sends a specially crafted HTTP request with an oversized wpapsk_crypto value, the function copies this data onto the stack, overwriting adjacent memory regions including the return address. This allows attackers to hijack program execution flow and execute arbitrary code in the context of the router's web service process.

Root Cause

The root cause of this vulnerability is insufficient input validation in the SUB_0046AC38 function. The firmware fails to verify that the length of the wpapsk_crypto parameter does not exceed the allocated stack buffer size before performing the copy operation. This is a classic buffer overflow scenario where user-controlled data is copied to a fixed-size buffer without bounds checking, violating secure coding practices for embedded systems.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by sending a malicious HTTP POST request to the /goform/WifiExtraSet endpoint with an oversized wpapsk_crypto parameter. The attack can be executed remotely from any network segment that has access to the router's web management interface.

The exploitation process involves:

  1. Crafting an HTTP POST request targeting /goform/WifiExtraSet
  2. Including an excessively long wpapsk_crypto parameter value
  3. Carefully constructing the payload to overwrite the return address with attacker-controlled values
  4. Achieving code execution when the vulnerable function returns

For detailed technical information about this vulnerability, see the GitHub PoC Repository which contains proof-of-concept information.

Detection Methods for CVE-2025-25663

Indicators of Compromise

  • Unexpected HTTP POST requests to /goform/WifiExtraSet with abnormally large wpapsk_crypto parameter values
  • Router crashes, reboots, or unusual system instability
  • Unexplained changes to router configuration or firmware
  • Suspicious outbound network connections originating from the router
  • Modified DNS settings or routing tables without administrator action

Detection Strategies

  • Monitor HTTP traffic to the router's web interface for requests containing unusually long parameter values targeting /goform/WifiExtraSet
  • Implement network intrusion detection rules to flag POST requests to Tenda router endpoints with payload sizes exceeding normal operational parameters
  • Deploy endpoint detection and response (EDR) solutions capable of monitoring embedded device behavior for anomalous activity
  • Review router access logs for repeated failed authentication attempts or unusual access patterns

Monitoring Recommendations

  • Implement network segmentation to isolate IoT devices and routers from critical network segments
  • Enable comprehensive logging on network firewalls to capture all traffic to and from router management interfaces
  • Configure alerts for any modifications to router firmware or configuration files
  • Regularly audit connected devices for unauthorized access or configuration changes

How to Mitigate CVE-2025-25663

Immediate Actions Required

  • Disable remote management access to the router's web interface from untrusted networks immediately
  • Place the affected Tenda AC8V4 router behind a firewall that blocks external access to the management interface
  • Restrict access to the /goform/WifiExtraSet endpoint if possible through access control lists
  • Consider replacing vulnerable devices with alternative hardware if no patch is available
  • Monitor for any firmware updates from Tenda addressing this vulnerability

Patch Information

As of the last update on 2025-03-17, no official patch from Tenda has been confirmed for this vulnerability. Organizations should monitor Tenda's official support channels and security advisories for firmware updates addressing CVE-2025-25663. Until a patch is available, implementing the workarounds below is strongly recommended.

Workarounds

  • Disable the web management interface entirely if it is not required for operations
  • Configure firewall rules to block all external access to TCP ports used by the router's web interface (typically port 80 and 443)
  • Implement network segmentation to isolate the router from sensitive network resources
  • Consider using a VPN to access the router's management interface rather than exposing it directly
  • Monitor the GitHub PoC Repository for updated technical details and potential mitigations
bash
# Example: Block external access to router web interface using iptables on upstream firewall
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 workstation
iptables -I FORWARD -s <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/TechTenda Ac8

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.19%

  • 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

  • CWE-120
  • Technical References
  • GitHub PoC Repository
  • Related CVEs
  • CVE-2026-3044: Tenda AC8 Firmware Buffer Overflow Flaw

  • CVE-2026-2202: Tenda AC8 Buffer Overflow Vulnerability

  • CVE-2026-2203: Tenda AC8 Buffer Overflow Vulnerability

  • CVE-2025-12618: Tenda AC8 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