1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Race Condition
2 events happen at the same time (Programming Issue)
Creates unexpected outcome
Threads try to access same resource
Time-of-check-to-time-of-use-attack (TOCTOU)
System Check if file exist
Attacker changes exe before its opened
Noob opens file (GG)
Exploits
Alter resource’s state before it is used
TLDR
Resources are not taking to consideration other resources
.