Which type of buffer overflows are common among attackers?
1.Memory-based
2.Queue-based
3.Stack-based
4.Heap-based
Answers
Answered by
5
stack- based
I hope it is helpful
Answered by
1
Answer:
Option 3 (Stack-based) is correct answer
Explanation: Stack-based buffer overflows, which are more common among attackers, exploit applications and programs by using what is known as a stack: memory space used to store user input
Similar questions