Cyber Posture

CVE-2026-5983

HighPublic PoC

Published: 09 April 2026

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

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 8.8 (High).

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

Threat & Defense at a Glance

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

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.

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 v18.1

NVD Description

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.

Deeper analysisAI

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.

Details

CWE(s)

Affected Products

dlink
dir-605l firmware
2.13b01

CVEs Like This One

CVE-2026-5981Same product: Dlink Dir-605L
CVE-2026-5982Same product: Dlink Dir-605L
CVE-2026-5980Same product: Dlink Dir-605L
CVE-2026-5979Same product: Dlink Dir-605L
CVE-2026-5984Same product: Dlink Dir-605L
CVE-2026-7247Same vendor: Dlink
CVE-2026-6012Same vendor: Dlink
CVE-2025-13552Same vendor: Dlink
CVE-2026-7854Same vendor: Dlink
CVE-2025-10034Same vendor: Dlink

References