CVE-2022-31415: SQL Injection
Published Jun 14, 2022
·Updated
Online Fire Reporting System v1.0 was discovered to contain a SQL injection vulnerability via the GET parameter in /report/list.php.
Affected Software
1 affected component
Online Fire Reporting System Project Online Fire Reporting System=1.0
Event History
Jun 14, 2022
CVE Published
via MITRE·02:35 AM
Data Sourced
via MITRE·02:35 AM
Description
Frequently Asked Questions
1
What is the vulnerability ID for the Online Fire Reporting System?
The vulnerability ID for the Online Fire Reporting System is CVE-2022-31415.
2
What is the severity of CVE-2022-31415?
CVE-2022-31415 has a severity rating of 6.5, which is categorized as medium.
3
What is the affected software by CVE-2022-31415?
The affected software is Online Fire Reporting System v1.0.
4
What is the CWE ID for CVE-2022-31415?
The CWE ID for CVE-2022-31415 is CWE-89 (SQL Injection).
5
How can I fix the SQL injection vulnerability in Online Fire Reporting System v1.0?
To fix the SQL injection vulnerability in Online Fire Reporting System v1.0, it is recommended to sanitize and validate user input, use prepared statements or parameterized queries, and implement proper input validation and output encoding.