| Titel | code-projects Hospital Information System v1.0 SQL injection |
|---|
| Beschreibung | code-projects Hospital Information System An SQL injection vulnerability exists in the user login handler (includes/users/UsersController.php, type=login). The POST parameter email is passed to User::login() and embedded into a SQL string as WHERE email = '$username' AND password = '$password' executed via $dbConn->query(...) without prepared statements or proper escaping.code-projects Hospital Information System An SQL injection vulnerability exists in the user login handler (includes/users/UsersController.php, type=login). The POST parameter email is passed to User::login() and embedded into a SQL string as WHERE email = '$username' AND password = '$password' executed via $dbConn->query(...) without prepared statements or proper escaping.
|
|---|
| Quelle | ⚠️ https://github.com/niaoniaollll/cve/issues/6 |
|---|
| Benutzer | niaoniaolll (UID 99367) |
|---|
| Einreichung | 02.07.2026 11:13 (vor 2 Monaten) |
|---|
| Moderieren | 19.08.2026 15:51 (2 months later) |
|---|
| Status | Akzeptiert |
|---|
| VulDB Eintrag | 393038 [code-projects Hospital Information System 1.0 User Login UsersController.php User::login email SQL Injection] |
|---|
| Punkte | 20 |
|---|