Skip to content

Commit d47e146

Browse files
committed
docs: Add Attack Scenario OWASP#2
1 parent c21153c commit d47e146

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

2019/en/0xa5-sensitive-data-exposure.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,20 @@ A5:2019 Sensitive Data Exposure
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+
Inspecting a mobile app traffic an attacker finds out that not all HTTP traffic
18+
is performed on a secure protocol (TLS), namely profile images download. As user
19+
interaction is binary, despite API traffic is performed on a secure protocol,
20+
the attacker finds a pattern on API responses size which he uses to track user
21+
preferences over the rendered content (profile images).
22+
23+
## How To Prevent
24+
1525
## References
1626

1727
### OWASP

0 commit comments

Comments
 (0)