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
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
6DescriptionCVE.org
A vulnerability was determined in UTT HiPER 810G up to 1.7.7-171114. Affected is the function strcpy of the file /goform/formApLbConfig. This manipulation of the argument loadBalanceNameOld causes buffer overflow. The attack can be initiated remotely. The exploit has been publicly disclosed and may be utilized.
AnalysisAI
Remote code execution in UTT HiPER 810G up to version 1.7.7-171114 through a buffer overflow in the /goform/formApLbConfig endpoint allows authenticated attackers to achieve complete system compromise. The vulnerability stems from unsafe use of strcpy() on the loadBalanceNameOld parameter, and public exploit code is currently available. No patch has been released for affected devices.
Technical ContextAI
The vulnerability affects UTT HiPER 810G routers (CPE: cpe:2.3:a:utt:hiper_810g:*:*:*:*:*:*:*:*) running firmware version 1.7.7-171114 and earlier. The root cause is a classic buffer overflow (CWE-120) where the strcpy function copies user-controlled input from the loadBalanceNameOld parameter without proper bounds checking into a fixed-size buffer. This occurs in the web interface's load balancing configuration handler at /goform/formApLbConfig, making it accessible through the router's HTTP management interface. Buffer overflows in network devices are particularly dangerous as they often run with elevated privileges and can lead to complete device takeover.
RemediationAI
Upgrade UTT HiPER 810G firmware to a version newer than 1.7.7-171114 as soon as possible, though no specific patched version has been explicitly identified in the available references. Until a patch can be applied, implement network segmentation to restrict access to the router's management interface to trusted IP addresses only, disable remote management if not required, and ensure strong authentication credentials are in use. Monitor logs for suspicious activity targeting the /goform/formApLbConfig endpoint. Additional vulnerability details can be found at https://vuldb.com/?id.351362 and the proof-of-concept at https://github.com/xiaoheshang404/cve/issues/1#issue-4026284809.
Same weakness CWE-120 – Classic Buffer Overflow
View allSame technique Buffer Overflow
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-12576