Skip to content

User deletion caused by CSRF #13

@eqwadasd

Description

@eqwadasd

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions