| 제목 | UTT HiPER 1250GW <=v3.2.7-210907-180535 Buffer Overflow |
|---|
| 설명 | A serious buffer overflow vulnerability has been identified in the UTT HiPER 1250GW router. The vulnerable endpoint is /goform/aspApBasicConfigUrcp, where insufficient validation of the Profile parameter allows an attacker to trigger a stack-based buffer overflow.
By sending a specially crafted HTTP request to /goform/aspApBasicConfigUrcp containing an oversized value for the Profile parameter, an attacker can overflow a fixed-size buffer allocated on the stack. The root cause of this vulnerability lies in the unsafe use of the strcpy function at strcpy(dest, src);. In this code, dest is a buffer of a predetermined size located on the stack, while src is populated directly from the attacker-controlled Profile input without any length validation. When the supplied input exceeds the capacity of dest, the strcpy operation writes beyond the buffer boundary, corrupting adjacent stack memory—including critical control data such as saved return addresses and frame pointers. |
|---|
| 원천 | ⚠️ https://github.com/7wkajk/CVE-VUL/blob/main/106.md |
|---|
| 사용자 | yecp (UID 95483) |
|---|
| 제출 | 2026. 07. 02. PM 01:02 (2 개월 ago) |
|---|
| 모더레이션 | 2026. 08. 18. PM 08:49 (2 months later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 391920 [UTT HiPER 1250GW 까지 3.2.7-210907-180535 HTTP aspApBasicConfigUrcp strcpy pvid 메모리 손상] |
|---|
| 포인트들 | 20 |
|---|