Exam 10: Buffer Overflow

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

There are several generic restrictions on the content of shellcode.

Free
(True/False)
4.8/5
(36)
Correct Answer:
Verified

True

The __________ used a buffer overflow exploit in "fingerd" as one of its attackmechanisms.

Free
(Multiple Choice)
4.9/5
(40)
Correct Answer:
Verified

C

An attacker is more interested in transferring control to a location andcode of the attacker's choosing rather than immediately crashing theprogram.

Free
(True/False)
4.8/5
(32)
Correct Answer:
Verified

True

In the classic __________ overflow, the attacker overwrites a buffer located in the local variable area of a stack frame and then overwrites the saved frame pointer and return address.

(Short Answer)
4.8/5
(30)

Even though it is a high-level programming language, Java still suffersfrom buffer overflows because it permits more data to be saved into a buffer than it has space for.

(True/False)
4.9/5
(34)

__________ defenses aim to detect and abort attacks in existing programs.

(Short Answer)
4.8/5
(27)

Buffer overflows can be found in a wide variety of programs,processing a range of different input, and with a variety of possibleresponses.

(True/False)
4.9/5
(32)

Shellcode is not specific to a particular processor architecture.

(True/False)
4.9/5
(32)

_________ is a tool used to automatically identify potentially vulnerable programs.

(Multiple Choice)
4.9/5
(31)

A buffer overflow error is not likely to lead to eventual programtermination.

(True/False)
4.7/5
(33)

A __________ can occur as a result of a programming error when a process attempts to store data beyond the limits of a fixed-size buffer and consequently overwrites adjacent memory locations.

(Essay)
5.0/5
(35)

A stack overflow can result in some form of a denial-of-service attackon a system.

(True/False)
4.8/5
(30)

The buffer is located __________ .

(Multiple Choice)
4.8/5
(28)

"Smashing the Stack for Fun and Profit" was a step by step introduction to exploiting stack-based buffer overflow vulnerabilities that was published in Phrack magazine by _________ .

(Short Answer)
4.9/5
(28)

A buffer overflow in MicroSoft Windows 2000/XP Local Security Authority Subsystem Service was exploited by the _________ .

(Multiple Choice)
4.9/5
(32)

__________ aim to prevent or detect buffer overflows by instrumenting programs when they are compiled.

(Multiple Choice)
4.8/5
(41)

Gaps, or __________ , are flagged in the MMU as illegal addresses, and any attempt to access them results in the process being aborted.

(Short Answer)
4.7/5
(37)

__________ can prevent buffer overflow attacks, typically of global data, whichattempt to overwrite adjacent regions in the processes address space, such as the global offset table.

(Multiple Choice)
4.9/5
(29)

_________ is a form of overflow attack.

(Multiple Choice)
4.7/5
(42)

The buffer overflow type of attack has been known since it was first widely used by the __________ Worm in 1988.

(Multiple Choice)
4.8/5
(36)
Showing 1 - 20 of 45
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)