A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-4896

CVE-2025-4896: Tenda AC10 Buffer Overflow Vulnerability

CVE-2025-4896 is a critical buffer overflow vulnerability in Tenda AC10 Firmware that allows remote attackers to exploit the /goform/UserCongratulationsExec file. This article covers technical details, affected versions, and mitigation.

Published: May 26, 2026

CVE-2025-4896 Overview

CVE-2025-4896 is a buffer overflow vulnerability affecting Tenda AC10 routers running firmware version 16.03.10.13. The flaw resides in the /goform/UserCongratulationsExec endpoint, where improper handling of the getuid argument allows attackers to overflow a fixed-size buffer. Remote attackers can trigger the condition over the network to corrupt memory on the device. The issue has been publicly disclosed, and exploit details are available through third-party vulnerability databases. The vulnerability maps to [CWE-119] (Improper Restriction of Operations within the Bounds of a Memory Buffer) and [CWE-120] (Classic Buffer Overflow).

Critical Impact

Remote attackers with low-privileged access can corrupt memory on Tenda AC10 routers, leading to denial of service or potential arbitrary code execution on the device.

Affected Products

  • Tenda AC10 router (hardware)
  • Tenda AC10 firmware version 16.03.10.13
  • Deployments exposing the router web management interface to untrusted networks

Discovery Timeline

  • 2025-05-18 - CVE-2025-4896 published to NVD
  • 2025-05-27 - Last updated in NVD database

Technical Details for CVE-2025-4896

Vulnerability Analysis

The vulnerability exists within the HTTP handler for /goform/UserCongratulationsExec in the Tenda AC10 web management interface. The handler accepts a user-supplied getuid parameter and processes it without enforcing length boundaries on the destination buffer. Supplying an oversized value causes adjacent memory to be overwritten, corrupting stack or heap structures used by the httpd service. Successful exploitation can crash the router or, depending on memory layout and protections, allow an attacker to redirect execution flow. The affected endpoint is reachable from the local network through the standard router management interface.

Root Cause

The root cause is the absence of bounds checking when copying the getuid argument into a fixed-size buffer. The firmware uses unsafe string handling routines typical of MIPS-based embedded Linux binaries, where functions like strcpy or sprintf operate on attacker-controlled input. Combined with the lack of stack canaries or address space layout randomization in many Tenda firmware builds, this creates conditions favorable for memory corruption attacks. The flaw is consistent with the patterns described in [CWE-120].

Attack Vector

An attacker sends a crafted HTTP request to the router's management interface targeting /goform/UserCongratulationsExec with an oversized getuid parameter. The attack requires network reachability to the management interface and low-privilege authenticated access. No user interaction is required to trigger the overflow. Technical write-up details are available in the GitHub CVE Documentation and the VulDB entry #309452.

No verified proof-of-concept code is reproduced here. Refer to the linked references for technical artifacts.

Detection Methods for CVE-2025-4896

Indicators of Compromise

  • Unexpected reboots or crashes of the Tenda AC10 httpd service
  • HTTP POST or GET requests to /goform/UserCongratulationsExec containing unusually long getuid parameter values
  • Repeated malformed requests originating from a single internal or external host targeting the router management interface
  • Loss of management interface availability following targeted HTTP traffic

Detection Strategies

  • Inspect HTTP logs from the router or upstream network devices for requests to /goform/UserCongratulationsExec with parameter lengths exceeding normal bounds
  • Deploy network intrusion detection signatures that flag long query strings or POST bodies sent to Tenda /goform/ endpoints
  • Correlate router availability monitoring with HTTP traffic patterns to identify exploitation attempts that trigger denial of service

Monitoring Recommendations

  • Capture and review traffic to TCP port 80 and 443 on the router management interface for anomalies
  • Forward router syslog events to a centralized log platform and alert on httpd restarts or watchdog resets
  • Restrict and monitor the source IP ranges permitted to access the management interface

How to Mitigate CVE-2025-4896

Immediate Actions Required

  • Disable WAN-side access to the router management interface and restrict LAN-side access to trusted administrative hosts
  • Change default and weak administrative credentials to reduce the pool of attackers able to reach the authenticated endpoint
  • Segment the router management network from general user and guest networks
  • Monitor the Tenda Official Website for firmware updates addressing this vulnerability

Patch Information

At the time of publication, no official vendor advisory or patched firmware release has been associated with CVE-2025-4896 in the NVD record. Administrators should track the VulDB CTI entry #309452 and Tenda support channels for updates. If the AC10 model has reached end-of-support, replacement with a currently maintained router is the recommended long-term remediation.

Workarounds

  • Block external access to the router web administration interface using upstream firewall rules
  • Place the router management VLAN behind an access control list that permits only specific administrator workstations
  • If the device supports it, disable remote management features and require local console or VPN access for administration
  • Consider replacing the affected device if firmware updates are not provided within an acceptable timeframe
bash
# Example upstream ACL restricting management interface access
# (adapt to your firewall syntax)
iptables -A FORWARD -p tcp -d <router-ip> --dport 80 -s <admin-subnet> -j ACCEPT
iptables -A FORWARD -p tcp -d <router-ip> --dport 80 -j DROP
iptables -A FORWARD -p tcp -d <router-ip> --dport 443 -s <admin-subnet> -j ACCEPT
iptables -A FORWARD -p tcp -d <router-ip> --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
  • TypeBuffer Overflow

  • Vendor/TechTenda Ac10

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.75%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/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:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-119

  • CWE-120
  • Technical References
  • GitHub CVE Documentation

  • VulDB CTI ID #309452

  • VulDB #309452

  • VulDB Submission #578034

  • Tenda Official Website
  • Related CVEs
  • CVE-2026-5550: Tenda AC10 Buffer Overflow Vulnerability

  • CVE-2025-45779: Tenda AC10 Buffer Overflow Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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