| Título | Hospital-Management-System-Website web 1 SQL Injection |
|---|
| Descripción | This vulnerability is a SQL injection vulnerability existing in the user deletion interface of the Hospital Management System Website (source code address: https://github.com/nahiduddinahammed/Hospital-Management-System-Website). It is specifically located in line 38 of the file D:\phpstudy_pro\WWW\Hospital-Management-System-Website-master/delete.php.
The cause of the vulnerability is that the user input variable $ai is directly concatenated into the SQL DELETE statement without parameterization (original statement: DELETE FROM dashboard WHERE patient_id ='$ai'). Attackers can construct malicious inputs (e.g., ' OR '1'='1), which will change the final SQL statement to DELETE FROM dashboard WHERE patient_id ='' OR '1'='1', thereby deleting all user data in the dashboard table. |
|---|
| Fuente | ⚠️ https://github.com/mhszed/Report/blob/main/SQL%20Injection%20Vulnerability%20in%20the%20Hospital-Management-System-Website%20Editor.docx |
|---|
| Usuario | mahushuai (UID 91047) |
|---|
| Sumisión | 2025-09-27 14:55 (hace 11 meses) |
|---|
| Moderación | 2025-10-05 08:10 (8 days later) |
|---|
| Estado | Aceptado |
|---|
| Entrada de VulDB | 327200 [nahiduddinahammed Hospital-Management-System-Website hasta e6562429e14b2f88bd2139cae16e87b965024097 /delete.php ai inyección SQL] |
|---|
| Puntos | 20 |
|---|