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

User deletion caused by CSRF #13

Open
eqwadasd opened this issue Nov 11, 2019 · 0 comments
Open

User deletion caused by CSRF #13

eqwadasd opened this issue Nov 11, 2019 · 0 comments

Comments

@eqwadasd
Copy link

eqwadasd commented Nov 11, 2019

CSRF exists in the background (administrator) to delete users:
The backend only cares about the values of the parameters' deleteuserids' and 'updateuserids'
So the attacker only needs to know the user's ID to construct a malicious link to complete the intrusion
The following is a normal request packet for deleting user operations。
image
I use this request package to construct a malicious html interface and only add the required parameters.
image
When a user with administrative rights clicks on this malicious link, the user (id=3) is successfully deleted.
image

@eqwadasd eqwadasd changed the title HongCMS3.0-CSRF in multiple function points User deletion caused by CSRF Nov 12, 2019
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