Ping of Death
Jump to:
Summary
The Ping of Death is a type of application-layer attack that exploits vulnerabilities in the handling of oversized ICMP packets, causing system crashes or reboots. By sending malformed or oversized ping packets, attackers can disrupt the normal operation of target devices, leading to denial of service.
Key Characteristics
- Involves sending oversized or fragmented ICMP echo request packets that exceed the maximum IP packet size.
- Targets vulnerabilities in operating systems and network devices that improperly handle large ping packets.
- Can cause system crashes, freezes, or reboots, resulting in denial of service.
- Primarily affects older or unpatched systems.
- Does not require complex payloads, relying on protocol-level weaknesses.
Defensive Controls
- Apply regular patches and updates to operating systems and network devices to fix known vulnerabilities.
- Implement packet filtering and size restrictions on firewalls and intrusion prevention systems to block oversized ICMP packets.
- Disable or limit ICMP traffic where not necessary to reduce attack surface.
- Monitor network traffic for abnormal ICMP packet sizes or patterns indicative of an attack.
Related Security Solutions
Firewalls, Intrusion Detection Systems (IDS), Intrusion Prevention Systems (IPS), Network Access Control (NAC), and endpoint security solutions help detect and mitigate Ping of Death attacks by filtering malicious ICMP traffic and enforcing security policies.
More in Network Attacks