| 标题 | UTT HiPER 1200GW <=v2.5.3-170306 Buffer Overflow |
|---|
| 描述 | A serious buffer overflow vulnerability has been identified in the UTT Aggressive HiPER 1200GW router. The issue resides in the /goform/formTaskEdit endpoint, where insufficient bounds checking on user-supplied input allows an attacker to trigger a stack-based buffer overflow.
By sending a specially crafted HTTP request to /goform/formTaskEdit with an oversized parameter value, the attacker can overflow a fixed-size buffer located on the stack. The root cause lies in the insecure use of the strcpy function at the following code location: strcpy(InstPointByIndex + 20, src);. The destination buffer, InstPointByIndex, is of a fixed length, but the source data (src) is directly copied from user-controlled input without any length validation. When the input exceeds the buffer's capacity, data beyond the buffer boundary is overwritten, corrupting adjacent stack memory. |
|---|
| 来源 | ⚠️ https://github.com/yuezhaoshanmu/cve/blob/main/1.md |
|---|
| 用户 | Missa (UID 98182) |
|---|
| 提交 | 2026-05-12 06時10分 (23 日前) |
|---|
| 管理 | 2026-05-31 19時47分 (20 days later) |
|---|
| 状态 | 已接受 |
|---|
| VulDB条目 | 367585 [UTT HiPER 1200GW 直到 2.5.3-170306 /goform/formTaskEdit strcpy 内存损坏] |
|---|
| 积分 | 20 |
|---|