CVE-2024-58297
BaseFortify
Publication date: 2025-12-11
Last updated on: 2025-12-11
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| pyrocms | pyrocms | 3.0.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 PyroCMS v3.0.1. It occurs in the admin redirects configuration, where attackers can inject malicious scripts by inserting a payload into the 'Redirect From' field. When administrators view the redirects page, the injected JavaScript executes, potentially compromising the admin interface.
How can this vulnerability impact me? :
The vulnerability allows attackers to execute arbitrary JavaScript in the context of the administrator's browser. This can lead to unauthorized actions such as stealing admin session cookies, performing actions on behalf of the admin, or defacing the admin interface, potentially compromising the security and integrity of the system.