Cyber Posture

CVE-2026-5984

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.0002 4.5th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-5984 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 4.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).

Threat & Defense at a Glance

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

Mitigating Controls (NIST 800-53 r5)AI

prevent

Validates the curTime argument in POST requests to the formSetLog handler, directly preventing the buffer overflow manipulation.

prevent

Implements memory safeguards such as non-executable stacks and address space randomization to block arbitrary code execution from the buffer overflow exploit.

prevent

Requires replacement or prohibition of unsupported end-of-life components like the D-Link DIR-605L, eliminating exposure to unpatchable buffer overflow vulnerabilities.

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.
T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

Buffer overflow in router web form handler (formSetLog) is remotely exploitable with low privileges leading to RCE, directly mapping to exploitation of public-facing application and privilege escalation.

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

NVD Description

A vulnerability was identified in D-Link DIR-605L 2.13B01. Impacted is the function formSetLog of the file /goform/formSetLog of the component POST Request Handler. The manipulation of the argument curTime leads to buffer overflow. The attack is possible to be carried…

more

out remotely. The exploit is publicly available and might be used. This vulnerability only affects products that are no longer supported by the maintainer.

Deeper analysisAI

CVE-2026-5984 is a buffer overflow vulnerability affecting the D-Link DIR-605L router on firmware version 2.13B01. The flaw exists in the formSetLog function of the /goform/formSetLog file within the POST Request Handler component, where manipulation of the curTime argument triggers the overflow. Associated with CWE-119 and CWE-120, it 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).

The vulnerability is remotely exploitable over the network with low attack complexity and requires only low privileges, such as those of an authenticated user. Successful exploitation can result in high impacts to confidentiality, integrity, and availability, potentially enabling arbitrary code execution on the affected device.

This issue impacts products no longer supported by the maintainer, meaning no official patches or updates are available. Advisories from VulDB detail the vulnerability and note that a public exploit exists which might be used; further information is available via references including https://vuldb.com/vuln/356538 and https://www.dlink.com/. Practitioners should isolate or retire affected devices.

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-5983Same product: Dlink Dir-605L
CVE-2026-6013Same vendor: Dlink
CVE-2026-7288Same vendor: Dlink
CVE-2026-7855Same vendor: Dlink
CVE-2026-7247Same vendor: Dlink
CVE-2025-13547Same vendor: Dlink

References