CVE-2026-2935
Published: 22 February 2026
Summary
CVE-2026-2935 is a high-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability in Utt 810G Firmware. Its CVSS base score is 7.2 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 35.6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
Threat & Defense at a Glance
Threat & Defense Details
Likely Mitigating ControlsAI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Managed runtimes used by platform-independent applications (e.g., JVM, CLR) enforce memory safety, preventing most buffer overflows that require direct memory manipulation.
Ongoing control assessments and code testing (static/dynamic analysis, fuzzing) surface memory buffer restriction failures, which are then remediated before release.
Memory protections (e.g., W^X, ASLR) make exploitation of buffer-boundary violations far harder to turn into code execution.
Detects exploitation attempts that produce memory corruption, crashes, or anomalous behavior.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Buffer overflow in router web form (/goform/ConfigExceptMSN) enables RCE after high-priv auth, directly mapping to exploitation of public-facing apps (T1190) and/or priv esc to root/shell (T1068).
NVD Description
A weakness has been identified in UTT HiPER 810G up to 1.7.7-171114. This issue affects the function strcpy of the file /goform/ConfigExceptMSN. Executing a manipulation of the argument remark can lead to buffer overflow. The attack can be executed remotely.…
more
The exploit has been made available to the public and could be used for attacks.
Deeper analysisAI
CVE-2026-2935 is a buffer overflow vulnerability affecting UTT HiPER 810G routers in versions up to 1.7.7-171114. The flaw occurs in the strcpy function within the /goform/ConfigExceptMSN file, where manipulation of the "remark" argument triggers the overflow. Published on 2026-02-22, it is associated with CWE-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) and CWE-120 (Buffer Copy without Checking Size of Input).
The vulnerability is remotely exploitable over the network with low attack complexity and no user interaction required, but exploitation demands high privileges (PR:H) on the target system. Successful attacks can result in high impacts to confidentiality, integrity, and availability (C:H/I:H/A:H), as reflected in its CVSS v3.1 base score of 7.2, potentially enabling arbitrary code execution or denial of service.
VulDB advisories (ctiid.347297, id.347297, submit.755297) and a GitHub issue (alc9700jmo/CVE/issues/23) document the vulnerability details, including a publicly available exploit that could facilitate real-world attacks against unpatched devices. No specific patches or mitigations are detailed in these references.
The public availability of the exploit elevates the risk for exposed UTT HiPER 810G instances, urging practitioners to assess and isolate affected systems pending vendor guidance.
Details
- CWE(s)