Application Vulnerable to CSRF - Remove Invited user
Medium
I
Infogram
Submitted None
Actions:
Reported by
ramakanthk35
Vulnerability Details
Technical details and impact analysis
POC:
1. Login to the application with a business account.
2. Go to Manage teams, where we can send invites to a team member. Send a Invite to a team member
3. After the invite is sent to a user, the admin has option to Remove User.
4. While trying to remove the user, capture the request in burp , do not forward the request, send to repeater and drop the request
5. Now, from repeater , copy the url and put it in a new tab of authenticated admin browser, the user removal is successful
The user removal URL would look like https://infogram.com/api/team/cancel-invitation/c535cc62-9586-4f4b-8306-9381dcdbc815?teamId=16537204&_=1508852073697
Report Details
Additional information and metadata
State
Closed
Substate
Resolved
Submitted
Weakness
Cross-Site Request Forgery (CSRF)