Facebook Private Photos Hack – How I Exposed Your Private Photos

What if your private mobile photos got exposed publicly?

All of us have the habit of taking photos using our mobile, in that, there would definitely be some private photos. What if it’s hacked?

Oh my god! Private photos hacked

This post is about a security vulnerability I found on Facebook which allows any malicious Facebook application to hack your mobile photos (synced).

The Facebook mobile application has a feature called “Sync photos” which help us to keep a backup(up to 2 GB) of our mobile photos. This feature enables the Facebook mobile application to upload all the photos taken by your mobile to your account and it would remain private until you publish it.

Sync photos feature is turned on by default in some mobile phones. We can control it in the app settings. Most of us are unaware of this feature. If you don’t want Facebook to backup your photos, go to app settings and turn it off.

I was really curious to know which endpoint is handling these photos. After a bit of research, I got to know that “vaultimages” endpoint of Facebook Graph API is handling these synced photos. I started exploring through the endpoint. Reading the synced photos through this endpoint got caught in my eyes and it seems vulnerable.

After few minutes of testing, I realized that “vaultimages” endpoint is vulnerable. Bingo! 😀

The Facebook mobile application makes a GET request to https://graph.facebook.com/me/vaultimages with a top-level access token to read the synced photos. Facebook server check the request for a proper access token and serve the synced photos of the respective user as the response.

The vulnerable part is, it just checks the owner of the access token and not the application which is making the request.  So it allows any application with user_photos permission to read your mobile photos. 

There are large numbers of Facebook applications which use user_photos permission to read user’s public photos.

A malicious app that you are using can hack all of your private photos in few seconds. I know that most of us won’t see the list of permissions while using any application.

Facebook Application Permissions

Please review the permissions before granting it.

Proof of Concept Video:-

Reported this vulnerability to Facebook Security Team, as usual, they were very fast in addressing this issue. They pushed a fix in less than 30 minutes after the acknowledgement of report. They are simply awesome in this regard!

They just whitelisted their official mobile applications in that endpoint and no other applications can access your private photos anymore.This vulnerability is completely patched and vault images cannot be accessed by any application except the whitelisted applications.

{
   "error": {
      "message": "(#3) App must be on whitelist",
      "type": "OAuthException",
      "code": 3
   }
}

First Acknowledgement from Facebook Security Team.Facebook Private Photos Vulnerability Acknowledgement from Facebook Security Team

Acknowledgement of Fix.Facebook Private Photos Vulnerability Acknowledgement of Fix

Rewarded me $10,000 USD as a part of their bug bounty program.$10,000 USD bounty from Facebook For Private Photos Bug

I got my name listed in their white-hat honour list for reporting vulnerabilities.

https://www.facebook.com/whitehat/thanks

Facebook Whitehat Honour List 2015 - Laxman Muthiyah

A couple of vulnerabilities (this one and photo deleting vulnerability) took me to the top of the list 😀 I thank Facebook Security Team for quickly patching this issue and also for running bug bounty program.

Fee free to share your thoughts below in comments 🙂

This article is available as PDF Download.

Laxman Muthiyah
Laxman Muthiyah
This is the place where I write about things that I have explored. I hope you enjoy your stay!

Related Stories

14 Comments

  1. Hey, I really like what you do!
    I have some good knowledge in computers, javascript, php, css, js, vbscript, batch and html so I want to begin but I don&#39t really know how.
    How do you work? Did you learn all these things by yourself?
    Would you advice me? Thanks! 🙂

  2. can some one help me out my wife left me and took my daughter her name is crystal lynn wallace 31 logen utah my baby girl is bonnie dowdell.well she left and blocked me from everything i can think of so i cant see eny pics of my baby all i want is pics so i know she is safe im not good with computers so i dount know how to hack so if eny one can help that would be great

  3. can some one help me out my wife left me and took my daughter her name is crystal lynn wallace 31 logen utah my baby girl is bonnie dowdell.well she left and blocked me from everything i can think of so i cant see eny pics of my baby all i want is pics so i know she is safe im not good with computers so i dount know how to hack so if eny one can help that would be great

Leave A Reply

Please enter your comment!
Please enter your name here

Stay on top - Get the latest updates in your inbox