Cyber Posture

CVE-2025-14534

CriticalPublic PoC

Published: 11 December 2025

Published
11 December 2025
Modified
07 January 2026
KEV Added
Patch
CVSS Score 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0062 70.2th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-14534 is a critical-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability in Utt 512W Firmware. Its CVSS base score is 9.8 (Critical).

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

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190). 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 the NatBind input argument to ensure it does not exceed buffer boundaries, directly preventing the strcpy-induced buffer overflow.

prevent

Implements memory protections like stack canaries, address space layout randomization, and non-executable memory to block exploitation of the buffer overflow for code execution or crashes.

prevent

Mandates identification and timely patching or replacement of the vulnerable firmware component using unsafe strcpy in /goform/formNatStaticMap.

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-facing router web endpoint (/goform/formNatStaticMap) enables unauthenticated remote exploitation for arbitrary code execution or DoS, directly facilitating T1190: Exploit Public-Facing Application.

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

NVD Description

A vulnerability was determined in UTT 进取 512W up to 3.1.7.7-171114. This impacts the function strcpy of the file /goform/formNatStaticMap of the component Endpoint. Executing manipulation of the argument NatBind can lead to buffer overflow. The attack can be launched…

more

remotely. The exploit has 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-14534 is a buffer overflow vulnerability affecting the UTT 进取 512W router firmware versions up to 3.1.7.7-171114. The issue resides in the strcpy function within the /goform/formNatStaticMap file of the Endpoint component, triggered by manipulation of the NatBind argument. 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), it carries a CVSS v3.1 base score of 9.8, indicating critical severity.

The vulnerability enables remote exploitation over the network with low complexity, requiring no privileges or user interaction. Unauthenticated attackers can send crafted requests to the affected endpoint, causing a buffer overflow that leads to high impacts on confidentiality, integrity, and availability, potentially allowing arbitrary code execution or denial of service.

Advisories from VulDB and a GitHub issue detail the vulnerability, noting that an exploit has been publicly disclosed and may be utilized. The vendor was contacted early regarding disclosure but provided no response, and no patches or mitigations are mentioned in the available references.

Notable context includes the public availability of the exploit, increasing the risk of active exploitation against unpatched devices.

Details

CWE(s)

Affected Products

utt
512w firmware
≤ 1.7.7-171114

CVEs Like This One

CVE-2025-15428Same product: Utt 512W
CVE-2025-15090Same product: Utt 512W
CVE-2025-15429Same product: Utt 512W
CVE-2025-14535Same product: Utt 512W
CVE-2025-15430Same product: Utt 512W
CVE-2025-14191Same product: Utt 512W
CVE-2025-14572Same product: Utt 512W
CVE-2025-15089Same product: Utt 512W
CVE-2025-15431Same product: Utt 512W
CVE-2026-0836Same vendor: Utt

References