Cyber Resilience

CVE-2026-2980

HighPublic PoC

Published: 23 February 2026

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

Summary

CVE-2026-2980 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 16.2th 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-2980 is a buffer overflow vulnerability in UTT HiPER 810G devices up to version 1.7.7-1711. The flaw affects the strcpy function in the /goform/setSysAdm file, where manipulation of the passwd1 argument triggers the overflow. It is classified under CWE-119 and CWE-120, 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), indicating network accessibility and high potential impact.

A remote attacker with high privileges can exploit this vulnerability with low complexity and no user interaction. Exploitation involves sending crafted input to the passwd1 argument, potentially leading to arbitrary code execution and high impacts on confidentiality, integrity, and availability.

Advisories and a proof-of-concept exploit are documented in references including GitHub (https://github.com/7wkajk/CVE-VUL/blob/main/4.md and https://github.com/7wkajk/CVE-VUL/blob/main/4.md#poc) and VulDB (https://vuldb.com/?ctiid.347364, https://vuldb.com/?id.347364, https://vuldb.com/?submit.756130). The exploit has been publicly disclosed and may be used, but no specific patch or mitigation details are provided in the CVE description.

The vulnerability was published on 2026-02-23, highlighting the need for practitioners to assess exposure in affected UTT HiPER 810G deployments.

EU & UK References

Vulnerability details

A vulnerability has been found in UTT HiPER 810G up to 1.7.7-1711. Impacted is the function strcpy of the file /goform/setSysAdm. The manipulation of the argument passwd1 leads to buffer overflow. The attack may be initiated remotely. The exploit has…

more

been disclosed to the 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.
T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

Remote authenticated buffer overflow in web form (/goform/setSysAdm) enabling arbitrary code execution on network device maps directly to T1190 (public-facing app exploitation) and T1068 (post-auth priv esc to code exec).

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

CVEs Like This One

CVE-2026-2935Same product: Utt 810G
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-3016Same product: Utt 810G

Affected Assets

utt
810g firmware
≤ 1.7.7-171114

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly blocks the overflow by validating/sanitizing the passwd1 argument before it reaches strcpy in /goform/setSysAdm.

prevent

Applies memory protections (e.g., ASLR, NX) that prevent successful exploitation of the buffer overflow even if malicious input is supplied.

prevent

Limits the high-privilege accounts that can reach the vulnerable setSysAdm function, reducing the population able to trigger the remote overflow.

References