Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
5DescriptionCVE.org
A vulnerability was determined in D-Link DIR-820LW 2.03. Affected is the function ssdpcgi_main of the component SSDP. Executing a manipulation can lead to os command injection. The attack may be launched remotely. The exploit has been publicly disclosed and may be utilized.
AnalysisAI
An OS command injection vulnerability exists in the D-Link DIR-820LW router firmware version 2.03, specifically in the ssdpcgi_main function of the SSDP component. The vulnerability allows remote, unauthenticated attackers to execute arbitrary operating system commands via manipulation of the HTTP_ST environment variable. A proof-of-concept exploit has been publicly disclosed on GitHub, making this an immediate concern for organizations using affected devices.
Technical ContextAI
The vulnerability resides in the Simple Service Discovery Protocol (SSDP) implementation of the D-Link DIR-820LW router, specifically within the ssdpcgi_main function. SSDP is part of UPnP (Universal Plug and Play) and is used for network device discovery. The affected product is identified by CPE cpe:2.3:a:d-link:dir-820lw:*:*:*:*:*:*:*:*. This is classified as CWE-78 (OS Command Injection), meaning the application constructs operating system commands using externally-influenced input without properly neutralizing special elements. The HTTP_ST environment variable, which should be treated as untrusted user input, is improperly handled and allows injection of shell metacharacters that are then executed by the underlying system with the privileges of the web server process.
RemediationAI
Users should immediately check the D-Link support website at https://www.dlink.com/ for firmware updates addressing this vulnerability in the DIR-820LW router. If no patch is available and the device is end-of-life, organizations should consider replacing the affected hardware with supported models. As interim mitigations, disable SSDP/UPnP functionality if not required for business operations, restrict network access to the router's management interface to trusted IP addresses only, and place affected devices behind a firewall that blocks external access to UPnP services (typically UDP port 1900 and related TCP ports). Given the age of the firmware version (2.03) and D-Link's history of discontinuing support for older consumer routers, device replacement may be the most viable long-term solution.
Same weakness CWE-78 – OS Command Injection
View allSame technique Command Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-13800