CVE-2025-59115
BaseFortify
Publication date: 2025-11-18
Last updated on: 2025-12-05
Assigner: CERT.PL
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| windu | windu_cms | 4.1 |
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 is a Stored Cross-Site Scripting (XSS) issue in Windu CMS, specifically on the logon page where input data is not properly validated. An attacker can inject malicious HTML and JavaScript code that gets stored and later executed when an administrator visits the logs page, potentially compromising the admin's session or the website.
How can this vulnerability impact me? :
The vulnerability can allow an attacker to execute arbitrary scripts in the context of the admin's browser when they view the logs page. This can lead to session hijacking, unauthorized actions performed by the admin, theft of sensitive information, or further compromise of the website.
What immediate steps should I take to mitigate this vulnerability?
Since the vulnerability is a Stored Cross-Site Scripting (XSS) in Windu CMS version 4.1 on the logon page, immediate mitigation steps include avoiding use of version 4.1 until a patch or fix is available, restricting access to the logs page to trusted administrators only, and implementing web application firewall (WAF) rules to detect and block suspicious input containing HTML or JavaScript. Additionally, monitoring and sanitizing user input on the logon page can help reduce risk.