nerdexam
(ISC)2

CISSP · Question #899

Which of the following would MINIMIZE the ability of an attacker to exploit a buffer overflow?

The correct answer is B. Code review. A code review involves thoroughly examining the software's source code to identify vulnerabilities, including potential buffer overflow issues. During a code review, developers can look for unsafe coding practices, such as improper bounds checking or unvalidated user inputs, that

Submitted by anjalisingh· Mar 5, 2026Software Development Security

Question

Which of the following would MINIMIZE the ability of an attacker to exploit a buffer overflow?

Options

  • AMemory review
  • BCode review
  • CMessage division
  • DBuffer division

How the community answered

(21 responses)
  • A
    5% (1)
  • B
    81% (17)
  • C
    5% (1)
  • D
    10% (2)

Explanation

A code review involves thoroughly examining the software's source code to identify vulnerabilities, including potential buffer overflow issues. During a code review, developers can look for unsafe coding practices, such as improper bounds checking or unvalidated user inputs, that could lead to buffer overflows. By identifying these issues during the development phase, it is possible to fix them before the code is deployed, thereby minimizing the risk of exploitation.

Topics

#Buffer overflow#Code review#Software vulnerabilities#Secure coding

Community Discussion

No community discussion yet for this question.

Full CISSP Practice