Cyber Resilience

CVE-2025-11355

HighPublic PoC

Published: 07 October 2025

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

Summary

CVE-2025-11355 is a high-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability in Utt 1250Gw Firmware. Its CVSS base score is 7.4 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 42.2% 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 SI-2 (Flaw Remediation).

Deeper analysis

CVE-2025-11355 is a buffer overflow vulnerability in UTT 1250GW routers up to version v2v3.2.2-200710. The flaw affects the strcpy function in the /goform/aspChangeChannel file, triggered by manipulation of the pvid argument. It is classified under CWE-119 and CWE-120, with 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).

An attacker with low privileges can exploit this vulnerability remotely over the network with low complexity and no user interaction. Exploitation leads to high impacts on confidentiality, integrity, and availability, potentially allowing arbitrary code execution or system compromise.

Advisories from VulDB indicate that a proof-of-concept exploit has been publicly disclosed on GitHub, and the vendor was contacted early but provided no response. No patches or official mitigations are referenced.

EU & UK References

Vulnerability details

A vulnerability has been found in UTT 1250GW up to v2v3.2.2-200710. Affected by this vulnerability is the function strcpy of the file /goform/aspChangeChannel. The manipulation of the argument pvid leads to buffer overflow. It is possible to initiate the attack…

more

remotely. 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.
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/aspChangeChannel) enables remote exploitation (AV:N/PR:L) for arbitrary code execution, directly facilitating T1190 (Exploit Public-Facing Application) and T1068 (Exploitation for Privilege Escalation).

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

CVEs Like This One

CVE-2025-11323Same product: Utt 1250Gw
CVE-2025-10171Same product: Utt 1250Gw
CVE-2025-10953Same product: Utt 1250Gw
CVE-2025-14191Same vendor: Utt
CVE-2025-15430Same vendor: Utt
CVE-2026-2068Same vendor: Utt
CVE-2026-0838Same vendor: Utt
CVE-2026-1137Same vendor: Utt
CVE-2026-2935Same vendor: Utt
CVE-2026-1138Same vendor: Utt

Affected Assets

utt
1250gw firmware
≤ 3.2.2-200710

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of the pvid argument to prevent buffer overflow from malicious input manipulation in the strcpy function.

prevent

Mandates timely flaw remediation for known vulnerabilities like this buffer overflow, including patching or vendor updates despite lack of response.

prevent

Implements memory protections such as stack canaries or non-executable memory to mitigate exploitation of the buffer overflow even if input validation fails.

References