| Titre | Tenda HG10 HG7_HG9_HG10re_300001138_en_xpon Buffer Overflow |
|---|
| Description | The Boa web management component in TENDA HG10 exposes a route-handling interface associated with formRoute and reachable through /boaform/formRouting. During request processing, the handler reads the user-controlled nextHop parameter by calling boaGetVar(...) and then copies that value into a stack-based buffer with strcpy(...).
The root cause is the absence of any effective length validation or truncation before the copy operation. The destination object is the stack buffer v67, which is shown in the decompiled code as DWORD v67[5]. Because the buffer is only 20 bytes long, an attacker can supply an overlong nextHop value and overflow the stack frame, causing the Boa service to crash. Based on the nature of the overwrite, further exploitation for arbitrary code execution cannot be excluded. |
|---|
| La source | ⚠️ https://github.com/xyh4ck/iot_poc/blob/main/Tenda/HG10/01_Buffer_Overflow_nextHop/README.md |
|---|
| Utilisateur | xuanyu (UID 36103) |
|---|
| Soumission | 03/04/2026 16:18 (il y a 22 jours) |
|---|
| Modérer | 24/04/2026 21:23 (21 days later) |
|---|
| Statut | Accepté |
|---|
| Entrée VulDB | 359540 [Tenda HG10 HG7_HG9_HG10re_300001138_en_xpon Boa Service /boaform/formRouting formRoute nextHop buffer overflow] |
|---|
| Points | 20 |
|---|