Vulnerabilities tagged "exploitation"

Facebook SMS Captcha Was Vulnerable to CSRF Attack

Facebook's SMS Captcha page would as you might expect, display a captcha, the user fills it out, and then it makes a POST request to the next page including the anti-CSRF token. The problem being that the next location was determined by the `next` url parameter which was entirely attacker controlled, and could be pointed to sensitive GraphQL endpoints.
 
1
2
3
4
5
6
7