Cyber Resilience

CVE-2026-7513

High

Published: 01 May 2026

Published
01 May 2026
Modified
01 May 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.0047 37.4th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-7513 is a high-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability. 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 37.4th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-16 (Memory Protection).

Deeper analysis

CVE-2026-7513 is a buffer overflow vulnerability affecting UTT HiPER 1200GW routers running versions up to 2.5.3-170306. The issue resides in the strcpy function within the /goform/formRemoteControl file, where improper input handling allows manipulation leading to a buffer overflow. This flaw, classified under CWE-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) and CWE-120 (Buffer Copy without Checking Size of Input), carries a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating high severity due to its potential for significant impact.

The vulnerability can be exploited remotely by attackers who possess low privileges, such as authenticated users with limited access. Exploitation requires no user interaction and low attack complexity over the network, potentially allowing attackers to achieve high levels of confidentiality, integrity, and availability impacts, including arbitrary code execution or system compromise. An exploit for this vulnerability has been publicly disclosed and may be actively used by threat actors.

Advisories and additional details are available from sources including VulDB (vuldb.com/vuln/360324, vuldb.com/vuln/360324/cti, vuldb.com/submit/803996) and a GitHub repository (github.com/kirlic123/IOTvulner/blob/main/4035/4/4.md), which document the issue and exploit information. No specific patches or mitigations are detailed in the primary disclosure, emphasizing the need for practitioners to review vendor updates and restrict access to affected endpoints.

EU & UK References

Vulnerability details

A vulnerability has been found in UTT HiPER 1200GW up to 2.5.3-170306. The impacted element is the function strcpy of the file /goform/formRemoteControl. The manipulation leads to buffer overflow. The attack may be initiated remotely. The exploit has been disclosed…

more

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

Buffer overflow in router web form handler (/goform/formRemoteControl) directly enables remote exploitation of a public-facing application for arbitrary code execution and system compromise.

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

CVEs Like This One

CVE-2026-6630Shared CWE-119, CWE-120
CVE-2026-7055Shared CWE-119, CWE-120
CVE-2026-1162Shared CWE-119, CWE-120
CVE-2025-12232Shared CWE-119, CWE-120
CVE-2025-15459Shared CWE-119, CWE-120
CVE-2025-7463Shared CWE-119, CWE-120
CVE-2026-2202Shared CWE-119, CWE-120
CVE-2026-5980Shared CWE-119, CWE-120
CVE-2026-7857Shared CWE-119, CWE-120
CVE-2026-7057Shared CWE-119, CWE-120

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires validation of inputs to /goform/formRemoteControl to prevent buffer overflows from improper handling in strcpy.

prevent

Implements memory protection mechanisms like non-executable stacks to mitigate exploitation of buffer overflows even if inputs bypass validation.

prevent

Mandates timely remediation of the buffer overflow flaw in UTT HiPER 1200GW firmware versions up to 2.5.3-170306.

References