| शीर्षक | 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) |
|---|
| सबमिशन | 27/04/2026 10:59 AM (1 महीना पहले) |
|---|
| संयम | 24/05/2026 11:12 AM (27 days later) |
|---|
| स्थिति | स्वीकृत |
|---|
| VulDB प्रविष्टि | 365455 [yashpokharna2555 StudentManagementSystem तक cb2f558ddf8d19396de0f92abf2d224d46a0a203 /studentdel.php confirm_logged_in पहचान SQL इंजेक्शन] |
|---|
| अंक | 20 |
|---|