A SQL injection vulnerability exists in the Blood Bank Management System 1.0 within the abs.php component. The application fails to properly sanitize usersupplied input in SQL queries, allowing an attacker to inject arbitrary SQL code. By manipulating the search field, an attacker can bypass authentication and gain unauthorized access to the system.
Blood-Bank-Management-System https://github.com/Shridharshukl/Blood-Bank-Management-System
Login to the application and navigate to the link below. Trigger the search action and copy the request.
http://localhost:8080/abs.php?search=A-&submit=search
Perform automated SQL injections and manage to get full database and system access.