Race Condition 2.3 Flashcards
1
Q
Race Condition
A
- An error condition that occurs when the output of a function is dependent on the sequence or timing of the inputs.
- Multiple inputs racing each other to influence the output first.
2
Q
Time of Check/Time of Use Attack
A
- Takes advantage of a separation between the time a program checks a value and when it uses the value.
- Allows an unauthorized manipulation.