vendor:
Student Management System
by:
Enes Özeser
9.8
CVSS
CRITICAL
SQL Injection
89
CWE
Product Name: Student Management System
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE: CVE-2020-23935
CPE: a:sourcecodester:student_management_system:1.0
Platforms Tested: Windows & WampServer
2020
Student Management System 1.0 – SQLi Authentication Bypass
An attacker can bypass authentication by using a SQL injection attack. The attacker can send a specially crafted HTTP request with a username of 'admin'# and any password to the process.php page, which will allow them to bypass authentication and gain access to the application.
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.