vendor:
Simple Student Quarterly Result/Grade System
by:
Saud Alenazi
8.8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Simple Student Quarterly Result/Grade System
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE:
CPE: a:sourcecodester:simple_student_quarterly_result/grade_system:1.0
Platforms Tested: XAMPP, Linux
2022
Simple Student Quarterly Result/Grade System 1.0 – SQLi Authentication Bypass
A SQL injection vulnerability exists in the Simple Student Quarterly Result/Grade System 1.0, due to improper sanitization of user-supplied input in the 'username' parameter of the 'Actions.php' script. An attacker can exploit this vulnerability to bypass authentication and gain access to the application.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to modify the intended SQL query. Additionally, parameterized queries should be used to prevent SQL injection attacks.