| Title | D-Link DWR-M960 V1.0.07 Stack-based Buffer Overflow |
|---|
| Description | During a security review of the D-Link DWR-M960 (Hardware B1, Firmware V1.01.07), a buffer overflow vulnerability was discovered in the Filter configuration endpoint /boafrm/formFilter. The vulnerability is located within the sub_424AFC function. This function retrieves the submit-url parameter from the incoming HTTP request. Towards the end of the function's execution, specifically when processing a "save and apply" action (indicated by the save_apply parameter and internal state), the function uses strcpy to copy the content of submit-url into a global variable/buffer named wizard_htm. Due to the lack of proper bounds checking on the input length before the copy operation, a malicious actor can supply an oversized submit-url parameter to overwrite the destination buffer and adjacent memory. This allows for application crashes (DoS) and potentially arbitrary code execution. |
|---|
| Source | ⚠️ https://github.com/LX-66-LX/cve-new/issues/13 |
|---|
| User | LX-66-LX (UID 92717) |
|---|
| Submission | 02/09/2026 06:35 AM (2 months ago) |
|---|
| Moderation | 02/20/2026 11:38 AM (11 days later) |
|---|
| Status | Accepted |
|---|
| VulDB entry | 347095 [D-Link DWR-M960 1.01.07 Filter Configuration Endpoint /boafrm/formFilter sub_424AFC submit-url stack-based overflow] |
|---|
| Points | 20 |
|---|