vendor:
Appsource School Management System
by:
Ihsan Sencan
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Appsource School Management System
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:appsource:appsource_school_management_system
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2018
Appsource School Management System 1.0 – ‘student_id’ SQL Injection
Librarian, Teacher members can run the sql codes. An attacker can inject malicious SQL queries via the 'student_id' parameter in the 'give_studentbook' page and the 'teacher_id' parameter in the 'subject_allocation' page. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All input data should be validated and filtered before being passed to the SQL server.