| 제목 | itsourcecode Online Medicine Delivery System v1.0 SQL Injection |
|---|
| 설명 | The rider/admin backend login interface /rider/login.php of Online Medicine Delivery System contains an SQL injection vulnerability. The interface receives the user-submitted emp_email parameter and directly concatenates it into an SQL query string without any filtering or parameterization, which is then passed to the Employee::employeeAuthentication() method for execution.
An attacker can construct a malicious SQL statement in the emp_email field (e.g., ' OR 1=1-- -), making the WHERE condition of the authentication query always true, and using a comment delimiter to bypass password verification, thereby successfully authenticating without knowing any account credentials and obtaining a backend admin session. This vulnerability can be exploited without any prior authentication. |
|---|
| 원천 | ⚠️ https://github.com/boyslikesports/202607_vul_dir/blob/main/C-01-SQLi-Employee-Auth-Bypass_en.md |
|---|
| 사용자 | Weining Xiao (UID 88216) |
|---|
| 제출 | 2026. 07. 16. PM 02:10 (1 월 ago) |
|---|
| 모더레이션 | 2026. 08. 30. AM 09:44 (1 month later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 397111 [itsourcecode Online Medicine Delivery System 1.0 Login Interface /rider/login.php employeeAuthentication emp_email SQL 주입] |
|---|
| 포인트들 | 20 |
|---|