Cyber Resilience

CVE-2025-1609

MediumPublic PoC

Published: 24 February 2025

Published
24 February 2025
Modified
04 November 2025
KEV Added
Patch
CVSS Score v4 5.3 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:X/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.0094 76.7th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-1609 is a medium-severity Command Injection (CWE-77) vulnerability in Lb-Link Ac1900 Firmware. Its CVSS base score is 5.3 (Medium).

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

Deeper analysis

CVE-2025-1609 is an OS command injection vulnerability (CWE-77, CWE-78) in the LB-LINK AC1900 Router version 1.0.2. The issue resides in the websGetVar function within the /goform/set_cmd file, where manipulation of the "cmd" argument enables arbitrary command execution. Published on 2025-02-24, it carries a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L) and is classified as critical.

The vulnerability is exploitable remotely by low-privileged users (PR:L) with no need for user interaction. Attackers can inject and execute operating system commands, potentially achieving low impacts on confidentiality, integrity, and availability, such as limited data access, modification, or service disruption on the affected router.

Advisories from sources like VulDB indicate the exploit has been publicly disclosed and is available for use, with details shared via a Notion page and submission entries. The vendor was notified early but provided no response, leaving no official patches or mitigations documented at this time.

EU & UK References

Vulnerability details

A vulnerability has been found in LB-LINK AC1900 Router 1.0.2 and classified as critical. Affected by this vulnerability is the function websGetVar of the file /goform/set_cmd. The manipulation of the argument cmd leads to os command injection. The attack can…

more

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?

OS command injection via remote web interface (/goform/set_cmd) enables exploitation of public-facing applications (T1190), network device CLI command execution (T1059.008), and indirect command execution (T1202).

CVEs Like This One

CVE-2025-1610Same product: Lb-Link Ac1900
CVE-2025-1608Same product: Lb-Link Ac1900
CVE-2025-9580Same vendor: Lb-Link
CVE-2026-4228Same vendor: Lb-Link
CVE-2025-8823Shared CWE-77, CWE-78
CVE-2025-14094Shared CWE-77, CWE-78
CVE-2025-10442Shared CWE-77, CWE-78
CVE-2025-1616Shared CWE-77, CWE-78
CVE-2026-4226Same vendor: Lb-Link
CVE-2025-2095Shared CWE-77, CWE-78

Affected Assets

lb-link
ac1900 firmware
1.0.2

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires validation and sanitization of inputs like the 'cmd' argument in websGetVar to directly prevent OS command injection.

prevent

Mandates timely identification, reporting, and remediation of known flaws such as this command injection vulnerability through patching or workarounds.

prevent

Enforces least privilege on the router's web service process to limit the scope and impact of arbitrary OS commands executed via injection.

References