Cyber Resilience

CVE-2026-2163

MediumPublic PoC

Published: 08 February 2026

Published
08 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.0008 24.1th percentile
Risk Priority 10 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-2163 is a medium-severity Injection (CWE-74) vulnerability in Dlink Dir-600 Firmware. Its CVSS base score is 5.1 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 24.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 SA-22 (Unsupported System Components) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2026-2163 is a command injection vulnerability (CWE-74, CWE-77) in the ssdp.cgi file of D-Link DIR-600 routers, affecting versions up to 2.15WWb02. The flaw resides in unknown code that improperly handles manipulation of the arguments HTTP_ST, REMOTE_ADDR, REMOTE_PORT, and SERVER_ID, enabling attackers to inject and execute arbitrary commands.

The vulnerability is exploitable remotely over the network (AV:N) with low complexity (AC:L) but requires high privileges (PR:H) and no user interaction (UI:N), resulting in unchanged scope (S:U) and low impacts on confidentiality, integrity, and availability (C:L/I:L/A:L), for an overall CVSS v3.1 score of 4.7. Attackers with sufficient access can achieve remote arbitrary command execution.

Advisories note that affected products are no longer supported by the maintainer, with no patches available. References include GitHub proof-of-concept exploits demonstrating remote arbitrary command execution and VulDB entries (ctiid.344865, id.344865) providing further details on the issue.

A public exploit is available and might be used against vulnerable devices.

EU & UK References

Vulnerability details

A vulnerability was identified in D-Link DIR-600 up to 2.15WWb02. This vulnerability affects unknown code of the file ssdp.cgi. Such manipulation of the argument HTTP_ST/REMOTE_ADDR/REMOTE_PORT/SERVER_ID leads to command injection. The attack may be launched remotely. The exploit is publicly available…

more

and might be used. This vulnerability only affects products that are no longer supported by the maintainer.

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.
Why these techniques?

Command injection in public-facing router CGI directly enables remote exploitation of the web interface (T1190) and arbitrary command execution on a network device (T1059.008).

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

CVEs Like This One

CVE-2025-15194Same product: Dlink Dir-600
CVE-2026-0732Same vendor: Dlink
CVE-2026-1125Same vendor: Dlink
CVE-2025-15191Same vendor: Dlink
CVE-2025-7192Same vendor: Dlink
CVE-2025-13306Same vendor: Dlink
CVE-2025-10401Same vendor: Dlink
CVE-2026-8346Same vendor: Dlink
CVE-2025-15357Same vendor: Dlink
CVE-2025-55848Same vendor: Dlink

Affected Assets

dlink
dir-600 firmware
≤ 2.15wwb02

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly blocks command injection by requiring validation and sanitization of the HTTP_ST, REMOTE_ADDR, REMOTE_PORT, and SERVER_ID inputs to ssdp.cgi before they are used in command execution.

prevent

Limits exposure by disabling or restricting the ssdp.cgi service and SSDP functionality on the DIR-600 unless explicitly required, reducing the attack surface for remote command injection.

prevent

Mandates replacement or network isolation of the unsupported DIR-600 (end-of-life up to 2.15WWb02) for which no patches exist against the publicly available exploit.

References