nerdexam
Cisco

200-201 · Question #267

What describes a buffer overflow attack?

The correct answer is C. overloading a predefined amount of memory. A buffer overflow attack occurs when a program or process tries to store more data in a buffer (a temporary storage area) than it can hold. This excess data can overflow into adjacent memory locations, potentially overwriting other data, code, or system structures. By…

Submitted by tarun92· Mar 6, 2026Security Concepts

Question

What describes a buffer overflow attack?

Options

  • Ainjecting new commands into existing buffers
  • Bfetching data from memory buffer registers
  • Coverloading a predefined amount of memory
  • Dsuppressing the buffers in a process

How the community answered

(19 responses)
  • A
    5% (1)
  • B
    5% (1)
  • C
    89% (17)

Explanation

A buffer overflow attack occurs when a program or process tries to store more data in a buffer (a temporary storage area) than it can hold. This excess data can overflow into adjacent memory locations, potentially overwriting other data, code, or system structures. By overwhelming the buffer with more data than it can handle, attackers aim to exploit this vulnerability to execute malicious code, crash the program, or gain unauthorized access to the system.

Topics

#Buffer Overflow#Memory Exploitation#Vulnerability

Community Discussion

No community discussion yet for this question.

Full 200-201 Practice