CVE-2026-7097

8.8

Tenda · F456

A buffer overflow vulnerability in the Tenda F456 router allows remote attackers to trigger memory corruption and potential code execution via the page parameter in the webExcptypemanFilter function.

Executive summary

A critical buffer overflow vulnerability in Tenda F456 firmware version 1.0.0.5 poses a significant risk of remote code execution and system instability.

Vulnerability

This is a stack-based buffer overflow occurring within the httpd component, specifically in the fromwebExcptypemanFilter function. The vulnerability is triggered by providing an overly long input to the page argument, which lacks proper length validation before being processed by the sprintf function, allowing authenticated users to crash the service or achieve remote code execution.

Business impact

The ability for an attacker to execute arbitrary code or cause a denial of service on network infrastructure devices presents a severe operational risk. Successful exploitation could lead to full device compromise, enabling lateral movement within the local network, interception of traffic, or complete loss of connectivity for dependent business services. Given the CVSS score of 8.8, this vulnerability is classified as High and requires immediate attention to prevent unauthorized administrative control.

Remediation

Immediate Action: Since no official patch is currently identified, restrict access to the device management interface to trusted management subnets only to prevent external exploitation. Contact Tenda support or monitor the official support portal for firmware updates addressing this buffer overflow.

Proactive Monitoring: Review web server access logs for anomalous POST requests directed at the /goform/webExcptypemanFilter endpoint, specifically looking for unusually long string payloads in the page parameter.

Compensating Controls: Deploy a Web Application Firewall (WAF) or an Intrusion Prevention System (IPS) rule to inspect and block HTTP traffic containing oversized payloads targeting the vulnerable URI.

Exploitation status

Public Exploit Available: Yes, a published proof-of-concept exists as documented in the researcher's technical write-up.

Analyst recommendation

Given the availability of a public proof-of-concept and the potential for remote code execution, this vulnerability poses a substantial threat to network integrity. Administrators should prioritize isolating affected Tenda F456 devices from the public internet immediately. Constant vigilance and the application of vendor-supplied patches, once available, are essential to mitigating this high-severity risk.

More Tenda CVEs

Sources

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