PHPGurukul Pre-School Enrollment System
cpe:2.3:a:phpgurukul:pre-school_enrollment_system:*:*:*:*:*:*:*
- 1.0
A critical SQL injection vulnerability has been identified in PHPGurukul Pre-School Enrollment System version 1.0. The issue resides in the file '/admin/check_availability.php', where the 'username' parameter is manipulated to inject malicious SQL code. This vulnerability can be exploited remotely, without any authentication, allowing attackers to interfere with SQL queries and execute unauthorized database operations.
Exploitation of this vulnerability allows attackers to access the database without authorization, potentially leading to data manipulation, unauthorized data access, and disruption of services. This poses a significant risk to the system's overall security and operational continuity.
The vulnerability can be reproduced by sending a POST request to '/preschool/admin/check_availability.php' with the 'username' parameter. The injection can be performed using boolean-based blind SQL injection techniques, such as appending a crafted SQL payload that exploits the application's SQL query handling.
It is recommended to use prepared statements and parameter binding to prevent SQL injection attacks. Additionally, input validation and filtering should be implemented to ensure that user input conforms to expected formats, blocking malicious data. Finally, database user permissions should be minimized, granting only the necessary privileges to the account used for database connections.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.