CVE-2026-1448
BaseFortify
Publication date: 2026-01-27
Last updated on: 2026-01-28
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| dlink | dir-615_firmware | to 4.10 (inc) |
| dlink | dir-615 | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-77 | The product constructs all or part of a command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended command when it is sent to a downstream component. |
| CWE-78 | The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2026-1448 is a critical OS command injection vulnerability in the D-Link DIR-615 router's Web Management Interface, specifically in the file /wiz_policy_3_machine.php. The vulnerability arises because the 'ipaddr' parameter is not properly sanitized, allowing an authenticated attacker to inject arbitrary OS commands remotely. This can lead to full system compromise with root privileges. The affected devices run firmware versions up to 4.10 and are no longer supported by the vendor. [1, 2]
How can this vulnerability impact me? :
This vulnerability can severely impact you by allowing an attacker to execute arbitrary commands on your D-Link DIR-615 router remotely, leading to full system compromise with root privileges. This compromises the confidentiality, integrity, and availability of the device, potentially allowing attackers to control the router, disrupt network services, intercept or manipulate network traffic, and use the device as a foothold for further attacks. [1, 2]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability can be detected by checking for the presence of the vulnerable endpoint `/wiz_policy_3_machine.php` on D-Link DIR-615 devices running firmware up to version 4.10. One method is to use Google dorking with the query `inurl:wiz_policy_3_machine.php` to identify potentially vulnerable devices. On your network, you can scan for devices responding to this URL path. Additionally, monitoring web requests to the device for suspicious manipulation of the `ipaddr` parameter in requests to `/wiz_policy_3_machine.php` may indicate exploitation attempts. Specific commands for detection are not provided, but using network scanning tools or web application scanners to detect the vulnerable endpoint and parameter usage is recommended. [1]
What immediate steps should I take to mitigate this vulnerability?
Since the affected D-Link DIR-615 devices are no longer supported and no patches or countermeasures have been published, the immediate recommended mitigation is to replace the vulnerable hardware with alternative, supported devices. Limiting network exposure of the device's web management interface and restricting access to trusted users only may reduce risk temporarily, but full mitigation requires hardware replacement. [1]