CVE-2026-11553
Received Received - Intake
Stack-Based Buffer Overflow in Tenda HG7HG9 and HG10 Firmware

Publication date: 2026-06-08

Last updated on: 2026-06-08

Assigner: VulDB

Description
A vulnerability was found in Tenda HG7HG9 and HG10 300001138_en_xpon. This affects the function formPPPEdit of the file /boaform/formPPPEdit. The manipulation of the argument encodename results in stack-based buffer overflow. The attack can be launched remotely. The exploit has been made public and could be used.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-08
Last Modified
2026-06-08
Generated
2026-06-09
AI Q&A
2026-06-08
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 6 associated CPEs
Vendor Product Version / Range
tenda hg7hg9 *
tenda hg10 *
tenda hg10 300001138_en_xpon
tenda hg7hg9 300001138_en_xpon
tenda hg10 HG7_HG9_HG10re_300001138_en_xpon
tenda hg7 HG7_HG9_HG10re_300001138_en_xpon
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-121 A stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function).
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.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability exists in Tenda HG7HG9 and HG10 devices, specifically in the function formPPPEdit within the file /boaform/formPPPEdit. It is caused by improper handling of the argument encodename, which leads to a stack-based buffer overflow.

An attacker can exploit this vulnerability remotely by manipulating the encodename argument, potentially causing the device to behave unexpectedly or allowing the attacker to execute arbitrary code.

The exploit for this vulnerability has been made public.

Impact Analysis

This vulnerability can have serious impacts including remote code execution due to the stack-based buffer overflow, which can allow an attacker to take control of the affected device.

Because the attack can be launched remotely without user interaction, it increases the risk of unauthorized access, data compromise, or disruption of device functionality.

The high CVSS scores (up to 9.0 in version 2.0) indicate a critical severity level, meaning the vulnerability could lead to significant confidentiality, integrity, and availability impacts.

Compliance Impact

The provided information does not specify any direct impact of this vulnerability on compliance with common standards and regulations such as GDPR or HIPAA.

Detection Guidance

This vulnerability can be detected by monitoring for unusual POST requests to the endpoint /boaform/formPPPEdit with an abnormally long encodename parameter.

A practical detection method is to capture and analyze HTTP traffic to identify such suspicious requests targeting the vulnerable Tenda devices.

For example, using a network packet capture tool like tcpdump or Wireshark, you can filter HTTP POST requests to /boaform/formPPPEdit and check the length of the encodename parameter.

  • tcpdump -i <interface> -A -s 0 'tcp port 80 and (((ip[2:2] - ((ip[0]&0xf)<<2)) - ((tcp[12]&0xf0)>>2)) != 0)'
  • Use grep or similar tools on captured traffic to find POST requests containing /boaform/formPPPEdit and inspect the encodename parameter length.

Additionally, monitoring the Boa web server process for crashes or restarts may indicate exploitation attempts.

Mitigation Strategies

Immediate mitigation steps include restricting access to the vulnerable web management interface to trusted networks only.

Disabling remote management or blocking HTTP POST requests to /boaform/formPPPEdit at the network perimeter can prevent exploitation.

Monitoring and limiting the length of parameters sent to the web interface, especially the encodename parameter, can reduce risk.

If possible, update the device firmware to a version where this vulnerability is patched.

In the absence of a patch, consider isolating the device from untrusted networks and applying strict firewall rules.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-11553. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart