Enviar #814004: Yash Pokharna StudentManagementSystem 1.0 IDOR + SQL Injectioninformación

TítuloYash Pokharna StudentManagementSystem 1.0 IDOR + SQL Injection
DescripciónThe 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.
Fuente⚠️ https://github.com/yashpokharna2555/StudentManagementSystem/issues/5
Usuario
 Xuns (UID 96762)
Sumisión2026-04-27 10:59 (hace 1 mes)
Moderación2026-05-24 11:12 (27 days later)
EstadoAceptado
Entrada de VulDB365455 [yashpokharna2555 StudentManagementSystem hasta cb2f558ddf8d19396de0f92abf2d224d46a0a203 /studentdel.php confirm_logged_in ID inyección SQL]
Puntos20

Do you want to use VulDB in your project?

Use the official API to access entries easily!