| 标题 | aircheng-org iWebShop-5 eb7f7eb1c6ebf39a54f943d8e0aefe96a3b8ff54 SQL Injection |
|---|
| 描述 | 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. |
|---|
| 来源 | ⚠️ https://github.com/aircheng-org/iWebShop-5/issues/5 |
|---|
| 用户 | yunshen (UID 100191) |
|---|
| 提交 | 2026-07-29 19時53分 (1 月前) |
|---|
| 管理 | 2026-09-08 11時31分 (1 month later) |
|---|
| 状态 | 已接受 |
|---|
| VulDB条目 | 399758 [aircheng-org iWebShop-5 直到 5.15 controllers/member.php member_list 搜索 SQL注入] |
|---|
| 积分 | 20 |
|---|