Cyber Resilience

CVE-2026-2847

HighPublic PoCRCE

Published: 20 February 2026

Published
20 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.0075 73.5th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-2847 is a high-severity Command Injection (CWE-77) vulnerability in Utt 520 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 26.5% 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 AC-6 (Least Privilege) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2026-2847 is an OS command injection vulnerability (CWE-77, CWE-78) affecting UTT HiPER 520 firmware version 1.7.7-160105. The flaw resides in the sub_44EFB4 function of the /goform/formReleaseConnect file within the Web Management Interface component. Manipulation of the Isp_Name argument enables command injection, as disclosed on February 20, 2026, with 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).

The vulnerability is exploitable remotely by authenticated users possessing high privileges, such as administrative access to the Web Management Interface. Attackers can inject and execute arbitrary OS commands on the underlying system, achieving high impacts on confidentiality, integrity, and availability, potentially resulting in full device compromise.

Advisories reference a public exploit at https://github.com/cha0yang1/UTT520CVE/blob/main/UTTRCE2.md, along with VulDB entries at https://vuldb.com/?ctiid.347083, https://vuldb.com/?id.347083, and https://vuldb.com/?submit.753965. Security practitioners should review these sources for mitigation guidance, including potential firmware updates or access controls, given the public availability of the exploit.

EU & UK References

Vulnerability details

A vulnerability was detected in UTT HiPER 520 1.7.7-160105. Affected is the function sub_44EFB4 of the file /goform/formReleaseConnect of the component Web Management Interface. The manipulation of the argument Isp_Name results in os command injection. The attack can be launched…

more

remotely. The exploit is now public and may be used.

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?

OS command injection in authenticated web management interface directly enables T1190 (exploit public-facing app) and T1059.004 (Unix shell command execution on embedded firmware).

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

CVEs Like This One

CVE-2026-2846Same product: Utt 520
CVE-2026-2188Same vendor: Utt
CVE-2026-31059Same vendor: Utt
CVE-2026-2135Same vendor: Utt
CVE-2026-2080Same vendor: Utt
CVE-2026-2118Same vendor: Utt
CVE-2026-2182Same vendor: Utt
CVE-2025-13442Same vendor: Utt
CVE-2026-9454Shared CWE-77, CWE-78
CVE-2026-6116Shared CWE-77, CWE-78

Affected Assets

utt
520 firmware
1.7.7-160105

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of the Isp_Name argument before it reaches sub_44EFB4, blocking OS command injection at the web form.

prevent

Restricts the high-privilege accounts that can reach /goform/formReleaseConnect, reducing the population able to supply malicious input.

prevent

Enforces boundary filtering or isolation rules that can block or limit remote access to the vulnerable Web Management Interface endpoint.

References