CVE-2025-50985
BaseFortify
Publication date: 2025-08-27
Last updated on: 2025-09-09
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| diskoverdata | diskover | 2.3.0 |
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. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in diskover-web v2.3.0 Community Edition is due to multiple reflected cross-site scripting (XSS) flaws. Unsanitized GET parameters such as maxage, maxindex, index, path, q (query), and doctype are directly included in the HTML response without proper filtering. This allows attackers to craft malicious URLs that, when visited by a victim, execute arbitrary JavaScript code in the victim's browser.
How can this vulnerability impact me? :
The vulnerability can allow attackers to execute arbitrary JavaScript in the context of the victim's browser session. This can lead to theft of sensitive information such as cookies or session tokens, defacement of the web interface, redirection to malicious sites, or other malicious actions performed on behalf of the victim.