PHPGurukul Auto Taxi Stand Management System
cpe:2.3:a:phpgurukul:auto/taxi_stand_management_system:*:*:*:*:*:*:*
- 1.0
A critical SQL injection vulnerability has been identified in PHPGurukul Auto Taxi Stand Management System version 1.0. The issue resides in the admin/forgot-password.php file, where the email parameter is manipulated to inject malicious SQL queries. This vulnerability can be exploited remotely without any authentication, allowing attackers to access and manipulate the database, potentially leading to unauthorized data access, data modification or deletion, and disruption of services.
Exploitation of this vulnerability allows for unauthorized database access via SQL injection, enabling attackers to manipulate database queries and potentially access, modify, or delete sensitive information.
To reproduce this vulnerability, send a POST request to the admin/forgot-password.php page with an injected payload in the email parameter. The payload should be crafted to exploit time-based blind SQL injection, such as by using a SQL injection payload that includes a time delay command, like SLEEP.
It is recommended to use prepared statements and parameter binding to prevent SQL injection, validate and filter user input, and minimize database user permissions.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.