CVE-2026-7420
8.8UTT · HiPER 1250GW
A buffer overflow vulnerability exists in the UTT HiPER 1250GW router due to improper boundary checking in the ConfigAdvideo handler.
Executive summary
A critical buffer overflow vulnerability in UTT HiPER 1250GW routers allows authenticated attackers to trigger memory corruption and denial of service conditions.
Vulnerability
The vulnerability exists in the strcpy function within the route/goform/ConfigAdvideo file. An authenticated attacker can submit a crafted Profile argument via a POST request, causing a buffer overflow that results in a denial of service.
Business impact
The exploitation of this vulnerability can lead to a complete denial of service for the affected networking equipment. Given the CVSS score of 8.8, this represents a high risk to business continuity, as the router is a critical infrastructure component. Unexpected system instability or crashes may disrupt network connectivity for all downstream users and services.
Remediation
Immediate Action: Since a specific patch version is currently unknown, administrators should restrict management interface access to trusted IP addresses only and monitor for any signs of unauthorized configuration changes.
Proactive Monitoring: Review web server access logs for anomalous POST requests directed at /goform/ConfigAdvideo, specifically looking for abnormally long input strings in the Profile or Action parameters.
Compensating Controls: Implement strict firewall rules to prevent external access to the router administrative interface, ensuring that only internal, authorized personnel can reach the vulnerable endpoint.
Exploitation status
Public Exploit Available: Yes, a proof-of-concept exploit is publicly available via a security researcher's technical write-up on GitHub.
Analyst recommendation
Due to the severity of this memory corruption flaw and the availability of public exploit code, immediate mitigation is required. Organizations should prioritize isolating the management interfaces of affected UTT routers from untrusted networks while awaiting official firmware updates from the vendor.
More UTT CVEs
Sources
Originally found and disclosed by maple_s (VulDB User), per the CVE Program record.
- VDB-360157 | UTT HiPER 1250GW ConfigAdvideo strcpy buffer overflow Vulnerability database entry
- VDB-360157 | CTI Indicators (IOB, IOC, IOA)
- Submit #803997 | UTT HiPER 1250GW <=v3.2.7-210907-180535 Buffer Overflow Third-party advisory
- Exploit / PoC