Cyber Resilience

CVE-2026-2962

HighPublic PoC

Published: 23 February 2026

Published
23 February 2026
Modified
23 February 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.0338 87.2th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-2962 is a high-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability in Dlink Dwr-M960 Firmware. 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 12.8% 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 SI-10 (Information Input Validation) and SI-16 (Memory Protection).

Deeper analysis

CVE-2026-2962 is a stack-based buffer overflow vulnerability affecting the D-Link DWR-M960 router on firmware version 1.01.07. The flaw resides in the sub_460F30 function of the /boafrm/formDateReboot endpoint within the Scheduled Reboot Configuration component. It is triggered by manipulation of the submit-url argument and is classified under CWE-119 and CWE-121.

The vulnerability enables remote exploitation by an attacker with low privileges (PR:L), requiring low attack complexity (AC:L) and no user interaction (UI:N). Successful exploitation grants high impacts on confidentiality, integrity, and availability (C:H/I:H/A:H), yielding a CVSS v3.1 base score of 8.8. An exploit for this issue has been made public.

Advisories and details are documented in references including a GitHub issue at https://github.com/LX-66-LX/cve-new/issues/29 disclosing the exploit, VulDB entries at https://vuldb.com/?ctiid.347329, https://vuldb.com/?id.347329, and https://vuldb.com/?submit.754517, as well as the D-Link website at https://www.dlink.com/. These sources provide further vulnerability information, though specific patch or mitigation guidance is not detailed in the primary description.

EU & UK References

Vulnerability details

A vulnerability was found in D-Link DWR-M960 1.01.07. This vulnerability affects the function sub_460F30 of the file /boafrm/formDateReboot of the component Scheduled Reboot Configuration Endpoint. The manipulation of the argument submit-url results in stack-based buffer overflow. The attack may be…

more

performed from remote. The exploit has been made public and could be used.

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

Stack-based buffer overflow in internet-facing router web endpoint (/boafrm/formDateReboot) with PR:L allows remote code execution; directly maps to T1190 for exploiting public-facing applications and T1068 for privilege escalation from low-priv web access to full device control (C/I/A:H).

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

CVEs Like This One

CVE-2026-2928Same product: Dlink Dwr-M960
CVE-2026-2853Same product: Dlink Dwr-M960
CVE-2026-2885Same product: Dlink Dwr-M960
CVE-2026-2881Same product: Dlink Dwr-M960
CVE-2026-2855Same product: Dlink Dwr-M960
CVE-2026-2958Same product: Dlink Dwr-M960
CVE-2026-2884Same product: Dlink Dwr-M960
CVE-2026-2961Same product: Dlink Dwr-M960
CVE-2026-2854Same product: Dlink Dwr-M960
CVE-2026-2959Same product: Dlink Dwr-M960

Affected Assets

dlink
dwr-m960 firmware
1.01.07

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires validation of inputs like the submit-url argument at the /boafrm/formDateReboot endpoint to directly prevent stack-based buffer overflows.

prevent

Implements memory protections such as stack canaries, ASLR, and DEP to mitigate exploitation of stack-based buffer overflows even if input validation fails.

prevent

Mandates timely remediation of identified flaws, including patching the buffer overflow in D-Link DWR-M960 firmware version 1.01.07.

References