Cyber Posture

CVE-2026-5844

HighPublic PoCRCE

Published: 09 April 2026

Published
09 April 2026
Modified
30 April 2026
KEV Added
Patch
CVSS Score 7.2 CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0032 54.9th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-5844 is a high-severity Command Injection (CWE-77) vulnerability in Dlink Dir-882 Firmware. Its CVSS base score is 7.2 (High).

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

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly mandates validation of untrusted inputs like the IPAddress argument to prevent OS command injection via unsafe sprintf usage.

preventrecover

Requires identification and timely remediation of software flaws like this command injection vulnerability, including replacement since no patches are available.

prevent

Prohibits the use of unsupported system components such as this end-of-life D-Link DIR-882 router, eliminating exposure to unpatched vulnerabilities.

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?

OS command injection in public-facing router web interface (HNAP1) directly enables T1190 for initial access via exploitation and facilitates T1059.008 for arbitrary command execution on the network device.

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

NVD Description

A vulnerability was found in D-Link DIR-882 1.01B02. Impacted is the function sprintf of the file prog.cgi of the component HNAP1 SetNetworkSettings Handler. The manipulation of the argument IPAddress results in os command injection. The attack may be performed from…

more

remote. The exploit has been made public and could be used. This vulnerability only affects products that are no longer supported by the maintainer.

Deeper analysisAI

CVE-2026-5844 is an OS command injection vulnerability affecting the D-Link DIR-882 router on firmware version 1.01B02. The flaw exists in the sprintf function within the prog.cgi file, part of the HNAP1 SetNetworkSettings Handler component. Manipulation of the IPAddress argument enables command injection, as documented in the CVE description published on 2026-04-09.

The vulnerability is remotely exploitable over the network with low complexity and no user interaction. Per the CVSS v3.1 base score of 7.2 (AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H), attackers require high privileges to exploit it. Successful exploitation grants high-impact access to confidentiality, integrity, and availability, allowing arbitrary OS command execution on the device.

This vulnerability impacts products no longer supported by the maintainer, with no patches available from D-Link. An exploit has been publicly released, accessible via a provided archive link, alongside VulDB advisory details. Mitigation relies on network isolation, firmware downgrade if feasible, or device replacement, as noted in the references including VulDB entries and the D-Link site.

Details

CWE(s)

Affected Products

dlink
dir-882 firmware
1.01b02

CVEs Like This One

CVE-2026-4499Same vendor: Dlink
CVE-2026-1506Same vendor: Dlink
CVE-2026-1448Same vendor: Dlink
CVE-2026-2082Same vendor: Dlink
CVE-2025-13306Same vendor: Dlink
CVE-2026-2061Same vendor: Dlink
CVE-2025-2717Same vendor: Dlink
CVE-2025-9752Same vendor: Dlink
CVE-2025-25895Same vendor: Dlink
CVE-2025-55848Same vendor: Dlink

References