Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Remote unauthenticated low-complexity request to the web server (AV:N/AC:L/PR:N/UI:N); described impact is a denial of service, so A:H with C:N/I:N rather than the input's C:H.
Primary rating from Vendor (mitre).
CVSS VectorVendor: mitre
Lifecycle Timeline
3DescriptionCVE.org
Buffer Overflow vulnerability in UTT nv518G nv518GV3v3.2.7-210919-161313 allows a remote attacker to cause a denial of service via the gohead/sub_425994 component
AnalysisAI
Denial of service in the UTT nv518G gateway/router (firmware nv518GV3v3.2.7-210919-161313) allows a remote attacker to crash the device by triggering a buffer overflow in the gohead/sub_425994 (FUN_00425994) web-server routine. Publicly available exploit/PoC documentation exists (GitHub CVEreport), and the SSVC framework rates exploitation as PoC-stage and automatable, though EPSS remains low at 0.22% (13th percentile) with no confirmed active exploitation.
Technical ContextAI
UTT nv518G is a SOHO/enterprise network gateway (router/firewall) from Shanghai UTT Technologies, a Chinese networking vendor. The flaw lives in 'gohead', which is the GoAhead-derived embedded HTTP server bundled in the firmware, specifically the internal handler disassembled as sub_425994/FUN_00425994. CWE-120 (Classic Buffer Overflow - buffer copy without checking input size) indicates the handler copies attacker-controlled request data into a fixed-size stack or heap buffer without bounds checking, allowing memory corruption that crashes the web service or the device.
RemediationAI
No vendor-released patch version is identified at time of analysis; the only vendor pointer is the UTT firmware download center (https://utt.com.cn/downloadcenter.php?filetypeid=3&model=518G&lang=zhcn), which should be checked for an updated 518G firmware build newer than v3.2.7-210919-161313. As compensating controls, restrict access to the device's web-management interface so it is not reachable from the WAN/Internet - bind management to the LAN only or place it behind a firewall ACL, which removes the AV:N exposure at the cost of losing remote administration convenience. Additionally, limit management access to a trusted management VLAN or specific source IPs, and monitor for unexpected reboots or web-server crashes as an indicator of exploitation attempts. Technical details and PoC context are documented at https://github.com/akuma-QAQ/CVEreport/blob/main/518G/FUN_00425994/README.md.
Same weakness CWE-120 – Classic Buffer Overflow
View allSame technique Buffer Overflow
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-40868
GHSA-w7hc-jqc4-9j5c