Cyber Resilience

CVE-2025-10964

LowPublic PoC

Published: 25 September 2025

Published
25 September 2025
Modified
29 April 2026
KEV Added
Patch
CVSS Score v4 2.1 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/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.0086 75.5th percentile
Risk Priority 5 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-10964 is a low-severity Injection (CWE-74) vulnerability in Wavlink Wl-Nu516U1 Firmware. Its CVSS base score is 2.1 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Network Device CLI (T1059.008); ranked in the top 24.5% 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 AC-17 (Remote Access).

Deeper analysis

CVE-2025-10964 is a command injection vulnerability (CWE-74, CWE-77) in the Wavlink NU516U1 device, specifically affecting the sub_401B30 function in the /cgi-bin/firewall.cgi file. The flaw is triggered by manipulation of the remoteManagementEnabled argument, enabling attackers to inject arbitrary commands. Published on 2025-09-25, it carries a CVSS 3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L).

The vulnerability can be exploited remotely by attackers with low privileges, requiring no user interaction. Successful exploitation allows limited impacts on confidentiality, integrity, and availability, such as executing injected commands within the context of the affected component.

Advisories from VulDB indicate the vendor was contacted early for disclosure but provided no response, with no patches or mitigations detailed. A proof-of-concept exploit is publicly available via GitHub repositories linked in the references. The exploit has been made available to the public and could be exploited.

EU & UK References

Vulnerability details

A weakness has been identified in Wavlink NU516U1. Affected by this vulnerability is the function sub_401B30 of the file /cgi-bin/firewall.cgi. This manipulation of the argument remoteManagementEnabled causes command injection. The attack can be initiated remotely. The exploit has been made…

more

available to the public and could be exploited. The vendor was contacted early about this disclosure but did not respond in any way.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1059.008 Network Device CLI Execution
Adversaries may abuse scripting or built-in command line interpreters (CLI) on network devices to execute malicious command and payloads.
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.
T1202 Indirect Command Execution Stealth
Adversaries may abuse utilities that allow for command execution to bypass security restrictions that limit the use of command-line interpreters.
Why these techniques?

Command injection in public-facing /cgi-bin/firewall.cgi enables exploitation of public-facing application (T1190), indirect command execution via web parameter (T1202), and network device CLI abuse on router (T1059.008).

CVEs Like This One

CVE-2025-10959Same product: Wavlink Wl-Nu516U1
CVE-2025-10958Same product: Wavlink Wl-Nu516U1
CVE-2025-10960Same product: Wavlink Wl-Nu516U1
CVE-2026-3704Same product: Wavlink Wl-Nu516U1
CVE-2025-9149Same product: Wavlink Wl-Nu516U1
CVE-2025-10963Same product: Wavlink Wl-Nu516U1
CVE-2026-3661Same product: Wavlink Wl-Nu516U1
CVE-2026-2615Same product: Wavlink Wl-Nu516U1
CVE-2025-10962Same product: Wavlink Wl-Nu516U1
CVE-2026-3662Same product: Wavlink Wl-Nu516U1

Affected Assets

wavlink
wl-nu516u1 firmware
m16u1_v240425

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation and sanitization of the remoteManagementEnabled argument before it reaches sub_401B30, blocking command injection at the CGI entry point.

prevent

Limits the privileges under which firewall.cgi executes, reducing the scope of commands that can be successfully injected and run.

AC-17 Remote Access partial match
prevent

Restricts or requires additional controls on remote access to the device's web management interface, lowering the attack surface for unauthenticated or low-privilege command injection.

References