Completed
Data-structures and race-condition defenses
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Smashing the State Machine: Advanced Web Race Condition Attacks
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 The known potential of race conditions
- 3 The true potential of race conditions
- 4 Making race conditions reliable: Single-packet attack
- 5 Single-packet attack: under the hood
- 6 benchmark
- 7 Probe for clues
- 8 Object-masking via limit-overrun
- 9 Multi-endpoint collisions: handling internal latency
- 10 Single-endpoint collision code analysis
- 11 Impact
- 12 Partial construction attacks
- 13 Data-structures and race-condition defenses
- 14 Improving the single-packet attack
- 15 Embrace the chaos