Buffer Overflow Flashcards

(5 cards)

1
Q

What is a Buffer Overflow Attack?

A

Occurs when a process stores data outside the memory range allocated by the developer

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

What are Buffers?

A

Temporary storage areas used by programs to hold data

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

What is a Stack?

A

Programs that have a reserved memory area called a stack to store data during processing

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

What happens during Smashing the Stack?

A

Attackers aim to overwrite the return address with a pointer to execute their malicious code

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

What is an ASLR (Address Space Layout Randomization)?

A

A security measure that randomizes memory addresses, making buffer overflow attacks harder for attackers

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