Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Unauthenticated network-reachable SQL injection in the management interface with reported code execution yields AV:N/AC:L/PR:N and full C/I/A impact.
Primary rating from Vendor (mitre).
CVSS VectorVendor: mitre
Lifecycle Timeline
3DescriptionCVE.org
SQL Injection vulnerability in UTT nv518G nv518GV3v3.2.7-210919-161313 allows a remote attacker to execute arbitrary code via the gohead/sub_463bbc component
AnalysisAI
SQL injection in the UTT nv518G security gateway (firmware nv518GV3v3.2.7-210919-161313) lets remote attackers inject arbitrary SQL through the gohead/sub_463bbc component, which per the advisory escalates to arbitrary code execution on the device. The flaw is unauthenticated (CVSS 9.8, PR:N) and publicly available exploit code exists via a GitHub write-up, though it is not listed in CISA KEV; EPSS is low at 0.27% (18th percentile), indicating no evidence of widespread automated exploitation yet.
Technical ContextAI
The affected device is a UTT (Shanghai UTT Technologies) nv518G series network gateway/router, a Chinese-market SMB security appliance. The vulnerability is classed as CWE-89 (Improper Neutralization of Special Elements used in an SQL Command), meaning attacker-controlled input reaches a backend SQL query without proper sanitization. The vulnerable code lives in the firmware's web/management handler identified as gohead/sub_463bbc (a decompiled function name, FUN_00463bbc, referenced in the researcher's report), suggesting the injection point is exposed through the embedded 'gohead' web server that fronts the device's management interface. Because the appliance is an embedded system, a SQL injection that reaches native handlers can be leveraged for command/code execution rather than mere data disclosure.
RemediationAI
No vendor-released patch identified at time of analysis - the references point only to the UTT firmware download center (https://utt.com.cn/downloadcenter.php?filetypeid=3&model=518G&lang=zhcn) and a third-party researcher report, not a tagged fixed release, so administrators should check that portal for a firmware build newer than nv518GV3v3.2.7-210919-161313 and contact UTT support to confirm a fix. Until a patched firmware is confirmed, the most effective compensating control is to remove the device's web/management interface (the gohead server hosting the vulnerable handler) from any untrusted or internet-facing network by binding management to a dedicated admin VLAN or restricting it with firewall ACLs to a small set of trusted admin IPs; the trade-off is loss of remote administration convenience. Additionally place the gateway behind a WAF or upstream filtering rule that blocks SQL metacharacters to the vulnerable gohead endpoint (trade-off: possible false positives on legitimate admin traffic), and disable remote/WAN management if the feature is enabled.
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-41224
GHSA-jqfc-j8hw-pcfx