Description
D-Link DWR-M961 devices with hardware version C1 and software version 1.1.2_C1_202602110044 contain a buffer overflow vulnerability in the app.cgi interface. A remote attacker can write an overly long string to the netAcc.addlist[].name field and execute arbitrary commands by crafting a specific payload, or cause the device to crash.
Published: 2026-08-08
Score: 9.3 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability is a stack-based buffer overflow in the app.cgi handler of D-Link DWR‑M961 routers. An attacker can submit an excessively long string to the netAcc.addlist[].name parameter, exceeding the buffer limit and overwriting adjacent memory. The overflow can be used to inject and execute arbitrary shell commands or trigger a device crash. The flaw falls under CWE‑120 and can compromise confidentiality, integrity, and availability by allowing remote code execution or denial of service, respectively.

Affected Systems

The affected devices are D-Link DWR‑M961 routers, specifically hardware revision C1 running firmware version 1.1.2_C1_202602110044. These models are distributed by D-Link Corporation and are configured with a web interface that exposes the vulnerable app.cgi URL. Any unit running this firmware and reachable over an IP network is vulnerable.

Risk and Exploitability

The vulnerability received a CVSS score of 9.3, classifying it as Critical. While the EPSS score is not available, the lack of a KEV listing does not reduce its risk, as the condition can be exploited remotely once the device is reachable. The buffer overflow can be triggered via an unauthenticated HTTP request, making it trivial for an attacker to gain execution without additional credentials. Given the high severity and remote attack vector, operators must act promptly.

Generated by OpenCVE AI on August 8, 2026 at 18:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the firmware update that resolves the buffer overflow (consult the vendor support announcement).
  • Restrict access to the web administration interface to a trusted LAN segment or specific IP addresses, or disable remote access entirely.
  • Configure firewall or router ACLs to block the app.cgi endpoint from external sources and monitor for anomalous POST requests.

Generated by OpenCVE AI on August 8, 2026 at 18:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 08 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
First Time appeared D-link
D-link dwr-m961
Vendors & Products D-link
D-link dwr-m961

Sat, 08 Aug 2026 17:30:00 +0000

Type Values Removed Values Added
Description D-Link DWR-M961 devices with hardware version C1 and software version 1.1.2_C1_202602110044 contain a buffer overflow vulnerability in the app.cgi interface. A remote attacker can write an overly long string to the netAcc.addlist[].name field and execute arbitrary commands by crafting a specific payload, or cause the device to crash.
Title D-Link DWR-M961 Buffer Overflow via app.cgi
Weaknesses CWE-120
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}

cvssV4_0

{'score': 9.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-08T17:20:57.333Z

Reserved: 2026-08-08T16:43:04.177Z

Link: CVE-2026-71957

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-08T19:30:03Z

Weaknesses
  • CWE-120

    Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')