CVE-2025-40693
BaseFortify
Publication date: 2025-09-11
Last updated on: 2025-09-12
Assigner: Spanish National Cybersecurity Institute, S.A. (INCIBE)
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| phpgurukul | online_fire_reporting_system | 1.2 |
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) in the Online Fire Reporting System v1.2 by PHPGurukul. It occurs because the application does not properly validate user inputs in certain parameters ('tname' via GET and 'teamleadname', 'teammember', and 'teamname' via POST) at the '/ofrs/admin/edit-team.php' endpoint. This allows an attacker to inject malicious scripts that are stored and later executed in the context of authenticated users.
How can this vulnerability impact me? :
This vulnerability could allow a remote attacker to send a specially crafted query to an authenticated user, which could result in the attacker stealing the user's session cookie details. This can lead to session hijacking, unauthorized access, and potential compromise of the user's account and data.