| Title | aircheng-org iWebShop-5 eb7f7eb1c6ebf39a54f943d8e0aefe96a3b8ff54 SQL Injection |
|---|
| Description | The affected component is `controllers/member.php` method `member_list()`. The `search` request parameter is filtered only with `IFilter::act(...,'strict')`, which validates a loose character class and returns the raw string without quoting. That value is interpolated directly as a SQL identifier/expression: `" and $search like '%{$keywords}%'"`. An authenticated administrator (or any XSS/CSRF primitive that forces an admin request) can supply values such as `1=1 or u.username` to change query logic, exfiltrate rows across the joined `user`/`member` tables, and escalate beyond intended search scope. |
|---|
| Source | ⚠️ https://github.com/aircheng-org/iWebShop-5/issues/5 |
|---|
| User | yunshen (UID 100191) |
|---|
| Submission | 07/29/2026 19:53 (1 month ago) |
|---|
| Moderation | 09/08/2026 11:31 (1 month later) |
|---|
| Status | Accepted |
|---|
| VulDB entry | 399758 [aircheng-org iWebShop-5 up to 5.15 controllers/member.php member_list Search sql injection] |
|---|
| Points | 20 |
|---|