1/5
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Buffer Overflow
When data exceeds allocated memory, potentially enabling unauthorized access or code execution.
Buffer
Temp storage area where a program stores its data
Stack
Memory region where a program stores the return addresses from function calls
Smashing the Stack
Attack can execute their malicious code by overwriting the return address
ASLR
Address Space Layout Randomization
Address Space Layout Randomization
A security measure that randomizes memory addresses, making buffer overflow attacks harder for attackers