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-2026-2202

CVE-2026-2202: Tenda AC8 Buffer Overflow Vulnerability

CVE-2026-2202 is a buffer overflow flaw in Tenda AC8 Firmware affecting the WifiGuestSet function. Attackers can exploit this remotely via the shareSpeed parameter. This article covers technical details, impact, and mitigations.

Published: February 13, 2026

CVE-2026-2202 Overview

A buffer overflow vulnerability has been identified in the Tenda AC8 router firmware version 16.03.33.05. The vulnerability exists in the fromSetWifiGusetBasic function within the /goform/WifiGuestSet endpoint of the httpd component. Remote attackers can exploit this vulnerability by manipulating the shareSpeed argument, potentially leading to arbitrary code execution or denial of service on affected devices. The exploit for this vulnerability is publicly available, increasing the risk of active exploitation.

Critical Impact

Remote attackers can exploit this buffer overflow vulnerability over the network to potentially execute arbitrary code or crash affected Tenda AC8 routers, compromising network security and availability.

Affected Products

  • Tenda AC8 Firmware version 16.03.33.05
  • Tenda AC8 Hardware

Discovery Timeline

  • 2026-02-09 - CVE-2026-2202 published to NVD
  • 2026-02-10 - Last updated in NVD database

Technical Details for CVE-2026-2202

Vulnerability Analysis

This vulnerability affects the Tenda AC8 wireless router's web management interface. The root cause is improper buffer boundary checks in the fromSetWifiGusetBasic function, which handles guest WiFi configuration requests. When processing the shareSpeed parameter submitted via POST requests to /goform/WifiGuestSet, the function fails to validate the length of user-supplied input before copying it into a fixed-size buffer.

The vulnerability is classified under CWE-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) and CWE-120 (Buffer Copy without Checking Size of Input). An attacker can remotely trigger this vulnerability without user interaction, though low-level privileges are required. Successful exploitation could allow attackers to overwrite adjacent memory locations, potentially gaining control of program execution flow.

Root Cause

The vulnerability stems from classic insecure memory handling practices in the embedded firmware. The fromSetWifiGusetBasic function uses unsafe string copy operations that do not perform bounds checking on the shareSpeed parameter. When an attacker supplies an overly long value for this parameter, the function writes beyond the allocated buffer boundaries, corrupting adjacent stack or heap memory depending on the implementation.

Attack Vector

The attack is network-based and targets the httpd web server running on the Tenda AC8 router. An authenticated attacker with low-level privileges can craft a malicious HTTP POST request to the /goform/WifiGuestSet endpoint with an oversized shareSpeed value. The attack does not require user interaction and can be launched remotely against any accessible Tenda AC8 device running the vulnerable firmware version.

The exploitation mechanism involves sending a specially crafted request that overflows the buffer allocated for the shareSpeed parameter. Technical details and proof-of-concept information are available in the GitHub PoC Documentation.

Detection Methods for CVE-2026-2202

Indicators of Compromise

  • Unexpected crashes or reboots of Tenda AC8 routers without administrator action
  • Abnormally large HTTP POST requests to /goform/WifiGuestSet endpoint
  • Suspicious network traffic patterns targeting router management interfaces
  • Unusual modifications to router configuration or firmware

Detection Strategies

  • Monitor HTTP traffic for oversized shareSpeed parameter values in requests to /goform/WifiGuestSet
  • Implement network intrusion detection rules to identify buffer overflow exploitation attempts against Tenda devices
  • Review router access logs for repeated authentication attempts followed by configuration endpoint access
  • Deploy web application firewalls with rules to block malformed requests to router management interfaces

Monitoring Recommendations

  • Enable comprehensive logging on network perimeter devices monitoring traffic to/from Tenda routers
  • Configure alerts for any external access attempts to router management interfaces (port 80/443)
  • Implement network segmentation to isolate IoT devices including routers from critical network segments
  • Regularly audit router configurations and firmware versions against known vulnerable versions

How to Mitigate CVE-2026-2202

Immediate Actions Required

  • Restrict access to the router's web management interface to trusted internal networks only
  • Disable remote management features if not required
  • Implement strong access controls and change default credentials on all Tenda AC8 devices
  • Consider placing affected devices behind a properly configured firewall that blocks external management access

Patch Information

As of the last update on 2026-02-10, no official patch has been released by Tenda for this vulnerability. Organizations should monitor the Tenda Official Website for firmware updates addressing this issue. Additional technical information is available through VulDB #344905.

Workarounds

  • Disable the guest WiFi feature if not operationally required until a patch is available
  • Use network access control lists (ACLs) to restrict which IP addresses can access the router management interface
  • Implement a web application firewall or reverse proxy that can filter and validate input to the vulnerable endpoint
  • Consider replacing affected devices with alternative hardware if critical security requirements cannot be met
bash
# Example: Restrict management interface access via iptables on upstream firewall
# Block external access to router management on port 80
iptables -A FORWARD -d <ROUTER_IP> -p tcp --dport 80 -j DROP

# Allow only trusted management subnet
iptables -I FORWARD -s 192.168.1.0/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
  • TypeBuffer Overflow

  • Vendor/TechTenda Ac8

  • SeverityHIGH

  • CVSS Score7.4

  • EPSS Probability0.09%

  • 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:P/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 PoC for Tenda AC8

  • GitHub PoC Documentation

  • VulDB #344905 - CTI

  • VulDB #344905

  • VulDB Submission #750225

  • Tenda Official Website
  • Related CVEs
  • CVE-2026-3044: Tenda AC8 Firmware Buffer Overflow Flaw

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

  • CVE-2025-12618: Tenda AC8 Buffer Overflow Vulnerability

  • CVE-2025-55852: 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