| 标题 | UTT HiPER 1200GW v2.5.3-170306 Buffer Overflow |
|---|
| 描述 | Vulnerability Details:
The vulnerability resides in the web management interface, accessible over HTTP/HTTPS on the LAN/WAN side (depending on configuration). The CGI program responsible for handling requests to /goform/setSysAdm contains an unsafe call to strcpy() that fails to validate the length of user-supplied input before copying it into a fixed-size stack buffer.
The vulnerable code path:
strcpy((char *)(InstPointByName + 20), Var);
Here, Var is directly derived from a POST parameter (e.g., sysAdmUser, sysAdmPass, or similar form fields), and InstPointByName is a structure located on the stack. No bounds checking is performed prior to the strcpy operation. By supplying an overly long string, an attacker can overflow the destination buffer, overwriting critical stack data including the saved return address. |
|---|
| 来源 | ⚠️ https://github.com/zhouguobing-maker/cve/blob/main/9.md |
|---|
| 用户 | zhouguobing (UID 97697) |
|---|
| 提交 | 2026-05-03 10時23分 (1 月前) |
|---|
| 管理 | 2026-05-26 19時25分 (23 days later) |
|---|
| 状态 | 已接受 |
|---|
| VulDB条目 | 365683 [UTT HiPER 1200GW 直到 2.5.3-170306 Web Management Interface /goform/setSysAdm strcpy sysAdmUser/sysAdmPass 内存损坏] |
|---|
| 积分 | 20 |
|---|