Cyber Posture

CVE-2025-11653

HighPublic PoC

Published: 13 October 2025

Published
13 October 2025
Modified
10 February 2026
KEV Added
Patch
CVSS Score 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0029 52.0th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-11653 is a high-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability in Utt 2620G Firmware. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked in the top 48.0% 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-16 (Memory Protection).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploitation for Privilege Escalation (T1068) and 2 other techniques. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Requires validation of inputs like NTPServerIP for length and format to prevent buffer overflows from unsafe strcpy usage in /goform/fNTP.

prevent

Implements memory protections such as stack canaries, ASLR, and DEP to mitigate exploitation of the buffer overflow vulnerability.

prevent

Mandates identification, reporting, and timely remediation of flaws like this unpatched buffer overflow in router firmware up to version 3.1.4.

MITRE ATT&CK Enterprise TechniquesAI

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

Buffer overflow in router's web interface (/goform/fNTP) enables remote exploitation by low-privileged attackers for code execution, directly facilitating public-facing application exploitation (T1190), exploitation of remote services (T1210), and privilege escalation (T1068).

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

NVD Description

A vulnerability was determined in UTT HiPER 2620G up to 3.1.4. Impacted is the function strcpy of the file /goform/fNTP. This manipulation of the argument NTPServerIP causes buffer overflow. It is possible to initiate the attack remotely. The exploit has…

more

been publicly disclosed and may be utilized. The vendor was contacted early about this disclosure but did not respond in any way.

Deeper analysisAI

CVE-2025-11653 is a buffer overflow vulnerability affecting the UTT HiPER 2620G router in versions up to 3.1.4. The flaw exists in the strcpy function within the /goform/fNTP file, where manipulation of the NTPServerIP argument leads to the overflow. 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 and network access can exploit this vulnerability remotely without user interaction. Exploitation triggers a buffer overflow, potentially enabling high-impact consequences such as unauthorized data access, modification, or system disruption.

Advisories from VulDB and a related GitHub issue indicate that the exploit has been publicly disclosed and is available for use. The vendor was contacted early regarding the issue but provided no response, and no patches or mitigations are mentioned in the available references.

Details

CWE(s)

Affected Products

utt
2620g firmware
≤ 3.1.4

CVEs Like This One

CVE-2025-11305Same vendor: Utt
CVE-2025-15431Same vendor: Utt
CVE-2025-15089Same vendor: Utt
CVE-2026-2980Same vendor: Utt
CVE-2026-3698Same vendor: Utt
CVE-2025-14191Same vendor: Utt
CVE-2026-2070Same vendor: Utt
CVE-2026-3700Same vendor: Utt
CVE-2025-15430Same vendor: Utt
CVE-2026-2068Same vendor: Utt

References