| 제목 | Tenda W20E Enterprise Router V15.11.0.6 Stack-based Buffer Overflow |
|---|
| 설명 | A stack-based buffer overflow vulnerability has been identified in the web management interface of the Tenda W20E enterprise router. An attacker can trigger this vulnerability by sending a maliciously crafted, overly long string within the gotoUrl parameter to the /goform/PortalAuth endpoint. Successful exploitation can result in a service crash (DoS) or Remote Code Execution (RCE) with root privileges.
Under certain conditions , the function attempts to retrieve a user-provided fallback URL using websGetVar(wp, "gotoUrl", ...). The retrieved value is then copied into the redirect_url buffer using the unsafe strcpy function:
Since there is no length validation on the gotoUrl input, an attacker can provide a string significantly longer than 256 bytes. This will overflow the stack buffer, overwriting the saved Link Register (LR/Return Address) and allowing the attacker to hijack the program's control flow. |
|---|
| 원천 | ⚠️ https://github.com/Robots10/IoT_vlu/blob/main/reports/Tenda/formPortalAuth/formPortalAuth.md |
|---|
| 사용자 | hacker128 (UID 93883) |
|---|
| 제출 | 2026. 05. 24. PM 05:27 (20 날 ago) |
|---|
| 모더레이션 | 2026. 06. 07. PM 06:06 (14 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 369143 [Tenda W20E 15.11.0.6 Web Management Interface /goform/PortalAuth formPortalAuth gotoUrl 메모리 손상] |
|---|
| 포인트들 | 20 |
|---|