Skip to content

Commit d28e433

Browse files
committed
doc: add Attack Scenario
1 parent c21153c commit d28e433

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

2019/en/0xa2-broken-authentitcation.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,21 @@ A2:2019 Broken Authentication
88

99
## Is the API Vulnerable?
1010

11-
## How To Prevent
12-
1311
## Example Attack Scenarios
1412

13+
## Scenario #1
14+
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+
1526
## References
1627

1728
### OWASP

0 commit comments

Comments
 (0)