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 Vendor (VulDB) · only source for this CVE.
CVSS VectorVendor: VulDB
Lifecycle Timeline
5DescriptionCVE.org
A vulnerability was determined in UTT HiPER 2610G up to 3.0.0-171107. This impacts the function strcpy of the file /goform/formConfigDnsFilterGlobal. Executing a manipulation of the argument GroupName can lead to buffer overflow. The attack can be executed remotely. The exploit has been publicly disclosed and may be utilized.
AnalysisAI
Stack buffer overflow in UTT HiPER 2610G routers (firmware through 3.0.0-171107) allows authenticated remote attackers to corrupt memory by submitting an oversized GroupName parameter to the /goform/formConfigDnsFilterGlobal endpoint, which passes the input to an unsafe strcpy call. Publicly available exploit code exists (disclosed via VulDB and a GitHub PoC), and successful exploitation can compromise confidentiality, integrity, and availability of the device - typically meaning router takeover or denial of service. The issue is not listed in CISA KEV, so it is not confirmed actively exploited at this time.
Technical ContextAI
UTT HiPER 2610G is an enterprise/SMB gateway router from UTT Technologies that exposes a web-based management interface using /goform/* CGI-style handlers. The vulnerable handler formConfigDnsFilterGlobal manages DNS filter group configuration and copies the user-supplied GroupName argument into a fixed-size stack buffer using strcpy without length validation, a textbook CWE-120 (Classic Buffer Overflow) condition. On embedded MIPS/ARM routers of this class, such overflows on the request-handling thread typically allow attacker control of the saved return address or function pointers, leading to arbitrary code execution as the web server process (often root) or, at minimum, a crash of the management daemon. The CPE cpe:2.3:a:utt:hiper_2610g identifies the affected firmware family up to and including build 3.0.0-171107.
RemediationAI
No vendor-released patch identified at time of analysis - the references contain only VulDB tracking entries and a GitHub PoC, with no UTT firmware update linked. Until UTT publishes fixed firmware, restrict reachability of the management interface: block the router's HTTP/HTTPS admin ports from the WAN entirely and limit LAN-side access to a dedicated management VLAN or jump host, which removes the remote attack surface at the cost of requiring on-network access for administration. Enforce strong, unique admin credentials and disable any default accounts to make the PR:L precondition harder to satisfy, and specifically avoid using the DNS filter group configuration page (/goform/formConfigDnsFilterGlobal) from untrusted networks. Monitor the VulDB entry at https://vuldb.com/vuln/369137 and UTT's site for a firmware release, and apply it as soon as it is published.
More in Hiper 2610G
View allSame weakness CWE-120 – Classic Buffer Overflow
View allSame technique Buffer Overflow
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-35067
GHSA-62vp-x748-29pj