/zzcms-sqli

zzcms8.3 SQL injection

Vul

[/user/check.php] is used to verify the user and record the user IP

image

[/inc/function.php] defines the function

image

We can control the IP through Client-Ip in the HTTP Header

POC:

Client-Ip: ',phone=(select database()),loginip='

Affected pages:

All pages that contain page /user/check.php。

For Example:

/user/manage.php

image

image