| 제목 | 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. AM 11:13 (2 개월 ago) |
|---|
| 모더레이션 | 2026. 08. 19. PM 03:51 (2 months later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 393038 [code-projects Hospital Information System 1.0 User Login UsersController.php User::login email SQL 주입] |
|---|
| 포인트들 | 20 |
|---|