| 제목 | itsourcecode Online Medicine Delivery System v1.0 SQL Injection |
|---|
| 설명 | The rider backend order management controller /rider/orders/controller.php of Online Medicine Delivery System contains an SQL injection vulnerability in the order status update functionality. The functionality receives the $_GET['id'] parameter and directly concatenates it into 4 different SQL statements within the same request:
(1) Order::pupdate() — UPDATE order status
(2) Summary::update() — UPDATE summary status
(3) SELECT query — Query customer information for SMS notification
(4) SELECT query — Query order product information for SMS notification
The id parameter is numeric-type and can be injected without closing quotes. This interface requires an Admin login session, but an attacker can combine it with the Employee authentication SQL injection bypass vulnerability of this system to obtain an Admin session without a password, effectively making this vulnerability exploitable by unauthenticated attackers. |
|---|
| 원천 | ⚠️ https://github.com/boyslikesports/202607_vul_dir/blob/main/C-12-SQLi-Rider-Order-MultiPoint_en.md |
|---|
| 사용자 | Weining Xiao (UID 88216) |
|---|
| 제출 | 2026. 07. 16. PM 03:39 (2 개월 ago) |
|---|
| 모더레이션 | 2026. 09. 03. PM 01:54 (2 months later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 398400 [itsourcecode Online Medicine Delivery System 1.0 Order Status Update controller.php?action=edit&actions=confirm Order::pupdate 아이디 SQL 주입] |
|---|
| 포인트들 | 20 |
|---|