easy
Single Answer
0Mikaela is concerned about the use of buffer overflow attacks against a custom application developed for use in her organization. What security control would provide the strongest defense against these attacks?
Answer Options
A
Firewall
B
Intrusion detection system
C
Parameter checking
D
Vulnerability scanning
Correct Answer: C
Explanation
Parameter checking, or input validation, is used to ensure that input provided by users to an application matches the expected parameters for the application. Developers may use parameter checking to ensure that input does not exceed the expected length, preventing a buffer overflow attack.