【发布时间】:2013-11-14 05:20:29
【问题描述】:
Oauth2.0 协议规定如下: https://www.rfc-editor.org/rfc/rfc6749#section-10.6
When the attacker's user-agent is sent to the authorization server to grant access,
the attacker grabs the authorization URI provided by the legitimate client and replaces
the client's redirection URI with a URI under the control of the attacker. The attacker
then tricks the victim into following the manipulated link to authorize access to the
legitimate client.
攻击者如何欺骗/将受害者重定向到被操纵的链接?这有多容易?谁能给我一个这种攻击的例子吗?
【问题讨论】: