Skip to content

Commit 0cba2a2

Browse files
committed
Fix #97
1 parent 1ec75b6 commit 0cba2a2

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

A04_attacks-and-mitigations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The attack described above works for the implicit grant as well. If
106106
the attacker is able to send the authorization response to an attacker-controlled URI, the attacker will directly get access to the fragment carrying the
107107
access token.
108108

109-
Additionally, implicit clients can be subject to a further kind of
109+
Additionally, implicit grants (and also other grants when using `response_mode=fragment` as defined in [@OpenID.MRT]) can be subject to a further kind of
110110
attack. It utilizes the fact that user agents re-attach fragments to
111111
the destination URL of a redirect if the location header does not
112112
contain a fragment (see [@!RFC9110], Section 17.11). The attack

B_references.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,24 @@
5353
</front>
5454
</reference>
5555

56-
56+
<reference anchor="OpenID.MRT" target="https://openid.net/specs/oauth-v2-multiple-response-types-1_0.html">
57+
<front>
58+
<title>OAuth 2.0 Multiple Response Type Encoding Practices</title>
59+
<author initials="B." surname="de Medeiros" fullname="Breno de Medeiros">
60+
<organization>Google</organization>
61+
</author>
62+
<author initials="M." surname="Scurtescu" fullname="Mihai Scurtescu">
63+
<organization>Google</organization>
64+
</author>
65+
<author initals="P." surname="Tarjan" fullname="Peter Tarjan">
66+
<organization>Facebook</organization>
67+
</author>
68+
<author initials="M." surname="Jones" fullname="Mike Jones">
69+
<organization>Microsoft</organization>
70+
</author>
71+
<date day="25" month="Feb" year="2014"/>
72+
</front>
73+
</reference>
5774

5875
<reference anchor="owasp.redir" target="https://cheatsheetseries.owasp.org/cheatsheets/Unvalidated_Redirects_and_Forwards_Cheat_Sheet.html">
5976
<front>

0 commit comments

Comments
 (0)