CVE-2025-14580
BaseFortify
Publication date: 2025-12-12
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 |
|---|---|---|
| qualitor | qualitor | to 8.20.78 (exc) |
| qualitor | qualitor | From 8.24 (inc) to 8.24.74 (exc) |
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
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 and testing the 'cdscript' parameter for cross-site scripting (XSS) injection. One method is to use curl or similar HTTP clients to send crafted requests to the URL `/Qualitor/html/bc/bcdocumento9/biblioteca/request/viewDocumento.php` with a payload in the 'cdscript' parameter that triggers a JavaScript alert or other script execution. For example, you can use the following command to test for XSS: curl -G --data-urlencode "cdscript=<script>alert(1)</script>" "http://target/Qualitor/html/bc/bcdocumento9/biblioteca/request/viewDocumento.php" Additionally, attackers can identify vulnerable targets using Google dorking with queries like: inurl:Qualitor/html/bc/bcdocumento9/biblioteca/request/viewDocumento.php Monitoring web server logs for suspicious requests containing script tags or unusual parameters in 'cdscript' can also help detect exploitation attempts. The recommended mitigation is to upgrade to a fixed version beyond 8.24.73. [1, 2]
Can you explain this vulnerability to me?
This vulnerability is a cross-site scripting (XSS) issue in Qualitor up to version 8.24.73. It occurs due to improper handling of the 'cdscript' argument in the file /Qualitor/html/bc/bcdocumento9/biblioteca/request/viewDocumento.php. An attacker can manipulate this argument to inject malicious scripts, which can be executed remotely.
How can this vulnerability impact me? :
The vulnerability can allow an attacker to perform cross-site scripting attacks remotely, potentially leading to the execution of malicious scripts in the context of the affected application. This can result in limited integrity impact, such as unauthorized script execution, but does not affect confidentiality or availability according to the CVSS scores.
What immediate steps should I take to mitigate this vulnerability?
It is suggested to upgrade the affected component to the updated versions provided by the vendor that contain the fix for this vulnerability.