CVE-2025-52203
BaseFortify
Publication date: 2025-07-31
Last updated on: 2025-08-06
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| devaslanphp | project_management | 1.2.4 |
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 DevaslanPHP project-management v1.2.4. It occurs because the Ticket Name field does not properly sanitize user input, allowing an authenticated attacker to inject malicious JavaScript code. This code is stored in the database and executes in the browser of any legitimate user who logs in and is redirected to the Dashboard panel.
How can this vulnerability impact me? :
The vulnerability can lead to malicious scripts executing in the browsers of legitimate users, potentially allowing attackers to steal session cookies, perform actions on behalf of users, or deliver further attacks such as phishing or malware distribution.