CVE-2025-29515
BaseFortify
Publication date: 2025-08-25
Last updated on: 2025-09-02
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| dlink | dsl-7740c_firmware | 6.tr069.20211230 |
| dlink | dsl-7740c | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-284 | The product does not restrict or incorrectly restricts access to a resource from an unauthorized actor. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the DELT_file.xgi endpoint of the D-Link DSL-7740C modem with firmware DSL7740C.V6.TR069.20211230. It allows remote, unauthorized attackers to modify arbitrary device settings stored in the modem's XML database, including the administrator password, without any authentication. The root cause is insufficient validation and authorization checks on requests to this endpoint, enabling attackers to send specially crafted HTTP requests that bypass security controls and alter configuration variables. [1]
How can this vulnerability impact me? :
The impact of this vulnerability is severe. Attackers can gain complete control over the device by changing critical settings such as the administrator password. This leads to a full system compromise, breach of confidentiality by exposing or altering administrative credentials, and disruption of system integrity and availability by manipulating essential configurations. [1]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability can be detected by checking if the administrator password has been altered without authorization. A specific command to verify the password change is `xmldbc -i -g /sys/user:1/password_for_wan`, which retrieves the current administrator password stored in the device's XML database. Monitoring for unusual HTTP requests to the DELT_file.xgi endpoint may also help detect exploitation attempts. [1]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include deploying patches provided by the vendor to fix the vulnerability, implementing robust authentication and authorization mechanisms on the device's web management interface, and conducting comprehensive security audits. Additionally, ongoing monitoring and updates are recommended to prevent future exploitation. [1]