| 标题 | 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 月前) |
|---|
| 管理 | 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 |
|---|