CVE-2025-55420
BaseFortify
Publication date: 2025-08-21
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 |
|---|---|---|
| foxcms | foxcms | 1.2.6 |
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 Reflected Cross Site Scripting (XSS) issue in FoxCMS v1.2.6. It occurs in the /index.php page where a crafted script sent via a GET request is reflected unsanitized in the HTML response. This allows an attacker to execute arbitrary JavaScript code in the context of a logged-in user's browser when they submit the malicious input.
How can this vulnerability impact me? :
This vulnerability can lead to the execution of arbitrary JavaScript code in the browser of a logged-in user. This can result in theft of user credentials, session hijacking, unauthorized actions performed on behalf of the user, and potentially full compromise of the user's account and data.