CVE-2025-14580
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-12-12

Last updated on: 2026-04-29

Assigner: VulDB

Description
A security vulnerability has been detected in Qualitor up to 8.24.73. The impacted element is an unknown function of the file /Qualitor/html/bc/bcdocumento9/biblioteca/request/viewDocumento.php. Such manipulation of the argument cdscript leads to cross site scripting. It is possible to launch the attack remotely. The exploit has been disclosed publicly and may be used. It is suggested to upgrade the affected component. The vendor confirms the existence of the issue: "We became aware of the issue through an earlier direct notification from the original reporter, and our engineering team promptly investigated and implemented the necessary corrective measures. (...) Updated versions containing the fix have already been provided to our customer base".
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-12
Last Modified
2026-04-29
Generated
2026-05-07
AI Q&A
2025-12-13
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 2 associated CPEs
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
CWE Icon
KEV
KEV Icon
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.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart