UTT HiPER 1250GW
CVE-2026-7419
HIGH
Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Management endpoint requires an authenticated low-privilege session (PR:L) but is network-reachable with no user interaction; unbounded strcpy overflow yields full device compromise, so C/I/A:H.
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
4DescriptionCVE.org
A vulnerability was identified in UTT HiPER 1250GW up to 3.2.7-210907-180535. This issue affects the function strcpy of the file route/goform/formTaskEdit_ap. The manipulation of the argument Profile leads to buffer overflow. Remote exploitation of the attack is possible. The exploit is publicly available and might be used.
AnalysisAI
Stack buffer overflow in the UTT HiPER 1250GW gateway/router (firmware up to 3.2.7-210907-180535) lets a low-privileged authenticated attacker corrupt memory by supplying an oversized 'Profile' parameter to the formTaskEdit_ap web handler, which copies it via an unbounded strcpy(). The flaw is remotely reachable over the device's management interface and publicly available exploit code exists, though it is not listed in CISA KEV and carries a very low EPSS score (0.04%). Successful exploitation can crash the device or potentially execute attacker-controlled code with the privileges of the web server process.
Technical ContextAI
The affected component is the embedded HTTP administration server of the UTT HiPER 1250GW, a Chinese-market enterprise gateway/VPN router. The vulnerable code path is route/goform/formTaskEdit_ap, a goform CGI-style handler used to edit task/AP profile settings. The root cause is CWE-120 (Buffer Copy without Checking Size of Input, classic buffer overflow): the handler passes the user-supplied 'Profile' argument directly to strcpy(), which copies until a NUL terminator with no bounds check against the destination buffer. On the MIPS/ARM-class SoCs typical of these appliances, overflowing a fixed-size stack buffer can overwrite saved return addresses, enabling denial of service and, depending on stack layout and mitigations (these embedded builds frequently lack stack canaries/ASLR), remote code execution.
RemediationAI
No vendor-released patch identified at time of analysis, and no fixed firmware version is cited in the source data - monitor UTT for a firmware release superseding 3.2.7-210907-180535 and apply it once published. As compensating controls, restrict access to the device's web management interface: bind administration to a trusted management VLAN or LAN interface only and disable remote/WAN-side management so the formTaskEdit_ap endpoint is not reachable from untrusted networks (trade-off: administrators must be on the management network or use a VPN). Enforce strong, unique administrative credentials and limit the number of accounts, since exploitation requires an authenticated low-privilege session (PR:L); tightening account access directly raises the bar. Place the management interface behind an ACL/firewall permitting only specific admin source IPs. Refer to the VulDB advisory at https://vuldb.com/vuln/360156 for tracking; the public exploit write-up is at https://github.com/kirlic123/IOTvulner/blob/main/4035/2/2.md.
More in Hiper 1250Gw
View allStack-based buffer overflow in UTT HiPER 1250GW firmware (≤ 3.2.7-210907-180535) exposes the device to remote code execu
Stack-based buffer overflow in UTT HiPER 1250GW firmware (versions through 3.2.7-210907-180535) allows remote, low-privi
Stack-based buffer overflow in the UTT HiPER 1250GW firmware (all versions up to v3.2.7-210907-180535) allows authentica
Stack-based buffer overflow in UTT HiPER 1250GW firmware (all versions through 3.2.7-210907-180535) enables low-privileg
Stack-based buffer overflow in the UTT HiPER 1250GW SOHO router (firmware through 3.2.7-210907-180535) lets a network-ad
Remote code execution risk in the UTT HiPER 1250GW router (firmware up to 3.2.7-210907-180535) stems from an unbounded s
Stack buffer overflow in the UTT HiPER 1250GW enterprise router (firmware up to 3.2.7-210907-180535) allows an authentic
Buffer overflow in UTT HiPER 1250GW router firmware (versions ≤3.2.7-210907-180535) allows authenticated remote attacker
Stack-based buffer overflow in UTT HiPER 1250GW router (versions up to 3.2.7-210907-180535) allows authenticated remote
Buffer overflow in UTT HiPER 1250GW firmware versions up to 3.2.7-210907-180535 allows authenticated remote attackers to
Remote code execution in UTT HiPER 1250GW firmware versions up to 3.2.7 allows authenticated attackers to overflow a buf
Same weakness CWE-120 – Classic Buffer Overflow
View allSame technique Buffer Overflow
View allShare
External POC / Exploit Code
Leaving vuln.today