| tiêu đề | UTT HiPER 1200GW v2.5.3-170306 Buffer Overflow |
|---|
| Mô tả | 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. |
|---|
| Nguồn | ⚠️ https://github.com/zhouguobing-maker/cve/blob/main/9.md |
|---|
| Người dùng | zhouguobing (UID 97697) |
|---|
| Đệ trình | 03/05/2026 10:23 (cách đây 1 tháng) |
|---|
| Kiểm duyệt | 26/05/2026 19:25 (23 days later) |
|---|
| Trạng thái | được chấp nhận |
|---|
| Mục VulDB | 365683 [UTT HiPER 1200GW đến 2.5.3-170306 Web Management Interface /goform/setSysAdm strcpy sysAdmUser/sysAdmPass tràn bộ đệm] |
|---|
| điểm | 20 |
|---|