| 제목 | 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. AM 10:23 (1 월 ago) |
|---|
| 모더레이션 | 2026. 05. 26. PM 07:25 (23 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 365683 [UTT HiPER 1200GW 까지 2.5.3-170306 Web Management Interface /goform/setSysAdm strcpy sysAdmUser/sysAdmPass 메모리 손상] |
|---|
| 포인트들 | 20 |
|---|