CVE-2025-9980
BaseFortify
Publication date: 2025-10-23
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 page editor functionality. An attacker with admin privileges can inject arbitrary HTML and JavaScript code into the website pages, which will be executed when those pages are visited. However, by default, admin users are not able to add JavaScript into the website.
How can this vulnerability impact me? :
If exploited, this vulnerability allows an attacker with admin privileges to inject malicious code into the website, potentially leading to unauthorized actions, data theft, or session hijacking when users visit the affected pages. This can 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 via the page editor functionality and requires admin privileges to exploit, immediate mitigation steps include restricting admin access to trusted users only, reviewing and sanitizing any content added through the page editor, and avoiding use of version 6.8 of QuickCMS until a patch or update is available. Additionally, monitor for any suspicious admin activity and consider disabling or limiting the page editor functionality if possible.