CVE-1999-0214

HIGH10.0/ 10.0
Share:
Published: July 21, 1992 at 04:00 AM
Modified: April 3, 2025 at 01:03 AM
Source: cve@mitre.org

Vulnerability Description

Denial of service by sending forged ICMP unreachable packets.

CVSS Metrics

Base Score
10.0
Severity
HIGH
Vector String
AV:N/AC:L/Au:N/C:C/I:C/A:C

Weaknesses (CWE)

NVD-CWE-Other
Source: nvd@nist.gov

AI Security Analysis

01 // Technical Summary

CVE-1999-0214 describes a Denial of Service (DoS) vulnerability that allows attackers to disrupt network connectivity by crafting and injecting malicious ICMP Unreachable packets. This exploit targets the network stack's handling of ICMP error messages, potentially leading to significant service outages and impacting critical infrastructure.

02 // Vulnerability Mechanism

Step 1: Target Identification: The attacker identifies the target IP address and potentially open ports on the target system.

Step 2: Packet Crafting: The attacker crafts malicious ICMP Unreachable packets. These packets typically spoof the source IP address of a legitimate host that the target is communicating with.

Step 3: Packet Injection: The attacker injects the crafted ICMP Unreachable packets into the network, targeting the victim.

Step 4: Target Processing: The target system receives the forged ICMP Unreachable packets. The network stack processes these packets, potentially leading to the premature termination of connections or the updating of routing tables.

Step 5: Denial of Service: The target system's network connectivity is disrupted, leading to a DoS condition. Legitimate traffic may be dropped or rerouted incorrectly.

03 // Deep Technical Analysis

The vulnerability stems from the network stack's insufficient validation of incoming ICMP error messages, specifically those indicating a host or network is unreachable. By crafting and injecting forged ICMP Unreachable packets, an attacker can trick a target system into prematurely closing connections or rerouting traffic, effectively causing a DoS. The root cause lies in the lack of proper source verification and rate limiting of ICMP packets, allowing an attacker to flood the target with malicious messages and exhaust its resources.

CVE-1999-0214 - HIGH Severity (10) | Free CVE Database | 4nuxd