Cyber Resilience

CVE-2026-2935

HighPublic PoC

Published: 22 February 2026

Published
22 February 2026
Modified
24 February 2026
KEV Added
Patch
CVSS Score v4 7.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:H/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
EPSS Score 0.0015 35.8th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

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.3 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 35.8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and AC-6 (Least Privilege).

Deeper analysis

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.

EU & UK References

Vulnerability details

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.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
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).

Confidence: MEDIUM · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-2904Same product: Utt 810G
CVE-2026-3700Same product: Utt 810G
CVE-2026-2981Same product: Utt 810G
CVE-2026-3699Same product: Utt 810G
CVE-2026-3698Same product: Utt 810G
CVE-2026-3815Same product: Utt 810G
CVE-2026-3015Same product: Utt 810G
CVE-2026-3814Same product: Utt 810G
CVE-2026-2980Same product: Utt 810G
CVE-2026-3016Same product: Utt 810G

Affected Assets

utt
810g firmware
≤ 1.7.7-171114

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of input size and format for the 'remark' argument before the unsafe strcpy call, preventing the buffer overflow.

prevent

Enforces least privilege so that only the minimal accounts can reach /goform/ConfigExceptMSN, reducing the chance an attacker obtains the required high privileges.

prevent

Mandates memory-protection mechanisms (DEP, ASLR, etc.) that can block or contain exploitation of the strcpy overflow even if input validation fails.

References