SQL Injection Vulnerabilities in Student Attendance Management System by Rickxy
CVE-2023-41522
8.8HIGH
What is CVE-2023-41522?
The Student Attendance Management System version 1 is vulnerable to multiple SQL injection attacks through the createStudents.php file. This vulnerability arises from unsanitized input in the Id, firstname, and admissionNumber parameters, allowing attackers to manipulate SQL queries and potentially access sensitive information stored in the database. Proper input validation and prepared statements should be implemented to mitigate this risk.
