vendor:
Student Quarterly Grading System
by:
Blackhan
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Student Quarterly Grading System
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:sourcecodester:student_quarterly_grading_system:1.0
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows 10, Kali Linux
2021
Student Quarterly Grading System 1.0 – SQLi Authentication Bypass
Student Quarterly Grading System v1.0 Login page can be bypassed with a simple SQLi to the username parameter. Steps To Reproduce: 1 - Go to the login page http://localhost/grading_system/login.php 2 - Enter the payload to username field as "bypass' or 1=1-- -" without double-quotes and type anything to password field. 3 - Click on "Login" button and you are logged in as administrator.
Mitigation:
Input validation and sanitization should be done to prevent SQL injection attacks.