Cyber Resilience

CVE-2026-2061

MediumPublic PoC

Published: 06 February 2026

Published
06 February 2026
Modified
11 February 2026
KEV Added
Patch
CVSS Score v4 5.1 CVSS:4.0/AV:N/AC:L/AT:N/PR:H/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.0022 45.1th percentile
Risk Priority 10 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-2061 is a medium-severity Command Injection (CWE-77) vulnerability in Dlink Dir-823X Firmware. Its CVSS base score is 5.1 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Unix Shell (T1059.004); ranked at the 45.1th percentile by exploit likelihood (below the median); 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-6 (Least Privilege).

Deeper analysis

CVE-2026-2061 is an OS command injection vulnerability (CWE-77, CWE-78) in the D-Link DIR-823X router running firmware version 250416. The flaw affects the function sub_424D20 in the file /goform/set_ipv6, where manipulated input can lead to arbitrary OS command execution. Published on 2026-02-06, it carries a CVSS v3.1 base score of 4.7 (AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:L).

The vulnerability enables remote exploitation by attackers with high privileges, requiring low complexity and no user interaction. Successful attacks can result in limited impacts to confidentiality, integrity, and availability, such as executing unauthorized commands on the device.

Advisories and details are documented on VulDB (ctiid.344621, id.344621, submit.744286) and the D-Link website, along with a public exploit disclosure on GitHub (master-abc/cve/issues/20). The exploit has been publicly disclosed and may be utilized by attackers.

EU & UK References

Vulnerability details

A vulnerability was determined in D-Link DIR-823X 250416. Affected by this issue is the function sub_424D20 of the file /goform/set_ipv6. Executing a manipulation can lead to os command injection. It is possible to launch the attack remotely. The exploit has…

more

been publicly disclosed and may be utilized.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

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

OS command injection directly enables arbitrary Unix shell / network device CLI execution (T1059.004/008) on the router; the public-facing web form also maps to T1190 for initial access when admin credentials are available.

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

CVEs Like This One

CVE-2026-2210Same product: Dlink Dir-823X Firmware
CVE-2026-2082Same product: Dlink Dir-823X Firmware
CVE-2026-2157Same product: Dlink Dir-823X Firmware
CVE-2026-2129Same product: Dlink Dir-823X Firmware
CVE-2026-2143Same product: Dlink Dir-823X Firmware
CVE-2026-2084Same product: Dlink Dir-823X Firmware
CVE-2026-2063Same product: Dlink Dir-823X Firmware
CVE-2026-2175Same product: Dlink Dir-823X Firmware
CVE-2026-2155Same product: Dlink Dir-823X Firmware
CVE-2026-2142Same product: Dlink Dir-823X Firmware

Affected Assets

dlink
dir-823x firmware
250416

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly blocks OS command injection in /goform/set_ipv6 by validating and sanitizing all input to sub_424D20 before execution.

prevent

Limits the high-privilege account required for exploitation, reducing the attack surface for remote command injection on the DIR-823X.

prevent

Requires prompt application of vendor patches to eliminate the publicly disclosed command-injection flaw in firmware 250416.

References