Cyber Resilience

CVE-2026-2085

HighPublic PoCRCE

Published: 07 February 2026

Published
07 February 2026
Modified
12 February 2026
KEV Added
Patch
CVSS Score v4 7.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:H/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.0055 68.5th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-2085 is a high-severity Injection (CWE-74) vulnerability in Dlink Dwr-M921 Firmware. Its CVSS base score is 7.3 (High).

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

Deeper analysis

CVE-2026-2085 is a command injection vulnerability affecting the D-Link DWR-M921 router on firmware version 1.1.50. The flaw exists in the sub_419F20 function of the /boafrm/formUSSDSetup file within the USSD Configuration Endpoint component, where manipulation of the ussdValue argument enables command injection. Published on 2026-02-07, it is associated with CWE-74 and CWE-77.

The vulnerability carries a CVSS v3.1 base score of 7.2 (AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H), indicating network accessibility, low attack complexity, and a requirement for high privileges with no user interaction. Remote attackers possessing sufficient privileges can exploit it to achieve high impacts on confidentiality, integrity, and availability, potentially leading to full system compromise.

References, including GitHub issues at https://github.com/LX-66-LX/cve-new/issues/1 and VulDB entries at https://vuldb.com/?ctiid.344652, document the public disclosure of the exploit, which may be used by attackers. No specific mitigation or patch details are outlined in the provided advisories.

EU & UK References

Vulnerability details

A security vulnerability has been detected in D-Link DWR-M921 1.1.50. Affected is the function sub_419F20 of the file /boafrm/formUSSDSetup of the component USSD Configuration Endpoint. The manipulation of the argument ussdValue leads to command injection. The attack can be initiated…

more

remotely. The exploit has been disclosed publicly and may be used.

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.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
Why these techniques?

Command injection in the web UI endpoint of a network device directly enables remote exploitation of a public-facing application and arbitrary Unix shell command execution.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-2168Same product: Dlink Dwr-M921
CVE-2026-2169Same product: Dlink Dwr-M921
CVE-2026-2194Same vendor: Dlink
CVE-2026-2218Same vendor: Dlink
CVE-2026-4203Same vendor: Dlink
CVE-2026-4207Same vendor: Dlink
CVE-2025-10628Same vendor: Dlink
CVE-2026-4210Same vendor: Dlink
CVE-2026-4197Same vendor: Dlink
CVE-2025-10634Same vendor: Dlink

Affected Assets

dlink
dwr-m921 firmware
1.1.50

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation and sanitization of the ussdValue argument to block command injection at the formUSSDSetup endpoint.

prevent

Limits the high-privilege accounts that can reach the vulnerable USSD Configuration Endpoint, reducing the population able to supply malicious input.

prevent

Mandates timely patching or firmware updates for the publicly disclosed command-injection flaw in DWR-M921 1.1.50.

References