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 – ‘id’ SQL Injection
School Faculty Scheduling System 1.0 is vulnerable to SQL Injection. An attacker can inject malicious SQL queries via the 'id' parameter in the 'manage_user.php' page. By sending a specially crafted request, an attacker can extract the database name and MariaDB version.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.