First published: Wed Jun 01 2022(Updated: )
Online Fire Reporting System v1.0 is vulnerable to SQL Injection via /ofrs/admin/?page=teams/view_team&id=.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Online Fire Reporting System Project Online Fire Reporting System | =1.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The vulnerability ID for this issue is CVE-2022-31981.
The title of this vulnerability is 'Online Fire Reporting System v1.0 is vulnerable to SQL Injection via /ofrs/admin/?page=teams/view_te...'.
The affected software is Online Fire Reporting System v1.0.
The severity of this vulnerability is high with a CVSS score of 7.2.
You can exploit this vulnerability by performing SQL Injection through the 'id' parameter in the URL /ofrs/admin/?page=teams/view_team&id=.
To fix this vulnerability, you should implement proper input validation and parameterized queries to prevent SQL Injection attacks.
You can find more information about this vulnerability at https://github.com/k0xx11/bug_report/blob/main/vendors/oretnom23/online-fire-reporting-system/SQLi-6.md.
The CWE ID for this vulnerability is 89.