vendor:
School Faculty Scheduling System
by:
Jyotsna Adhana
8.8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: School Faculty Scheduling System
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:sourcecodester:school_faculty_scheduling_system:1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 10 Pro 10.0.18363 N/A Build 18363 + XAMPP V3.2.4
2020
School Faculty Scheduling System 1.0 – ‘username’ SQL Injection
School Faculty Scheduling System 1.0 is vulnerable to SQL Injection. An attacker can inject malicious SQL queries via the 'username' parameter in the 'manage_user.php' page. By exploiting this vulnerability, an attacker can gain access to the database and can execute arbitrary SQL queries.
Mitigation:
Input validation should be done to prevent SQL Injection attacks. Parameterized queries should be used to prevent SQL Injection attacks.