vendor:
Police Crime Record Management System
by:
Ömer Hasan Durmus
9.1
CVSS
CRITICAL
SQL Injection
89
CWE
Product Name: Police Crime Record Management System
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Linux, Windows
2021
Police Crime Record Management System 1.0 – ‘casedetails’ SQL Injection
The Police Crime Record Management System 1.0 is vulnerable to SQL injection in the 'casedetails' parameter. An attacker can exploit this vulnerability to manipulate the SQL query and potentially extract sensitive information from the database.
Mitigation:
To mitigate this vulnerability, the developer should use parameterized queries or prepared statements to sanitize user input and prevent SQL injection attacks. Additionally, input validation and output encoding should be implemented to further protect against injection attacks.