| 제목 | Yash Pokharna StudentManagementSystem 1.0 IDOR + SQL Injection |
|---|
| 설명 | The studentdel.php endpoint lacks any form of authentication or authorisation (no inclusion of session.php and no call to confirm_logged_in()). It directly takes the $_GET['id'] parameter and embeds it into a DELETE SQL query using string concatenation.
Because there is no session validation and no input sanitisation, an unauthenticated attacker can:
Delete a single student record by guessing or enumerating its ID.
Exploit the SQL injection to delete all records from the database (e.g., using id=9999 OR 1=1).
This effectively allows a remote attacker to wipe the entire student data set without any credentials. |
|---|
| 원천 | ⚠️ https://github.com/yashpokharna2555/StudentManagementSystem/issues/5 |
|---|
| 사용자 | Xuns (UID 96762) |
|---|
| 제출 | 2026. 04. 27. AM 10:59 (1 월 ago) |
|---|
| 모더레이션 | 2026. 05. 24. AM 11:12 (27 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 365455 [yashpokharna2555 StudentManagementSystem 까지 cb2f558ddf8d19396de0f92abf2d224d46a0a203 /studentdel.php confirm_logged_in 아이디 SQL 주입] |
|---|
| 포인트들 | 20 |
|---|