| Titel | aircheng-org iWebShop-5 eb7f7eb1c6ebf39a54f943d8e0aefe96a3b8ff54 SQL Injection |
|---|
| Beschreibung | 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. |
|---|
| Quelle | ⚠️ https://github.com/aircheng-org/iWebShop-5/issues/5 |
|---|
| Benutzer | yunshen (UID 100191) |
|---|
| Einreichung | 29.07.2026 19:53 (vor 1 Monat) |
|---|
| Moderieren | 08.09.2026 11:31 (1 month later) |
|---|
| Status | Akzeptiert |
|---|
| VulDB Eintrag | 399758 [aircheng-org iWebShop-5 bis 5.15 controllers/member.php member_list Suche SQL Injection] |
|---|
| Punkte | 20 |
|---|