We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c21153c commit d28e433Copy full SHA for d28e433
2019/en/0xa2-broken-authentitcation.md
@@ -8,10 +8,21 @@ A2:2019 Broken Authentication
8
9
## Is the API Vulnerable?
10
11
-## How To Prevent
12
-
13
## Example Attack Scenarios
14
+## Scenario #1
+
15
+## Scenario #2
16
17
+An attacker with access to a cloud-based team collaboration tool creates a
18
+private channel with himself in it. Then he starts a call, sharing it in the
19
+private channel: the HTTP request is recorded of later use. Two different users
20
+start a call on a different channel. The attacker grabs the channel id,
21
+replacing it in the previously captured HTTP request. Resending the request
22
+enables attacker to eavesdrop the private call.
23
24
+## How To Prevent
25
26
## References
27
28
### OWASP
0 commit comments