Cyber Resilience

CVE-2026-2118

HighPublic PoCRCE

Published: 08 February 2026

Published
08 February 2026
Modified
13 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.0053 67.7th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-2118 is a high-severity Injection (CWE-74) vulnerability in Utt 810 Firmware. Its CVSS base score is 7.3 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 32.3% of CVEs by exploit likelihood; 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-2118 is a command injection vulnerability affecting UTT HiPER 810 version 1.7.4-141218. The issue resides in the sub_4407D4 function within the /goform/formReleaseConnect file of the rehttpd component. It arises from improper handling of the Isp_Name argument, allowing injected commands, and was published on 2026-02-08. The vulnerability is classified under CWE-74 and CWE-77.

The vulnerability carries a CVSS v3.1 base score of 7.2 (AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H). It can be exploited remotely by authenticated attackers possessing high privileges, with low attack complexity and no user interaction required. Successful exploitation enables command injection, resulting in high impacts to confidentiality, integrity, and availability.

Advisories referenced in VulDB (ctiid.344693, id.344693, submit.746802) and a GitHub repository (cha0yang1/UTT810CVE) detail the vulnerability, including a proof-of-concept exploit and readme. The exploit has been publicly disclosed and may be utilized. No specific patch or mitigation details are provided in the available references.

EU & UK References

Vulnerability details

A vulnerability was determined in UTT HiPER 810 1.7.4-141218. The impacted element is the function sub_4407D4 of the file /goform/formReleaseConnect of the component rehttpd. Executing a manipulation of the argument Isp_Name can lead to command injection. The attack can be…

more

launched remotely. The exploit has been publicly disclosed and may be utilized.

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.
T1059.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
Why these techniques?

Command injection in web form of network device directly enables remote exploitation of public-facing application (T1190) and arbitrary Unix shell command execution (T1059.004).

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

CVEs Like This One

CVE-2026-2135Same product: Utt 810
CVE-2026-2080Same product: Utt 810
CVE-2026-1162Same product: Utt 810
CVE-2025-70998Same product: Utt 810
CVE-2026-2182Same vendor: Utt
CVE-2025-13442Same vendor: Utt
CVE-2026-31059Same vendor: Utt
CVE-2026-2846Same vendor: Utt
CVE-2026-2847Same vendor: Utt
CVE-2026-2188Same vendor: Utt

Affected Assets

utt
810 firmware
1.7.4-141218

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces validation and sanitization of the Isp_Name input argument to block command injection in formReleaseConnect.

prevent

Limits privileges of the high-privilege account required for exploitation, reducing the ability to execute injected commands.

prevent

Restricts the web server's ability to invoke arbitrary system commands from the rehttpd component handling formReleaseConnect.

References