Stack-Based Buffer Overflow in UTT HiPER 1250GW
A critical stack-based buffer overflow vulnerability in the UTT HiPER 1250GW HTTP handler allows remote authenticated attackers to execute arbitrary code via a crafted 'pvid' parameter.
CVE search metadata
CVE search record: CVE-2026-76004. Severity: critical. CVSS: 9.9. KEV: no. Product: HiPER 1250GW. Brief: Stack-Based Buffer Overflow in UTT HiPER 1250GW. Brief link: https://feed.craftedsignal.io/briefs/2026-08-utt-buffer-overflow/
A critical stack-based buffer overflow vulnerability, tracked as CVE-2026-76004, has been identified in UTT HiPER 1250GW routers running firmware versions up to 3.2.7-210907-180535. The vulnerability resides in the HTTP Handler component, specifically within the strcpy function of the /goform/aspApBasicConfigUrcp file. By submitting a malicious payload via the pvid argument, an authenticated remote attacker can cause a stack-based buffer overflow. This vulnerability has been disclosed publicly, and exploit code is available, increasing the risk of exploitation. Successful exploitation may allow an attacker to gain arbitrary code execution, leading to full system compromise of the network device.
Attack Chain
- The attacker performs reconnaissance to identify UTT HiPER 1250GW devices exposed to the internet.
- The attacker establishes an authenticated session with the target device's web management interface.
- The attacker crafts a malicious HTTP request targeting the
/goform/aspApBasicConfigUrcpendpoint. - The attacker injects an oversized payload into the
pvidargument within the HTTP request. - The vulnerable
strcpyfunction in the HTTP handler improperly validates the length of thepvidargument. - The overflow overwrites adjacent memory on the stack, allowing for the redirection of execution flow.
- The attacker executes arbitrary shellcode to gain control of the device or trigger a denial-of-service condition.
Impact
Successful exploitation of CVE-2026-76004 results in a critical security compromise of the affected UTT HiPER 1250GW router. As the device functions as a network gateway, an attacker could intercept or manipulate sensitive internal network traffic, launch further attacks against internal hosts, or render the gateway inoperable, impacting network availability for the entire organization.
Recommendation
- Immediately audit network perimeters for exposed UTT HiPER 1250GW management interfaces and restrict access to authorized management networks only.
- Prioritize updating firmware on all HiPER 1250GW units to a version beyond 3.2.7-210907-180535 as soon as an official vendor patch is released.
- Implement web application firewall (WAF) or intrusion detection system (IDS) rules to monitor for unusually long HTTP POST parameters targeting the
/goform/aspApBasicConfigUrcpURI. - Monitor logs for repeated authentication attempts followed by suspicious request patterns to the management interface.
Immediate actions
Restrict access to management interfaces on UTT HiPER 1250GW devices.
Threat Hunt
Search logs for POST requests to /goform/aspApBasicConfigUrcp.
Data: Web server logs
Detection coverage 1
Detects CVE-2026-76004 Exploitation Attempt - Large PVID Argument
criticalDetects exploitation attempts by monitoring for POST requests to the vulnerable management endpoint with an excessively long 'pvid' parameter.
Detection queries are available on the platform. Get full rules →