Cyber Posture

CVE-2026-2086

HighPublic PoC

Published: 07 February 2026

Published
07 February 2026
Modified
24 February 2026
KEV Added
Patch
CVSS Score 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0014 34.4th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Description

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.

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.

Security SummaryAI

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.

Details

CWE(s)

Affected Products

utt
810g firmware
≤ 1.7.7-171114

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

References