CVE-2025-10018
BaseFortify
Publication date: 2025-11-14
Last updated on: 2025-11-17
Assigner: CERT.PL
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| opensolution | quick.cms | 6.8 |
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 QuickCMS's language editor functionality. An attacker with admin privileges can inject arbitrary HTML and JavaScript code into the website, which will then be executed on every page viewed by users. Although by default, admin users cannot add JavaScript, the vulnerability allows bypassing this restriction.
How can this vulnerability impact me? :
If exploited, this vulnerability allows an attacker with admin access to inject malicious scripts into the website. These scripts can execute in the context of any user visiting the site, potentially leading to session hijacking, data theft, defacement, or other malicious actions that compromise the security and integrity of the website and its users.
What immediate steps should I take to mitigate this vulnerability?
Since the vulnerability involves stored XSS in the language editor functionality exploitable by admin users, immediate mitigation steps include restricting admin privileges to trusted users only, avoiding use of version 6.8 of QuickCMS which is confirmed vulnerable, and monitoring for any suspicious admin activity. Additionally, applying any available patches or updates from the vendor when released is recommended.