Cyber Resilience

CVE-2025-46108

CriticalPublic PoC

Published: 04 March 2026

Published
04 March 2026
Modified
06 March 2026
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0060 44.3th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2025-46108 is a critical-severity Classic Buffer Overflow (CWE-120) vulnerability in Dlink Dir-513 Firmware. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 44.3th 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-2025-46108 is a buffer overflow vulnerability (CWE-120) affecting the D-Link DIR-513 router on firmware version A1FW110, specifically in the formTcpipSetup function. Published on 2026-03-04, it carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), classifying it as critical due to its potential for severe impact.

Remote, unauthenticated attackers can exploit this vulnerability over the network with low attack complexity and no user interaction required. Exploitation grants high impacts across confidentiality, integrity, and availability, enabling attackers to potentially execute arbitrary code, disrupt device operations, or gain full control of the affected router.

Advisories and mitigation guidance are referenced in D-Link's security bulletin at https://www.dlink.com/en/security-bulletin/, along with technical details in GitHub repositories including https://github.com/akuma-QAQ/CVEreport/tree/main/D-link/CVE-2025-46108 and https://github.com/buobo/bo-s-CVE/blob/main/DIR-513/formTcpipSetup.md.

EU & UK References

Vulnerability details

D-link Dir-513 A1FW110 is vulnerable to Buffer Overflow in the function formTcpipSetup.

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?

The vulnerability is a remote, unauthenticated buffer overflow in a public-facing router's web interface (formTcpipSetup), enabling arbitrary code execution and full device control, directly mapping to exploitation of public-facing applications.

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

CVEs Like This One

CVE-2026-6012Same product: Dlink Dir-513
CVE-2026-6014Same product: Dlink Dir-513
CVE-2025-10792Same product: Dlink Dir-513
CVE-2025-8184Same product: Dlink Dir-513
CVE-2025-70218Same product: Dlink Dir-513
CVE-2025-8159Same product: Dlink Dir-513
CVE-2025-70240Same product: Dlink Dir-513
CVE-2025-70233Same product: Dlink Dir-513
CVE-2025-70244Same product: Dlink Dir-513
CVE-2025-70231Same product: Dlink Dir-513

Affected Assets

dlink
dir-513 firmware
1.10

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

preventrecover

Directly remediates the buffer overflow vulnerability in formTcpipSetup by applying vendor firmware patches or updates from D-Link.

prevent

Enforces validation of inputs to the formTcpipSetup function to prevent buffer overflows from malformed network requests.

prevent

Implements memory protections like ASLR and DEP to thwart arbitrary code execution even if the buffer overflow in formTcpipSetup is triggered.

References