CVE-2025-10441
BaseFortify
Publication date: 2025-09-15
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| d-link | di-8100g | * |
| d-link | di-8003g | * |
| d-link | di-8200g | * |
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?
This vulnerability is an OS command injection flaw in certain D-Link router models (DI-8100G, DI-8200G, DI-8003G) in specific firmware versions. It exists in the 'version_upgrade.asp' script, specifically in the 'path' parameter handled by the jhttpd web server component. An attacker can remotely send specially crafted input to this parameter to inject arbitrary operating system commands, potentially gaining full control over the affected device. [1, 2]
How can this vulnerability impact me? :
Exploitation of this vulnerability can allow an attacker to remotely execute arbitrary OS commands on the affected device without authentication. This can lead to full compromise of the device, impacting its confidentiality, integrity, and availability. Attackers could take control of the router, disrupt network services, intercept or manipulate data, or 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 'version_upgrade.asp' script on affected D-Link router models (DI-8100G, DI-8200G, DI-8003G) with firmware versions 17.12.20A1 or 19.12.10A1. Attackers may use Google dorking with the query 'inurl:version_upgrade.asp' to identify vulnerable devices. Network detection can involve monitoring for suspicious HTTP requests targeting the 'path' parameter in 'version_upgrade.asp' that may contain command injection payloads. Specific commands to detect exploitation attempts are not provided in the resources. [2]
What immediate steps should I take to mitigate this vulnerability?
No known mitigations or countermeasures have been published for this vulnerability. The suggested immediate step is to replace the affected devices with alternative products to avoid exploitation. Since the vulnerability allows remote command injection without authentication, limiting network exposure of the affected devices and monitoring for suspicious activity may also help reduce risk until replacement. [2]