CVE-2026-2905
8.8Tenda · HG9
A stack-based buffer overflow in the Tenda HG9 router allows remote attackers to trigger a denial of service or achieve arbitrary code execution via the SSID parameter.
Executive summary
A critical stack-based buffer overflow in the Tenda HG9 wireless configuration endpoint poses a significant risk of remote code execution and service disruption.
Vulnerability
The vulnerability exists within the /boaform/formWlanSetup endpoint, where the ssid parameter is processed using an unsafe strcpy function. An attacker with low privileges can provide an overly long SSID string to overflow a fixed-size stack buffer, leading to memory corruption and potential remote code execution.
Business impact
Successful exploitation allows an attacker to gain full control over the router or cause a permanent denial of service, effectively severing network connectivity for all users reliant on the device. Given the CVSS score of 8.8, this vulnerability represents a high-severity threat that could lead to unauthorized access to internal network segments and the compromise of sensitive data traffic.
Remediation
Immediate Action: Contact the vendor for firmware updates addressing this buffer overflow and apply them immediately. If no update is currently available, restrict access to the web management interface to trusted internal segments only.
Proactive Monitoring: Monitor device logs for unusual boa or httpd service crashes and review network traffic for abnormally long ssid parameter submissions to the /boaform/formWlanSetup endpoint.
Compensating Controls: Deploy a Web Application Firewall (WAF) or an Intrusion Prevention System (IPS) rule to inspect and drop HTTP POST requests containing excessively long ssid values.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists as documented in the researcher's GitHub repository.
Analyst recommendation
The presence of a functional proof-of-concept combined with the potential for remote code execution makes this a high-priority remediation item. Administrators should immediately isolate affected devices from public-facing segments and apply vendor patches as soon as they are released to prevent potential device takeover.
More Tenda CVEs
Sources
Originally found and disclosed by LINXI666 (VulDB User), per the CVE Program record.