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
Remotely reachable web endpoint (AV:N/AC:L) requiring an authenticated low-privilege admin session (PR:L), no user interaction, with buffer overflow enabling code execution and full C/I/A loss.
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
5DescriptionCVE.org
A vulnerability was determined in UTT HiPER 1250GW up to 3.2.7-210907-180535. This vulnerability affects the function strcpy of the file route/goform/NTP. Executing a manipulation of the argument Profile can lead to buffer overflow. The attack may be launched remotely. The exploit has been publicly disclosed and may be utilized.
AnalysisAI
Stack buffer overflow in the UTT HiPER 1250GW enterprise router (firmware up to 3.2.7-210907-180535) allows an authenticated attacker to corrupt memory by supplying an oversized Profile parameter to the route/goform/NTP web handler, which passes it to an unbounded strcpy(). The flaw is remotely reachable over the 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 yields total compromise of confidentiality, integrity, and availability on the device.
Technical ContextAI
The HiPER 1250GW is a gateway/router appliance whose web administration interface exposes 'goform' CGI-style endpoints. The vulnerable code path is the NTP configuration handler (route/goform/NTP), which copies the user-supplied 'Profile' argument into a fixed-size stack buffer using strcpy() without validating the input length. This maps directly to CWE-120 (Buffer Copy without Checking Size of Input, the 'Classic Buffer Overflow'): because strcpy() copies until a null terminator, an attacker-controlled string longer than the destination buffer overwrites adjacent stack memory, including saved registers and the return address. On embedded MIPS/ARM router firmware like this, such overflows commonly lead to control-flow hijack and arbitrary code execution in the context of the web server process, typically running with high privilege. The single affected CPE is cpe:2.3:a:utt:hiper_1250gw.
RemediationAI
No vendor-released patch or fixed firmware version was identified in the available data, so no exact upgrade target can be cited. As specific compensating controls: restrict access to the router's web management interface to trusted management networks or a dedicated VLAN so the route/goform/NTP endpoint is not reachable from user or WAN-facing segments (trade-off: administrators must connect from an approved jump host); disable remote/WAN-side administration if enabled; enforce strong, unique administrative credentials and rotate any defaults, since exploitation requires an authenticated session (PR:L); and monitor the management interface for anomalous or oversized POST requests to the NTP handler. Consult the VulDB advisory at https://vuldb.com/vuln/360155 for updates, and contact UTT for firmware guidance. Because this is embedded firmware, consider replacing the device if the vendor provides no fix and management access cannot be adequately isolated.
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 gateway/router (firmware up to 3.2.7-210907-180535) lets a low-privileged
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
EUVD-2026-26295