CVE-2025-14005
BaseFortify
Publication date: 2025-12-04
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 |
|---|---|---|
| xunruicms | xunruicms | to 4.7.1 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
| CWE-94 | The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a cross-site scripting (XSS) weakness in dayrui XunRuiCMS up to version 4.7.1. It exists in the Add Display Name Field component, specifically in the file /admind45f74adbd95.php with certain parameters. By manipulating the argument data[name], an attacker can inject malicious scripts that execute in the context of the victim's browser. The attack can be performed remotely, and the exploit code has been publicly disclosed. [1]
How can this vulnerability impact me? :
This vulnerability can allow an attacker to perform cross-site scripting attacks, which may lead to the execution of malicious scripts in users' browsers. This can result in session hijacking, defacement, or redirection to malicious sites. Although the CVSS scores indicate a low to medium severity, the impact includes potential compromise of user interactions and integrity of the affected web application. [1]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
Detection can be performed by checking for the presence of the vulnerable file /admind45f74adbd95.php with the specific parameters c=field&m=add&rname=site&rid=1&page=0 and testing if manipulation of the argument data[name] leads to cross site scripting. Specific commands or scripts to automate this detection are not provided in the resources. [1]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps are not explicitly detailed in the provided resources. However, general best practices include restricting access to the vulnerable endpoint, applying input validation or sanitization on the data[name] parameter, and monitoring for exploit attempts. Since the vendor has not responded, consider applying web application firewall (WAF) rules to block malicious payloads targeting this vulnerability. [1]