提交 #858607: UTT HiPER 1250GW <=v3.2.7-210907-180535 Buffer Overflow信息

标题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 月前)
管理2026-08-04 21時55分 (2 months later)
状态已接受
VulDB条目385930 [UTT HiPER 1250GW 直到 3.2.7-210907-180535 /goform/APSecurity_5g strcpy cipher 内存损坏]
积分20

Do you want to use VulDB in your project?

Use the official API to access entries easily!