code-projects Crime Reporting System
cpe:2.3:a:code-projects:crime_reporting_system:*:*:*:*:*:*:*
- 1.0
This vulnerability is being actively exploited in the wild.
A critical SQL injection vulnerability has been identified in Code-Projects Crime Reporting System version 1.0, specifically within the '/headlogin.php' file. This vulnerability arises from inadequate validation of user input in the 'email' parameter, allowing attackers to inject malicious SQL queries. Exploitation of this vulnerability can lead to unauthorized access to the database, manipulation or deletion of data, and exposure of sensitive information. Notably, this vulnerability can be exploited remotely without any authentication.
Exploitation of this vulnerability allows for unauthorized database access, manipulation or deletion of data, and access to sensitive information. Such actions could disrupt services and pose a significant threat to overall system security and data integrity.
The vulnerability can be reproduced by sending a POST request to 'headlogin.php' with a crafted 'email' parameter that includes malicious SQL payloads. This can be done using tools like sqlmap, which automates the process of finding and exploiting SQL injection vulnerabilities.
To address this vulnerability, it is recommended to use prepared statements and parameter binding to prevent SQL injection, validate and filter user input, minimize database user permissions, and conduct regular security audits.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.