Cyber Resilience

CVE-2026-1448

HighPublic PoCRCE

Published: 27 January 2026

Published
27 January 2026
Modified
28 January 2026
KEV Added
Patch
CVSS Score v4 7.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/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.0056 68.8th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

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

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 31.2% 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).

Deeper analysis

CVE-2026-1448 is an OS command injection vulnerability affecting D-Link DIR-615 routers running firmware versions up to 4.10. The issue resides in an unknown function within the /wiz_policy_3_machine.php file of the Web Management Interface, where manipulation of the 'ipaddr' argument enables command execution. Associated with CWE-77 (Command Injection) and CWE-78 (OS Command Injection), it carries a CVSS v3.1 base score of 7.2 (AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H) and was published on January 27, 2026.

Attackers with high privileges (PR:H) can exploit this vulnerability remotely over the network with low complexity. Successful exploitation allows arbitrary OS command injection, potentially granting high-impact confidentiality, integrity, and availability compromises, such as full system takeover on the affected router.

The vulnerability impacts products no longer supported by D-Link, precluding official patches or updates. Relevant advisories from sources like VulDB note the public availability of exploits, urging immediate isolation or replacement of affected devices; the manufacturer's site (dlink.com) provides no specific mitigation details for this EOL hardware.

EU & UK References

Vulnerability details

A vulnerability was detected in D-Link DIR-615 up to 4.10. This impacts an unknown function of the file /wiz_policy_3_machine.php of the component Web Management Interface. Performing a manipulation of the argument ipaddr results in os command injection. It is possible…

more

to initiate the attack remotely. The exploit is now public and may 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?

Direct OS command injection in exposed web management interface enables remote exploitation of public-facing app (T1190) and arbitrary command execution via network device CLI (T1059.008).

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

CVEs Like This One

CVE-2026-1506Same product: Dlink Dir-615
CVE-2026-2151Same product: Dlink Dir-615
CVE-2026-2152Same product: Dlink Dir-615
CVE-2026-1505Same product: Dlink Dir-615
CVE-2026-2082Same vendor: Dlink
CVE-2026-5844Same vendor: Dlink
CVE-2026-4499Same vendor: Dlink
CVE-2025-13306Same vendor: Dlink
CVE-2026-2061Same vendor: Dlink
CVE-2025-25895Same vendor: Dlink

Affected Assets

dlink
dir-615 firmware
≤ 4.10

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces validation of the ipaddr argument in wiz_policy_3_machine.php to block OS command injection payloads.

prevent

Mandates replacement or isolation of the explicitly unsupported EOL D-Link DIR-615 firmware that can never receive a patch.

prevent

Limits the high-privilege (PR:H) web-interface account required to reach the vulnerable function, reducing exploitability and blast radius.

References