| タイトル | UTT HiPER 1250GW <=v3.2.7-210907-180535 Buffer Overflow |
|---|
| 説明 | A serious buffer overflow vulnerability has been discovered in the UTT HiPER 1250GW router. The vulnerable endpoint is /goform/APSecurity_5g, where insufficient validation of the Profile parameter allows an attacker to trigger a stack-based buffer overflow.
By crafting a malicious HTTP request to /goform/APSecurity_5g and supplying an excessively long string for the Profile parameter, an attacker can overflow a statically allocated stack buffer. The vulnerability originates from the unsafe use of the strcpy function at the following code location: strcpy((char *)(InstPointByIndex + 1464), src_1);. In this expression, the destination is a fixed buffer starting 1464 bytes from InstPointByIndex, while src_1 is directly derived from the attacker-controlled Profile input. Because no length checks are performed before the copy operation, input larger than the buffer capacity will overwrite adjacent stack memory, corrupting critical data such as saved return addresses and frame pointers. |
|---|
| ソース | ⚠️ https://github.com/7wkajk/CVE-VUL/blob/main/101.md |
|---|
| ユーザー | yecp (UID 95483) |
|---|
| 送信 | 2026年06月15日 10:45 (2 月 ago) |
|---|
| モデレーション | 2026年08月04日 21:55 (2 months later) |
|---|
| ステータス | 承諾済み |
|---|
| VulDBエントリ | 385930 [UTT HiPER 1250GW 迄 3.2.7-210907-180535 /goform/APSecurity_5g strcpy cipher メモリ破損] |
|---|
| ポイント | 20 |
|---|