Cyber Resilience

CVE-2026-5980

HighPublic PoC

Published: 09 April 2026

Published
09 April 2026
Modified
30 April 2026
KEV Added
Patch
CVSS Score v4 7.4 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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.0068 47.4th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-5980 is a high-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability in Dlink Dir-605L Firmware. Its CVSS base score is 7.4 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 47.4th 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-5980 is a buffer overflow vulnerability affecting the D-Link DIR-605L router on firmware version 2.13B01. The flaw exists in the formSetMACFilter function within the /goform/formSetMACFilter file of the POST Request Handler component, where manipulation of the curTime argument triggers the overflow. Associated with CWE-119 and CWE-120, it was published on 2026-04-09 and carries a CVSS v3.1 base score of 8.8.

Remote attackers with low privileges can exploit this vulnerability over the network with low complexity and no user interaction required. Successful exploitation enables high-impact violations of confidentiality, integrity, and availability (C:H/I:H/A:H) within the unchanged scope, potentially allowing arbitrary code execution on the affected device.

No patches are available, as the vulnerability only impacts products no longer supported by the maintainer. Advisories from sources like VulDB indicate that a public exploit has been released and is usable, emphasizing the need for immediate isolation or decommissioning of exposed devices. References include detailed entries on VulDB and a D-Link site.

In notable context, the published exploit heightens risks for legacy deployments, with no evidence of AI/ML relevance.

EU & UK References

Vulnerability details

A flaw has been found in D-Link DIR-605L 2.13B01. Affected by this issue is the function formSetMACFilter of the file /goform/formSetMACFilter of the component POST Request Handler. This manipulation of the argument curTime causes buffer overflow. The attack may be…

more

initiated remotely. The exploit has been published 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.
Why these techniques?

Buffer overflow in public-facing web form handler (formSetMACFilter) on router enables remote exploitation for arbitrary code execution.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-5979Same product: Dlink Dir-605L
CVE-2026-5982Same product: Dlink Dir-605L
CVE-2026-5983Same product: Dlink Dir-605L
CVE-2026-5981Same product: Dlink Dir-605L
CVE-2026-5984Same product: Dlink Dir-605L
CVE-2012-10021Same product: Dlink Dir-605L
CVE-2026-7857Same vendor: Dlink
CVE-2025-13550Same vendor: Dlink
CVE-2025-15189Same vendor: Dlink
CVE-2026-42373Same product: Dlink Dir-605L

Affected Assets

dlink
dir-605l firmware
2.13b01

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents buffer overflow by requiring validation of manipulated inputs like the curTime argument in the formSetMACFilter POST handler.

prevent

Addresses risks from unsupported EOL products like D-Link DIR-605L firmware 2.13B01 by prohibiting their use or isolating them since no patches exist.

prevent

Mitigates exploitation of the buffer overflow for arbitrary code execution through memory protections like non-executable stacks and ASLR.

References