nerdexam
GIAC

GCIH · Question #266

Which of the following DoS attacks affects mostly Windows computers by sending corrupt UDP packets?

The correct answer is C. Bonk. The Bonk attack is a legacy DoS exploit that crashes Windows systems by sending malformed, fragmented UDP packets that the OS cannot reassemble correctly.

Vulnerability Exploitation & Privilege Escalation

Question

Which of the following DoS attacks affects mostly Windows computers by sending corrupt UDP packets?

Options

  • AFraggle
  • BPing flood
  • CBonk
  • DSmurf

How the community answered

(52 responses)
  • A
    8% (4)
  • B
    2% (1)
  • C
    87% (45)
  • D
    4% (2)

Why each option

The Bonk attack is a legacy DoS exploit that crashes Windows systems by sending malformed, fragmented UDP packets that the OS cannot reassemble correctly.

AFraggle

Fraggle is a UDP-based amplification attack that reflects traffic off network broadcast addresses, not one that sends corrupt packets specifically targeting Windows.

BPing flood

Ping flood uses ICMP echo request packets to overwhelm a target, not UDP packets, and is not specific to Windows.

CBonkCorrect

Bonk targets a vulnerability in how Windows TCP/IP stacks handle fragmented UDP packets - it sends corrupt or overlapping UDP fragments that cause the Windows networking subsystem to crash or become unresponsive, making it a Windows-specific DoS tool.

DSmurf

Smurf is an ICMP-based amplification attack that spoofs the victim's IP and broadcasts ping requests, not a corrupt UDP packet attack targeting Windows.

Concept tested: Windows-specific UDP fragmentation DoS attack (Bonk)

Source: https://nvd.nist.gov/vuln/detail/CVE-1999-0258

Topics

#Bonk attack#DoS#UDP fragmentation#Windows vulnerabilities

Community Discussion

No community discussion yet for this question.

Full GCIH Practice