| タイトル | code-projects Hospital Information System v1.0 SQL injection |
|---|
| 説明 | 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.
|
|---|
| ソース | ⚠️ https://github.com/niaoniaollll/cve/issues/6 |
|---|
| ユーザー | niaoniaolll (UID 99367) |
|---|
| 送信 | 2026年07月02日 11:13 (2 月 ago) |
|---|
| モデレーション | 2026年08月19日 15:51 (2 months later) |
|---|
| ステータス | 承諾済み |
|---|
| VulDBエントリ | 393038 [code-projects Hospital Information System 1.0 User Login UsersController.php User::login email SQLインジェクション] |
|---|
| ポイント | 20 |
|---|