| Title | code-projects Hospital Information System v1.0 SQL injection |
|---|
| Description | 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.
|
|---|
| Source | ⚠️ https://github.com/niaoniaollll/cve/issues/6 |
|---|
| User | niaoniaolll (UID 99367) |
|---|
| Submission | 07/02/2026 11:13 (2 months ago) |
|---|
| Moderation | 08/19/2026 15:51 (2 months later) |
|---|
| Status | Accepted |
|---|
| VulDB entry | 393038 [code-projects Hospital Information System 1.0 User Login UsersController.php User::login email sql injection] |
|---|
| Points | 20 |
|---|