Cyber Resilience

CVE-2026-2086

HighPublic PoC

Published: 07 February 2026

Published
07 February 2026
Modified
24 February 2026
KEV Added
Patch
CVSS Score v4 7.4 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
EPSS Score 0.0062 45.0th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-2086 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.4 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 45.0th 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 SI-16 (Memory Protection).

Deeper analysis

CVE-2026-2086 is a buffer overflow vulnerability in the UTT HiPER 810G device, affecting versions up to 1.7.7-171114. The flaw exists in the strcpy function of the /goform/formFireWall file within the Management Interface component, triggered by manipulation of the GroupName argument.

The vulnerability enables remote exploitation by attackers with low privileges (PR:L), as indicated by its CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H). Successful attacks can result in high impacts to confidentiality, integrity, and availability, with a public exploit available for use.

Advisories referenced in GitHub issues (alc9700jmo/CVE/issues/22) and VulDB entries (ctiid.344653, id.344653) detail the issue but note that the vendor was contacted early without response. No patches or specific mitigations are mentioned.

EU & UK References

Vulnerability details

A vulnerability was detected in UTT HiPER 810G up to 1.7.7-171114. Affected by this vulnerability is the function strcpy of the file /goform/formFireWall of the component Management Interface. The manipulation of the argument GroupName results in buffer overflow. The attack…

more

can be launched remotely. The exploit is now public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.

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.
Why these techniques?

Buffer overflow in public-facing web management interface (/goform/formFireWall) enables remote code execution via exploitation of public-facing application.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

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

Affected Assets

utt
810g firmware
≤ 1.7.7-171114

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces validation of the GroupName argument in the /goform/formFireWall management interface to prevent buffer overflow from malicious input.

prevent

Implements memory protections like stack canaries, ASLR, and DEP to mitigate exploitation of the strcpy buffer overflow vulnerability.

prevent

Mandates timely flaw remediation for vulnerabilities like CVE-2026-2086, including patching or workarounds despite lack of vendor response.

References