CVE-2026-7079
Received Received - Intake
Buffer Overflow in Tenda F456 httpd Allows Remote Exploitation

Publication date: 2026-04-27

Last updated on: 2026-04-30

Assigner: VulDB

Description
A weakness has been identified in Tenda F456 1.0.0.5. This affects the function fromAdvSetWan of the file /goform/AdvSetWan of the component httpd. This manipulation of the argument wanmode causes buffer overflow. The attack may be initiated remotely. The exploit has been made available to the public and could be used for attacks.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-04-27
Last Modified
2026-04-30
Generated
2026-05-06
AI Q&A
2026-04-27
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
tenda f456_firmware 1.0.0.5
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-119 The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data.
CWE-120 The product copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

The CVE-2026-7079 vulnerability affects the Tenda F456 router, version 1.0.0.5. It is a stack-based buffer overflow found in the HTTP daemon (httpd), specifically within the fromAdvSetWan function.

This function processes user-supplied parameters "wanmode" and "PPPOEPassword." When the "wanmode" parameter is set to 2, the variable v16 is passed to a subroutine without any validation or length checking, which can cause a stack-based buffer overflow in the buffer "s."

Exploiting this vulnerability allows an attacker to perform a denial of service (DoS) or potentially execute arbitrary remote code on the device.

The attack can be initiated remotely by sending a specially crafted POST request to the /goform/AdvSetWan endpoint with "wanmode=2" and an excessively long "PPPOEPassword" parameter.


How can this vulnerability impact me? :

This vulnerability can impact you by allowing an attacker to remotely cause a denial of service (DoS) on your Tenda F456 router, making it unavailable for legitimate use.

More severely, an attacker could exploit the buffer overflow to execute arbitrary code remotely, potentially gaining control over the device.

Such control could lead to unauthorized access, manipulation of network traffic, or use of the device as a foothold for further attacks within your network.


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability can be detected by monitoring for suspicious POST requests to the /goform/AdvSetWan endpoint on the Tenda F456 router version 1.0.0.5. Specifically, look for requests where the parameter "wanmode" is set to 2 and the "PPPOEPassword" parameter contains an unusually long string, which may indicate an attempt to trigger the buffer overflow.

A practical detection method is to capture and analyze HTTP traffic targeting the router, focusing on POST requests to /goform/AdvSetWan with these parameters.

Example command using curl to test the vulnerability (for detection or proof of concept):

  • curl -X POST http://[router_ip]/goform/AdvSetWan -d "wanmode=2&PPPOEPassword=$(python3 -c 'print("A"*500)')"

Network administrators can also use packet capture tools like tcpdump or Wireshark to filter and inspect HTTP POST requests to this endpoint.


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include restricting remote access to the router's management interface to trusted networks or IP addresses only, thereby reducing exposure to remote attacks.

If possible, disable remote management features temporarily until a patch or firmware update addressing this vulnerability is available.

Monitor network traffic for suspicious POST requests to /goform/AdvSetWan with unusual parameter values as described, and block or alert on such traffic.

Contact the vendor or check for firmware updates that fix this buffer overflow vulnerability and apply them as soon as they become available.


How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:

The provided information does not specify how the CVE-2026-7079 vulnerability impacts compliance with common standards and regulations such as GDPR or HIPAA.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart