Cyber Resilience

CVE-2025-7081

LowPublic PoC

Published: 06 July 2025

Published
06 July 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.0850 92.6th percentile
Risk Priority 9 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-7081 is a low-severity Command Injection (CWE-77) vulnerability in Belkin F9K1122 Firmware. Its CVSS base score is 2.1 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 7.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

A vulnerability classified as critical has been identified in the Belkin F9K1122 router running firmware version 1.00.33. It resides in the formSetWanStatic function within the /goform/formSetWanStatic endpoint of the webs component, where unsanitized input supplied to the arguments m_wan_ipaddr, m_wan_netmask, m_wan_gateway, m_wan_staticdns1, and m_wan_staticdns2 is passed directly to the operating system, resulting in command injection. The issue is tracked under CWE-77 and CWE-78.

An authenticated remote attacker can supply crafted values to these parameters and execute arbitrary operating-system commands on the device. The CVSS 4.0 vector indicates network attack reachability with low attack complexity and low privileges required, producing limited effects on confidentiality, integrity, and availability of the affected router; a public proof-of-concept has been released.

The vendor was notified prior to disclosure but did not respond or issue a patch. The EPSS score has remained flat at 0.0850 with no material increase observed after publication.

EU & UK References

Vulnerability details

A vulnerability has been found in Belkin F9K1122 1.00.33 and classified as critical. Affected by this vulnerability is the function formSetWanStatic of the file /goform/formSetWanStatic of the component webs. The manipulation of the argument m_wan_ipaddr/m_wan_netmask/m_wan_gateway/m_wan_staticdns1/m_wan_staticdns2 is directly passed by the…

more

attacker/so we can control the m_wan_ipaddr/m_wan_netmask/m_wan_gateway/m_wan_staticdns1/m_wan_staticdns2 leads to os command injection. The attack can be launched 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.
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.
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?

The OS command injection vulnerability in the router's web management interface (/goform/formSetWanStatic) enables exploitation of a public-facing application (T1190), execution of OS commands on a network device equivalent to CLI abuse (T1059.008), and indirect command execution via manipulated form parameters (T1202).

Affected Assets

belkin
f9k1122 firmware
1.00.33

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-78

Platform-independent apps typically execute inside a managed runtime or sandbox that restricts direct OS command execution, reducing the ability to exploit OS command injection.

addresses: CWE-78

Validates inputs to block special elements that would alter OS command execution.

References