IDOR is one of the most dangerous vulnerability if exploited by any attacker. It allows them to take control,alter and delete other users data.
As we know Facebook started it's bug bounty program since 2011 and through the times it's security was proven,hardened and tested by security researchers around the globe as there were already many vulnerabilities disclosed,fixed and payed.
"If you can't find holes in the domain,crawl it's subdomain"--was my technique.
e.g. https://mbasic.facebook.com/photo.php?fbid=<victim_id>&id=<victim_id>&r_prof.
As we know Facebook started it's bug bounty program since 2011 and through the times it's security was proven,hardened and tested by security researchers around the globe as there were already many vulnerabilities disclosed,fixed and payed.
"If you can't find holes in the domain,crawl it's subdomain"--was my technique.
If you notice, there is no checking of layer of security upon accessing the resource, wherein this simply gives the attacker access to the resource freely to alter (delete, rotate and edit the photo caption) just by changing the parameter values of their target:
e.g. https://mbasic.facebook.com/photo.php?fbid=<victim_id>&id=<victim_id>&r_prof.
Comments
Post a Comment