CVE-2026-1137
8.8UTT · 进取 520W (Aggressive 520W)
A buffer overflow vulnerability in the UTT 进取 520W router allows authenticated remote attackers to trigger memory corruption via the /goform/formWebAuthGlobalConfig endpoint.
Executive summary
A buffer overflow vulnerability in the UTT 进取 520W router poses a high risk of service disruption and potential remote code execution for attackers with authenticated access.
Vulnerability
The vulnerability exists in the strcpy function within the /goform/formWebAuthGlobalConfig file, where the hidcontact parameter is copied to a buffer without boundary validation. Successful exploitation requires the attacker to be authenticated, as the endpoint requires administrative or valid user credentials.
Business impact
The vulnerability carries a CVSS score of 8.8, reflecting its high potential for total system compromise. Successful exploitation allows for a denial of service, which can lead to critical network downtime, or potential remote code execution, which could grant an attacker full control over the router, facilitating further lateral movement into the internal network.
Remediation
Immediate Action: As there is no vendor-provided patch available, restrict access to the router management interface to trusted administrative IPs only, and rotate all administrative credentials immediately.
Proactive Monitoring: Monitor network traffic for unusual POST requests directed at the /goform/formWebAuthGlobalConfig endpoint, particularly those containing excessively long strings in the hidcontact parameter.
Compensating Controls: Implement a Web Application Firewall (WAF) or network-level access control list (ACL) to block unauthorized access to the management interface and sanitize input parameters to prevent overflow attempts.
Exploitation status
Public Exploit Available: Yes, a public proof of concept is available via the researcher's published technical documentation at the provided GitHub repository.
Analyst recommendation
Given the lack of a vendor patch and the availability of a public proof of concept, administrators must treat this vulnerability with high urgency. Restricting management interface access and monitoring for malicious traffic patterns is essential to mitigate the risk of exploitation until the manufacturer releases a firmware update.
More UTT CVEs all →
History
- Disclosed CVE record published
- Published in the daily brief high section, carried in 2 daily briefs, Jan 19 to Jan 20
- Analyst report written
Sources
Originally found and disclosed by cymiao (VulDB User), per the CVE Program record.
- VDB-341728 | UTT 进取 520W formWebAuthGlobalConfig strcpy buffer overflow Vulnerability database entry
- VDB-341728 | CTI Indicators (IOB, IOC, IOA)
- Submit #735296 | UTT 进取 520W v3v1.7.7-180627 Buffer Overflow Third-party advisory
- Exploit / PoC