API - Attacking Authorization
What is Authorization?
Authorization (What you are allow to do such as permissions)
Eg: User 1 tamper the value of User 2 and get the sensitive information leakage.
Task - BFLA - Broken Functionality level Authorization
BFLA : Functionality level accessible of application.
Access to the functionality such admin user to local user. (Admin and Non-admin users)
Task - BOLA - Broken Object Level Authorization
In the below scenario the user id has been encoded and unable to find the exact vehicle id details, but we can able to fetch by user comments page from the community option.
Task - BFLA - Broken Functionality level Authorization
Scenario -1
In the below scenario we have two api requests are Delete Video and Delete Video by Admin since we can able to delete through low level privilege access. Hence it;s vulnerable for BFLA
Comments
Post a Comment