Cyber Resilience

CVE-2025-15429

HighPublic PoC

Published: 02 January 2026

Published
02 January 2026
Modified
12 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.0081 52.2th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2025-15429 is a high-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability in Utt 512W 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 47.8% 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).

Deeper analysis

CVE-2025-15429 is a buffer overflow vulnerability in the UTT 进取 512W firmware version 1.7.7-171114. The issue affects the strcpy function within the /goform/formConfigCliForEngineerOnly file, where manipulation of the addCommand argument triggers the overflow. Classified under CWE-119 and CWE-120, it 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 enables remote exploitation by attackers with low privileges over the network, requiring no user interaction. Successful exploitation allows arbitrary code execution, granting high levels of confidentiality, integrity, and availability compromise, such as data theft, modification, or denial of service on the affected device.

Advisories from VulDB and related disclosures note that a proof-of-concept exploit is publicly available on GitHub, increasing the risk of active misuse. The vendor was notified early but has not responded or issued patches, leaving no official mitigations; practitioners should isolate affected devices, monitor for suspicious activity on the /goform endpoint, and consider firmware upgrades if released.

Notable context includes the public disclosure of the exploit, which may facilitate widespread attacks on unpatched UTT 进取 512W devices. No evidence of in-the-wild exploitation is reported in available sources.

EU & UK References

Vulnerability details

A security vulnerability has been detected in UTT 进取 512W 1.7.7-171114. Affected by this vulnerability is the function strcpy of the file /goform/formConfigCliForEngineerOnly. Such manipulation of the argument addCommand leads to buffer overflow. It is possible to launch the attack…

more

remotely. The exploit has been disclosed publicly 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.
Why these techniques?

Buffer overflow in public web form (/goform endpoint) directly enables remote code execution on network device via T1190 Exploit Public-Facing Application.

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

CVEs Like This One

CVE-2025-14534Same product: Utt 512W
CVE-2025-14535Same product: Utt 512W
CVE-2025-15428Same product: Utt 512W
CVE-2025-15090Same product: Utt 512W
CVE-2025-14572Same product: Utt 512W
CVE-2025-15430Same product: Utt 512W
CVE-2025-14191Same product: Utt 512W
CVE-2025-15431Same product: Utt 512W
CVE-2025-15089Same product: Utt 512W
CVE-2025-15092Same product: Utt 512W

Affected Assets

utt
512w firmware
≤ 1.7.7-171114

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly remediates the buffer overflow flaw in the strcpy function by requiring timely identification, reporting, and patching of the vulnerability in the firmware.

prevent

Validates and sanitizes the addCommand input parameter to prevent buffer overflow exploitation via malformed or oversized data in the /goform/formConfigCliForEngineerOnly endpoint.

prevent

Implements memory protections such as stack canaries, ASLR, and DEP to mitigate arbitrary code execution from the buffer overflow vulnerability.

References