| Titel | UTT HiPER 1250GW <=v3.2.7-210907-180535 Buffer Overflow |
|---|
| Beschreibung | 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. |
|---|
| Quelle | ⚠️ https://github.com/7wkajk/CVE-VUL/blob/main/101.md |
|---|
| Benutzer | yecp (UID 95483) |
|---|
| Einreichung | 15.06.2026 10:45 (vor 2 Monaten) |
|---|
| Moderieren | 04.08.2026 21:55 (2 months later) |
|---|
| Status | Akzeptiert |
|---|
| VulDB Eintrag | 385930 [UTT HiPER 1250GW bis 3.2.7-210907-180535 /goform/APSecurity_5g strcpy cipher Pufferüberlauf] |
|---|
| Punkte | 20 |
|---|