UTT HiPER 1250GW
CVE-2026-7420
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
Network-reachable web handler with low-complexity strcpy overflow; PR:L reflects required low-privilege auth to the admin interface, and total impact yields C/I/A:H.
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
4DescriptionCVE.org
A security flaw has been discovered in UTT HiPER 1250GW up to 3.2.7-210907-180535. Impacted is the function strcpy of the file route/goform/ConfigAdvideo. The manipulation of the argument Profile results in buffer overflow. The attack can be executed remotely. The exploit has been released to the public and may be used for attacks.
AnalysisAI
Remote code execution risk in the UTT HiPER 1250GW router (firmware up to 3.2.7-210907-180535) stems from an unbounded strcpy in the ConfigAdvideo web handler, where an oversized 'Profile' parameter overflows a stack buffer. Authenticated remote attackers (CVSS 4.0 PR:L) can crash the device or potentially hijack execution flow, achieving total impact on confidentiality, integrity, and availability. Publicly available exploit code exists per VulDB, though EPSS remains very low (0.04%) and there is no public exploit identified as actively used in the wild.
Technical ContextAI
The HiPER 1250GW is a small-business gateway/router produced by Chinese vendor UTT (cpe:2.3:a:utt:hiper_1250gw). The vulnerability lives in the device's HTTP administration interface, specifically the route/goform/ConfigAdvideo endpoint that processes advertising/video configuration profiles. The root cause is CWE-120 (Classic Buffer Overflow / copy without checking input size): the handler passes the attacker-controlled 'Profile' argument directly to strcpy() into a fixed-size buffer with no length validation, a pattern endemic to embedded MIPS/ARM router firmware built on lightweight goform-style web servers. Overflowing this stack buffer corrupts adjacent memory and saved registers, enabling denial of service and, on many such SDKs, control-flow hijack.
RemediationAI
No vendor-released patch identified at time of analysis; no fixed firmware version is cited in the available data, so contact UTT directly and monitor for a firmware release superseding 3.2.7-210907-180535. As compensating controls, restrict access to the web administration interface - do not expose the router's HTTP management port to the internet, and bind management to a trusted management VLAN or ACL-limited source addresses (trade-off: remote admin becomes inaccessible without VPN). Since exploitation requires low-privilege authentication, enforce strong, unique admin/user credentials and disable unused low-privilege accounts to raise the bar (trade-off: operational overhead). Where feasible, place the ConfigAdvideo/goform endpoints behind a reverse proxy or WAF rule that rejects oversized 'Profile' values (trade-off: may break legitimate long profile names). Reference the VulDB advisory at https://vuldb.com/vuln/360157 for tracking.
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
Stack buffer overflow in the UTT HiPER 1250GW gateway/router (firmware up to 3.2.7-210907-180535) lets a low-privileged
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