SQL Injection Vulnerability in Simple School Managment System
CVE-2024-25306
8.8HIGH
What is CVE-2024-25306?
The Simple School Management System version 1.0 developed by Code-projects is susceptible to SQL Injection due to improper handling of user input in the 'aname' parameter on the School/index.php page. This vulnerability allows an attacker to manipulate SQL queries, potentially leading to unauthorized access to sensitive information stored in the database. To mitigate this risk, it is essential to implement proper input validation and parameterized queries.