CVE-2025-40694
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 for the 'fromdate' and 'todate' parameters via POST at the endpoint '/ofrs/admin/bwdates-report-result.php'. An attacker can exploit this by injecting malicious scripts that get stored and later executed in the context of authenticated users, potentially allowing the attacker to steal session cookies.
How can this vulnerability impact me? :
This vulnerability can impact you by allowing a remote attacker to execute malicious scripts in your browser when you are authenticated to the system. This can lead to theft of your session cookies, which may allow the attacker to hijack your session and gain unauthorized access to your account or sensitive information.