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

CVE-2025-55852: Tenda AC8 Buffer Overflow Vulnerability

CVE-2025-55852 is a buffer overflow vulnerability in Tenda AC8 Firmware affecting the formWifiBasicSet function. This flaw could allow attackers to compromise the router. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 21, 2026

CVE-2025-55852 Overview

A stack-based buffer overflow vulnerability has been identified in Tenda AC8 wireless router firmware version 16.03.34.06. The vulnerability exists in the formWifiBasicSet function, which fails to properly validate the length of user-supplied input through the security or security_5g parameters. This buffer overflow condition can be exploited remotely over the network without authentication, potentially allowing attackers to crash the device and cause a denial of service condition.

Critical Impact

Network-accessible buffer overflow in a consumer wireless router that can be exploited without authentication to cause device crashes and network disruption.

Affected Products

  • Tenda AC8 Firmware version 16.03.34.06
  • Tenda AC8 Hardware version 4.0
  • Tenda AC8 wireless routers running vulnerable firmware

Discovery Timeline

  • 2025-09-03 - CVE-2025-55852 published to NVD
  • 2025-09-08 - Last updated in NVD database

Technical Details for CVE-2025-55852

Vulnerability Analysis

This vulnerability is classified as CWE-121 (Stack-based Buffer Overflow). The formWifiBasicSet function in the Tenda AC8 firmware processes wireless configuration requests including security settings for both 2.4GHz and 5GHz bands. The function accepts the security and security_5g parameters from HTTP requests but fails to implement proper bounds checking before copying user-supplied data into fixed-size stack buffers.

When an attacker sends a specially crafted HTTP request with oversized values for these parameters, the excess data overflows the allocated buffer space on the stack. This memory corruption condition affects device availability, allowing remote attackers to crash the router without requiring any form of authentication.

Root Cause

The root cause of this vulnerability is improper input validation in the firmware's web interface handler. The formWifiBasicSet function uses unsafe memory copy operations that do not verify the input length against the destination buffer size. This is a common weakness in embedded device firmware where memory-safe programming practices are not consistently applied.

Attack Vector

The attack vector is network-based, requiring the attacker to have network access to the router's web management interface. The vulnerability can be triggered by sending a malformed HTTP POST request to the formWifiBasicSet endpoint with an excessively long string in either the security or security_5g parameter.

The attack does not require authentication, making any Tenda AC8 router with the vulnerable firmware and an accessible management interface a potential target. Attackers on the local network or those who can reach the management interface remotely (if exposed) can exploit this vulnerability.

The vulnerability mechanism involves sending an HTTP request to the wireless configuration endpoint with oversized parameter values. When the formWifiBasicSet function processes these malformed inputs without proper length validation, the data overflows the stack buffer, corrupting adjacent memory and causing the device to crash. For detailed technical analysis, refer to the GitHub IoT Device Analysis.

Detection Methods for CVE-2025-55852

Indicators of Compromise

  • Unexpected router reboots or crashes without apparent cause
  • HTTP requests to /goform/formWifiBasicSet with abnormally large parameter values
  • Network connectivity interruptions coinciding with management interface access attempts
  • Log entries showing malformed requests to wireless configuration endpoints

Detection Strategies

  • Monitor HTTP traffic to the router's management interface for requests with unusually large POST body sizes
  • Implement network-based intrusion detection rules to identify buffer overflow attack patterns targeting Tenda devices
  • Configure alerts for repeated router restarts or unavailability events
  • Deploy network segmentation to isolate management interfaces and monitor cross-segment traffic

Monitoring Recommendations

  • Enable logging on the router if supported and review for anomalous configuration change attempts
  • Monitor for network scanning activity targeting common router management ports (80, 443)
  • Implement continuous network monitoring to detect device unavailability patterns
  • Use network traffic analysis tools to identify exploit attempts against IoT devices

How to Mitigate CVE-2025-55852

Immediate Actions Required

  • Restrict access to the router's web management interface to trusted networks only
  • Disable remote management if not explicitly required
  • Implement firewall rules to block external access to the router's management ports
  • Monitor for firmware updates from Tenda and apply them when available

Patch Information

At the time of this analysis, no official patch information is available from Tenda. Organizations should monitor the vendor's official channels for security updates addressing this vulnerability. The GitHub IoT Device Analysis provides additional technical context regarding the vulnerability.

Workarounds

  • Configure the router's management interface to be accessible only from specific trusted IP addresses
  • Place the router behind an additional firewall that filters access to management services
  • Consider replacing affected devices with alternative hardware if no patch becomes available
  • Implement network segmentation to limit the blast radius if the device is compromised
bash
# Example: Restrict management access using upstream firewall (iptables)
# Block external access to router management interface
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 access 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

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-121
  • Technical References
  • GitHub IoT Device Analysis
  • 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