common vulnerabilities/attacks Flashcards

(2 cards)

1
Q

Memory Injection

A

Memory Injection

Attacker puts malicious code into a program’s memory while it’s running.
• Goal: trick the program into running the attacker’s code.
• Example: Malware injects itself into a browser’s memory to steal logins.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Race Condition

A

Race condition
Two processes try to use the same resource at the same time → causing errors or letting attackers take advantage.
• Example: If two people withdraw money at the exact same time, both might get $100 even though only $100 existed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly