CVE-2026-85110

8.8

Tenda · HG10

A buffer overflow in the Tenda HG10 web server allows authenticated attackers to cause a denial of service or potentially execute arbitrary code via the ssid parameter.

Executive summary

A high-severity buffer overflow vulnerability in Tenda HG10 routers allows for remote exploitation, posing a significant risk of service disruption or system compromise.

Vulnerability

The vulnerability exists within the Boa web server component, specifically in the formWlanSetup function, where the ssid parameter is copied to a fixed-size buffer without sufficient length validation. An authenticated attacker can trigger this memory corruption by sending a crafted HTTP POST request to the affected endpoint.

Business impact

The exploitation of this vulnerability can result in a complete denial of service, rendering the network device unresponsive and disrupting critical business communications. Given the CVSS score of 8.8, the potential for arbitrary code execution poses a severe risk of unauthorized access to the network infrastructure, which could lead to data exfiltration or lateral movement within the environment.

Remediation

Immediate Action: Since no official patch is currently available, administrators should restrict access to the web management interface to trusted internal IP addresses only.

Proactive Monitoring: Monitor network traffic for unusual POST requests targeting the /boaform/formWlanSetup endpoint and watch for unexpected device reboots or service outages.

Compensating Controls: Deploy a Web Application Firewall (WAF) to filter or block HTTP requests containing abnormally long ssid parameter values.

Exploitation status

Public Exploit Available: Yes, a published proof-of-concept exists, as documented in the technical write-up provided by the researcher on GitHub.

Analyst recommendation

This vulnerability represents a significant security risk for Tenda HG10 users. Because an exploit is publicly available and the impact includes potential code execution, IT teams must prioritize securing the management interface immediately. Implement the suggested compensating controls and monitor for vendor updates to address this flaw as soon as a firmware fix is released.

More Tenda CVEs

Sources

Originally found and disclosed by sunnyyaya (VulDB User), per the CVE Program record.