| عنوان | Yash Pokharna StudentManagementSystem 1.0 Insecure Direct Object Reference |
|---|
| الوصف | An Insecure Direct Object Reference (IDOR) vulnerability exists in `courseDel.php` and similar deletion endpoints. The server performs database operations using only the user-supplied `id` parameter (e.g., `$_GET['id']`) without verifying whether the currently logged‑in session has the appropriate permissions to modify or delete the targeted object.
Log in to the application using any valid account (e.g., [email protected] / 1234).
Send the following HTTP request (using a tool like Burp Suite, curl, or Postman):
GET /courseDel.php?id=1 HTTP/1.1
Host: 127.0.0.1:8000
Observe that the course with COURSE_ID = 1 (e.g., "BSIT") is deleted from the database, even though the current user (client) should not have permission to delete courses. |
|---|
| المصدر | ⚠️ https://github.com/yashpokharna2555/StudentManagementSystem/issues/1 |
|---|
| المستخدم | mortal (UID 96784) |
|---|
| ارسال | 27/04/2026 09:05 AM (1 شهر منذ) |
|---|
| الاعتدال | 24/05/2026 09:21 AM (27 days later) |
|---|
| الحالة | تمت الموافقة |
|---|
| إدخال VulDB | 365419 [yashpokharna2555 StudentManagementSystem cb2f558ddf8d19396de0f92abf2d224d46a0a203 courseDel.php معرف تجاوز الصلاحيات] |
|---|
| النقاط | 20 |
|---|