Cyber Resilience

CVE-2025-11305

HighPublic PoC

Published: 05 October 2025

Published
05 October 2025
Modified
08 January 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.0015 35.7th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-11305 is a high-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability in Utt 840G Firmware. 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 35.7th 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-2025-11305 is a buffer overflow vulnerability in UTT HiPER 840G routers up to version 3.1.1-190328. The flaw affects the strcpy function in the /goform/formTaskEdit file, where manipulation of the txtMin2 argument triggers the overflow. It is 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).

The vulnerability enables remote exploitation by an attacker with low privileges (PR:L). Per the CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), exploitation over the network requires low complexity, no user interaction, and results in high impacts to confidentiality, integrity, and availability, potentially allowing arbitrary code execution.

VulDB advisories and a related GitHub issue document the public disclosure of an exploit. The vendor was notified early but provided no response, and no patches or official mitigations are available.

The exploit has been disclosed publicly and may be actively used in the wild.

EU & UK References

Vulnerability details

A vulnerability has been found in UTT HiPER 840G up to 3.1.1-190328. Affected by this issue is the function strcpy of the file /goform/formTaskEdit. The manipulation of the argument txtMin2 leads to buffer overflow. Remote exploitation of the attack is…

more

possible. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.

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.
T1210 Exploitation of Remote Services Lateral Movement
Adversaries may exploit remote services to gain unauthorized access to internal systems once inside of a network.
T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

Buffer overflow in router web interface (/goform/formTaskEdit) enables remote low-privilege attackers to execute arbitrary code over the network, directly facilitating exploitation of public-facing applications, remote services, and privilege escalation.

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

CVEs Like This One

CVE-2025-7570Same product: Utt 840G
CVE-2025-10756Same product: Utt 840G
CVE-2025-7571Same product: Utt 840G
CVE-2025-15089Same vendor: Utt
CVE-2025-11653Same vendor: Utt
CVE-2025-15431Same vendor: Utt
CVE-2025-14191Same vendor: Utt
CVE-2025-15430Same vendor: Utt
CVE-2026-2068Same vendor: Utt
CVE-2026-0838Same vendor: Utt

Affected Assets

utt
840g firmware
≤ 3.1.1-190328

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents buffer overflow by validating and restricting the size and content of the txtMin2 input argument in /goform/formTaskEdit.

prevent

Implements memory protections like stack canaries, ASLR, and non-executable memory to block exploitation of the strcpy buffer overflow even if input validation fails.

prevent

Requires timely identification, reporting, and remediation of the buffer overflow flaw, including applying patches or workarounds despite vendor unresponsiveness.

References