OAuth Misconfiguration
Introduction
Where to find
https://example/signin?response_type=code&redirect_uri=https://callback_url/auth&client_id=FQ9RGtMkztAgmAApKOqACrBNq&state=7tvPJiv8StrAqo9IQE9xsJaDso4&scope=+profile+email+phone+group+role+resourceHow to exploit
&redirect_uri=https://example.com&redirect_uri=https://еxamplе.com
<a href="https://example.com/authorize?client_id=client1&response_type=code&redirect_uri=http://callback&scope=openid+email+profile">Press Here</a>
&redirect_uri=https://example.com&redirect_uri=https://evil.com &redirect_uri=https://example.com.evil.com etc.
References
Last updated