Single Choice Difficult

QWhich of the following is the least likely consequence of a buffer overflow attack?

ID: #23855 Computer / Software Security 2,250 views
Question Info
#23855Q ID
DifficultDifficulty
Computer / Software SecurityTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Changing the operating system
  • B Crashing an operating system
  • C Crashing a program
  • D Executing a program
Correct Answer

Explanation

A buffer overflow attack occurs when a program writes more data to a buffer than it can hold, causing the excess data to overwrite adjacent memory. This can lead to various consequences, such as crashing the program (option C), crashing the operating system (option B), or executing unintended code (option D), all of which are common outcomes of a buffer overflow. However, changing the operating system (option A) is the least likely consequence of a buffer overflow. While a successful buffer overflow could potentially exploit vulnerabilities that lead to privileged access, directly altering the operating system itself is much less common. The attack typically affects the application or causes instability, not fundamental changes to the OS.

Share This Question

Challenge a friend or share with your study group.