CVE-2026-71958: D-Link DWR-M961 Buffer Overflow via quicksetup.cgi
D-Link DWR-M961 devices with hardware version C1 and software version 1.1.2_C1_202602110044 contain a buffer overflow vulnerability in the quicksetup.cgi interface. A remote attacker can write overly long strings to the test4, ssid2, and username fields and execute arbitrary commands by crafting a specific payload, or cause the device to crash.
Security readout for executives and security teams
Plain-English summary
A flaw in a specific D-Link DWR-M961 router build may let an unauthenticated remote attacker crash the device or take control by sending oversized input to its setup interface. Successful compromise could expose network traffic, alter router settings, interrupt connectivity, and provide a foothold into connected environments.
Executive priority
Prioritize immediate identification and isolation of affected routers, especially internet-accessible or business-critical devices. Schedule vendor-directed remediation urgently. Although active exploitation is not established, unauthenticated remote command execution with full confidentiality, integrity, and availability impact creates critical business risk.
Technical view
CVE-2026-71958 is a CWE-120 buffer overflow in quicksetup.cgi affecting DWR-M961 hardware C1 with software 1.1.2_C1_202602110044. Oversized test4, ssid2, or username values can cause denial of service or arbitrary command execution. CVSS 3.1 is 9.8: network-accessible, low complexity, no privileges, and no user interaction.
Likely exposure
Exposure is highest where the affected setup interface is reachable from the internet or untrusted networks. Internally reachable devices also present lateral-movement risk. The bundle identifies one exact hardware and software combination, but its structured version field reports “0”; confirm applicability against the vendor advisory and device inventory.
Exploitation context
The vulnerability is remotely reachable and reportedly permits arbitrary command execution or device crashes using crafted input. However, the source bundle marks it absent from KEV and provides no cited evidence of active exploitation. Treat it as readily exploitable in principle, not confirmed exploited in the wild.
Researcher notes
The reported overflow targets three quicksetup.cgi fields and maps to CWE-120. Avoid assuming all DWR-M961 revisions are affected: the narrative specifies hardware C1 and one software build, while the structured affected entry lists version “0.” No patch version, exploit prevalence, or prerequisite interface configuration is established in the supplied bundle.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-120: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
2CVSS vectors
3Timeline events
1ADP providers
4Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical Impact: total
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-120 · source CWE mapping
Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')
Buffer Copy without Checking Size of Input ('Classic Buffer Overflow') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.