CVE-2025-60673
BaseFortify
Publication date: 2025-11-13
Last updated on: 2025-11-17
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| dlink | dir-878_firmware | 1.01b04 |
| dlink | dir-878 | a1 |
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. |
Attack-Flow Graph
AI Powered Q&A
How can this vulnerability impact me? :
An attacker exploiting this vulnerability can execute arbitrary commands on the affected router remotely without authentication. This could lead to full control over the device, allowing the attacker to disrupt network traffic, intercept data, or use the device as a foothold for further attacks within the network.
Can you explain this vulnerability to me?
This vulnerability is an unauthenticated command injection in the D-Link DIR-878A1 router firmware. It occurs in the 'SetDMZSettings' function where the 'IPAddress' parameter is stored in NVRAM and later used to build iptables commands executed by the system. An attacker can exploit this remotely by sending a specially crafted HTTP request, allowing them to execute arbitrary commands on the device without needing to authenticate.