CVE-2026-0837
8.8UTT · 进取 520W
A buffer overflow vulnerability in the UTT 进取 520W router allows authenticated remote attackers to cause a denial of service via the GroupName parameter in the /goform/formFireWall endpoint.
Executive summary
A buffer overflow vulnerability in the UTT 进取 520W router allows an authenticated attacker to trigger a denial of service, presenting a high risk to network availability.
Vulnerability
The vulnerability exists within the strcpy function of the /goform/formFireWall file, where improper handling of the GroupName argument leads to a memory corruption buffer overflow. This attack requires an authenticated user with valid administrative credentials to execute the POST request.
Business impact
Successful exploitation of this buffer overflow can result in a complete denial of service for the affected router, causing significant network downtime for organizations relying on this hardware. With a CVSS score of 8.8, the vulnerability is classified as High severity, as it facilitates disruptive attacks that can halt critical business communications and infrastructure operations.
Remediation
Immediate Action: Since the vendor has not provided a security update, administrators should restrict management interface access to trusted internal IP addresses and disable unnecessary web-based configuration features.
Proactive Monitoring: Monitor system logs for repeated authentication attempts followed by service crashes or unusual POST requests targeting the /goform/formFireWall endpoint.
Compensating Controls: Deploy a Web Application Firewall or similar inspection tool to sanitize inputs for the GroupName parameter and block requests containing excessively long string values that exceed expected buffer limits.
Exploitation status
Public Exploit Available: Yes — a published proof-of-concept exists in the researcher's GitHub write-up.
Analyst recommendation
Given the lack of a vendor-provided patch and the availability of a public exploit, organizations currently utilizing the UTT 进取 520W router are at elevated risk. It is strongly recommended to isolate these devices from external networks and implement strict access control lists to prevent unauthorized administrative access, as no firmware update is currently available to remediate the underlying memory corruption flaw.
More UTT CVEs all →
History
- Disclosed CVE record published
- Published in the daily brief high section
- Published in the daily brief high section
- Analyst report written
Sources
Originally found and disclosed by Lena-lyy02 (VulDB User), per the CVE Program record.
- VDB-340437 | UTT 进取 520W formFireWall strcpy buffer overflow Vulnerability database entry
- VDB-340437 | CTI Indicators (IOB, IOC, IOA)
- Submit #729019 | UTT 进取 520W v3v1.7.7-180627 Buffer Overflow Third-party advisory
- Exploit / PoC