Race Condition

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/3

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

4 Terms

1
New cards

Race Condition

  • 2 events happen at the same time (Programming Issue)

    • Creates unexpected outcome

    • Threads try to access same resource

2
New cards

Time-of-check-to-time-of-use-attack (TOCTOU)

Process

  1. Check System (Retrieves Info0

  2. Gap

  3. Use of Resource

Exploits

  • Alter resource’s state before it is used

3
New cards

TLDR

  • Resources are not taking to consideration other resources

4
New cards

.