API - Attacking Authorization

 What is Authorization?

    Authorization (What you are allow to do such as permissions)


BOLA - We are access to the objects through by the ID's is called as the BOLA.
               Eg: User 1 tamper the value of User 2 and get the sensitive information leakage.
 

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

Popular posts from this blog

SQL Injection Attacks | Shahul Hameed

To use emulator(Using NOX emulator): Open Appie Application | Shahul Hameed

Pentest - Web Application Vulnerability Scanner | Shahul Hameed