|
|
|
|
|
by icebraining
4428 days ago
|
|
Yeah, I was struggling to understand this, since I recently implemented a Facebook OAuth client and it prevented me from setting any redirection URL outside the configured domain, so I don't see how is Facebook vulnerable. Frankly, much ado about nothing. |
|
Do you have any URLs that look like this?
yourdomain.com/track-outbound-click.php?url=http://www.evilsite.com/
That's an open redirect, and can be used by an attacker to work around the domain whitelist.
Open redirects are bad news for a bunch of other reasons. The solution is to always guard them with an additional signed parameter derived from the URL and a secret.