CVE-2025-54544
BaseFortify
Publication date: 2025-08-28
Last updated on: 2025-09-08
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 version 6.8. It occurs via the aDirFilesDescriptions parameter in the files editor functionality. An attacker with admin privileges can inject arbitrary HTML and JavaScript code into the website, which will be executed when users visit the edited page. However, by default, the admin user is 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 HTML and JavaScript into the website. This can lead to unauthorized script execution in users' browsers when they visit the affected pages, potentially resulting in session hijacking, defacement, or other malicious actions. Since the vulnerability requires admin privileges, the risk depends on the security of admin accounts.