CVE-2026-71953: D-Link DWR-M961 Command Injection via /boafrm/formNtp
D-Link DWR-M961 devices with hardware version C1 and firmware version before 1.1.5_C1_202607071108 contain a command injection vulnerability in the /boafrm/formNtp interface. A remote attacker can inject arbitrary malicious commands into the ntpServerIp1 field, resulting in command execution with root privileges.
Security readout for executives and security teams
Plain-English summary
A flaw in certain D-Link DWR-M961 routers could let an unauthenticated remote attacker run operating-system commands as root. Successful exploitation could expose traffic and credentials, alter router settings, or interrupt connectivity. The issue is limited by the cited evidence to hardware revision C1 running firmware older than the specified fixed release.
Executive priority
Prioritize immediate identification and remediation of affected routers, especially those exposed beyond trusted management networks. Root-level compromise of an edge router can affect business connectivity and network trust. Absence from KEV does not reduce the technical severity; it only means the supplied sources do not confirm active exploitation.
Technical view
CVE-2026-71953 is a CWE-78 command injection in /boafrm/formNtp. Unsanitized input supplied through ntpServerIp1 can reach command execution with root privileges. It carries CVSS 3.1 score 9.8 because exploitation is network-accessible, low-complexity, requires no privileges or user interaction, and can compromise confidentiality, integrity, and availability.
Likely exposure
Exposure applies to D-Link DWR-M961 hardware version C1 with firmware earlier than 1.1.5_C1_202607071108. Risk is greatest where the affected interface is reachable from untrusted networks. The bundle does not establish how commonly that interface is internet-exposed, so organizations should verify device inventory, firmware, and management-plane accessibility.
Exploitation context
The supplied record describes unauthenticated remote root command execution, but does not provide evidence of exploitation in the wild. The CVE is not listed as KEV in the bundle. Treat it as highly exploitable based on its network vector and low complexity, while distinguishing technical exploitability from confirmed active attacks.
Researcher notes
The affected sink is associated with ntpServerIp1 in /boafrm/formNtp. Scope is explicitly DWR-M961 hardware C1 and firmware before 1.1.5_C1_202607071108. Public evidence supplied here supports root command execution and CWE-78 classification, but does not establish scanning activity, proof-of-concept availability, exploitation volume, or affected configurations beyond that scope.
Mitigation direction
Upgrade affected C1 devices to firmware 1.1.5_C1_202607071108 or a later vendor-approved release.
Follow the D-Link advisory and verify firmware compatibility for hardware revision C1.
Restrict router management interfaces to trusted administrative networks.
Prevent internet access to the affected management interface where operationally possible.
Replace devices that cannot receive the vendor-approved firmware.
Validation and detection
Inventory DWR-M961 devices and confirm each hardware revision.
Record installed firmware and flag C1 devices below 1.1.5_C1_202607071108.
Verify the management interface is inaccessible from untrusted networks.
After upgrading, confirm the reported firmware version persists following reboot.
Review router logs and configurations for unexplained administrative or NTP-related changes.
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 · medium confidence lookup
CWE-78: Command execution behavior lookup
Command injection weaknesses can lead defenders to review execution techniques and command interpreter telemetry. 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.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program 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-78 · source CWE mapping
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.