itsourcecode Student Information Management System
cpe:2.3:a:itsourcecode:student_information_management_system:*:*:*:*:*:*:*
- 1.0
A critical SQL injection vulnerability has been identified in the itsourcecode Student Information Management System version 1.0. The issue resides in the instructor module, specifically within the file '/admin/modules/instructor/index.php'. This vulnerability allows remote attackers to manipulate the 'id' parameter, injecting malicious SQL queries that could be executed by the application. The lack of proper input validation enables unauthorized access to the database, potential data modification or deletion, and exposure of sensitive information.
Exploitation of this vulnerability allows for unauthorized database access, manipulation of data, and disruption of service, posing a significant risk to system security and data integrity.
The vulnerability can be reproduced by sending a crafted HTTP request to the '/admin/modules/instructor/index.php' file with a malicious payload in the 'id' parameter. This can be done using tools like sqlmap, which automates the process of finding and exploiting SQL injection vulnerabilities.
It is recommended to use prepared statements and parameter binding to prevent SQL injection, validate and filter user input, minimize database user permissions, and conduct regular security audits.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.