Cyber Resilience

CVE-2026-1506

HighPublic PoCRCE

Published: 28 January 2026

Published
28 January 2026
Modified
30 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.0014 33.5th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-1506 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 at the 33.5th 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-1506 is an OS command injection vulnerability (CWE-77, CWE-78) affecting the D-Link DIR-615 router on firmware version 4.10. The flaw exists in an unknown function of the /adv_mac_filter.php file within the MAC Filter Configuration component, triggered by manipulation of the 'mac' argument. 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).

The vulnerability enables remote exploitation by attackers possessing high privileges, with low complexity and no user interaction required. Successful attacks allow arbitrary OS command execution, resulting in high impacts to confidentiality, integrity, and availability.

Advisories note that the exploit has been publicly disclosed and is available for use, as detailed in references such as VulDB entries and a dedicated Notion page. The vulnerability exclusively impacts products no longer supported by D-Link, with no patches available from the maintainer; the official D-Link site provides general product information but no specific remediation.

In context, this issue highlights risks in end-of-life embedded devices, where public exploit availability increases the likelihood of targeted attacks on exposed routers.

EU & UK References

Vulnerability details

A vulnerability was determined in D-Link DIR-615 4.10. Impacted is an unknown function of the file /adv_mac_filter.php of the component MAC Filter Configuration. This manipulation of the argument mac causes os command injection. The attack is possible to be carried…

more

out remotely. The exploit has been publicly disclosed and may be utilized. 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?

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

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

CVEs Like This One

CVE-2026-1448Same 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 requires validation and sanitization of the 'mac' input parameter in /adv_mac_filter.php to block OS command injection.

prevent

Mandates replacement or additional mitigations for the DIR-615, which is explicitly unsupported with no patches available.

prevent

Restricts the high-privilege accounts that can reach the vulnerable MAC Filter Configuration page, reducing the attack surface.

References