Cyber Resilience

CVE-2026-5983

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-5983 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 SI-10 (Information Input Validation) and SI-16 (Memory Protection).

Deeper analysis

CVE-2026-5983 is a buffer overflow vulnerability in the D-Link DIR-605L router running firmware version 2.13B01. The issue resides in the formSetDDNS function within the /goform/formSetDDNS file of the POST Request Handler component. By manipulating the curTime argument, an attacker can trigger the overflow, as classified under CWE-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) and CWE-120 (Buffer Copy without Checking Size of Input).

The vulnerability carries a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating high severity. Exploitation requires network access and low privileges (such as those of an authenticated user), with low attack complexity and no user interaction needed. Successful exploitation can result in high impacts to confidentiality, integrity, and availability, potentially allowing remote code execution on the affected device.

This vulnerability affects only D-Link DIR-605L products that are no longer supported by the manufacturer, implying no official patches or updates are available. The exploit has been publicly disclosed, as detailed in referenced advisories including a Notion site and VulDB entries, increasing the risk of utilization against unpatched, end-of-life devices. The D-Link website provides general product information but no specific mitigation guidance for this issue.

EU & UK References

Vulnerability details

A vulnerability was determined in D-Link DIR-605L 2.13B01. This issue affects the function formSetDDNS of the file /goform/formSetDDNS of the component POST Request Handler. Executing a manipulation of the argument curTime can lead to buffer overflow. The attack can be…

more

executed 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.
Why these techniques?

Buffer overflow in the router's public-facing web form handler (formSetDDNS) directly enables remote code execution via exploitation of a public-facing application over the network.

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

CVEs Like This One

CVE-2026-5980Same product: Dlink Dir-605L
CVE-2026-5979Same product: Dlink Dir-605L
CVE-2026-5982Same 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

Requires validation of the curTime argument in POST requests to the formSetDDNS handler, directly preventing the buffer overflow from improper input restrictions.

prevent

Implements memory protections like stack canaries, ASLR, and DEP to comprehensively mitigate exploitation of the buffer overflow vulnerability.

preventrecover

Provides processes to identify, prioritize, and remediate the known buffer overflow flaw, including mitigations for end-of-life firmware lacking patches.

References