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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly