Cyber Resilience

CVE-2025-8184

HighPublic PoC

Published: 26 July 2025

Published
26 July 2025
Modified
31 July 2025
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.0121 79.4th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-8184 is a high-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability in Dlink Dir-513. Its CVSS base score is 7.4 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 20.6% of CVEs by exploit likelihood; 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

A critical vulnerability exists in D-Link DIR-513 firmware up to version 1.10, specifically in the formSetWanL2TPcallback function of the /goform/formSetWanL2TPtriggers file within the HTTP POST Request Handler component. The issue stems from improper handling of input that triggers a stack-based buffer overflow, tracked under CWE-119, CWE-121, and CWE-787, and carries a CVSS 4.0 score of 7.4 reflecting network-accessible attack vectors with low complexity and high impact on confidentiality, integrity, and availability.

An attacker with low privileges can initiate the exploit remotely by sending a crafted HTTP POST request to the affected endpoint. Successful exploitation grants the ability to execute arbitrary code or crash the device, and a working proof-of-concept has already been published.

The affected router model is no longer supported by D-Link, so no official patches or firmware updates are expected. Public references, including disclosure details on Vuldb and a GitHub repository, confirm the issue but provide no mitigation guidance beyond general avoidance of the unsupported product.

EPSS remains flat at a low value of 0.0121 with no material increase observed after disclosure.

EU & UK References

Vulnerability details

A vulnerability was found in D-Link DIR-513 up to 1.10 and classified as critical. This issue affects the function formSetWanL2TPcallback of the file /goform/formSetWanL2TPtriggers of the component HTTP POST Request Handler. The manipulation leads to stack-based buffer overflow. The attack…

more

may be initiated remotely. The exploit has been disclosed to the public 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?

Stack-based buffer overflow in the router's HTTP POST handler (formSetWanL2TPcallback) is directly exploitable over the network by an authenticated user, matching the definition of T1190 Exploit Public-Facing Application and enabling arbitrary code execution on the device.

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

CVEs Like This One

CVE-2025-8159Same product: Dlink Dir-513
CVE-2025-7909Same product: Dlink Dir-513
CVE-2025-70245Same product: Dlink Dir-513
CVE-2025-70237Same product: Dlink Dir-513
CVE-2025-7910Same product: Dlink Dir-513
CVE-2025-70239Same product: Dlink Dir-513
CVE-2025-70241Same product: Dlink Dir-513
CVE-2026-3978Same product: Dlink Dir-513
CVE-2025-70234Same product: Dlink Dir-513
CVE-2025-70240Same product: Dlink Dir-513

Affected Assets

dlink
dir-513 firmware
1.0 — 1.10

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents stack-based buffer overflows by validating HTTP POST request inputs in the formSetWanL2TPcallback function.

prevent

Implements memory protections such as non-executable stacks and guard pages to mitigate exploitation of the stack-based buffer overflow.

prevent

Prohibits and requires removal of unsupported end-of-life components like the D-Link DIR-513 with no available patches.

References