Cyber Resilience

CVE-2026-2227

MediumPublic PoC

Published: 09 February 2026

Published
09 February 2026
Modified
23 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.0009 24.8th percentile
Risk Priority 10 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-2227 is a medium-severity Injection (CWE-74) vulnerability in Dlink Dcs-931L 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.8th 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-2227 is a command injection vulnerability affecting D-Link DCS-931L cameras in versions up to 1.13.0. The flaw exists in the doSystem function of the /setSystemAdmin file, where manipulation of the AdminID argument enables arbitrary command injection. Published on 2026-02-09, it is rated at CVSS 3.1 score of 4.7 (AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:L) and maps to CWEs-74 and CWE-77.

The vulnerability is exploitable remotely by attackers with high privileges, such as administrative access (PR:H). Upon successful exploitation, adversaries can achieve low-level impacts on confidentiality, integrity, and availability, potentially executing injected commands within the context of the affected component.

Advisories note that the vulnerability only affects products no longer supported by the maintainer, with no patches available. An exploit has been publicly released and is documented on GitHub at https://github.com/cha0yang1/CVE/blob/main/D-Link%20DCS931L1.md, alongside details from VulDB references including https://vuldb.com/?ctiid.344944, https://vuldb.com/?id.344944, https://vuldb.com/?submit.753450, and https://vuldb.com/?submit.753980.

EU & UK References

Vulnerability details

A vulnerability was found in D-Link DCS-931L up to 1.13.0. Impacted is the function doSystem of the file /setSystemAdmin. Performing a manipulation of the argument AdminID results in command injection. The attack may be initiated remotely. The exploit has been…

more

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

Command injection in network-exposed web/CGI endpoint (AdminID param) directly enables remote exploitation of public-facing application and Unix shell command execution on the device.

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

CVEs Like This One

CVE-2026-2260Same product: Dlink Dcs-931L
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
CVE-2025-10629Same vendor: Dlink

Affected Assets

dlink
dcs-931l firmware
≤ 1.13.00

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation and sanitization of the AdminID argument to block command injection in doSystem.

prevent

Mandates replacement or isolation of the unsupported DCS-931L device for which no patches exist.

prevent

Restricts administrative privileges so fewer accounts can reach the vulnerable /setSystemAdmin endpoint.

References