Exploitation Summary
EIP tracks 2 public exploits for CVE-2001-0951. PoCs published by Nelson Brito.
AI-analyzed exploit summary This is a proof-of-concept exploit for CVE-2001-0951, targeting a denial-of-service vulnerability in Windows 2000's IKE/ISAKMP service (UDP port 500). It sends a continuous stream of arbitrary packets to cause CPU utilization to spike to 100%.
Description
Windows 2000 allows remote attackers to cause a denial of service (CPU consumption) by flooding Internet Key Exchange (IKE) UDP port 500 with packets that contain a large number of dot characters.
Exploits (2)
This is a proof-of-concept exploit for CVE-2001-0951, targeting a denial-of-service vulnerability in Windows 2000's IKE/ISAKMP service (UDP port 500). It sends a continuous stream of arbitrary packets to cause CPU utilization to spike to 100%.
This Perl script exploits a denial-of-service (DoS) vulnerability in Windows 2000's IKE implementation by flooding UDP port 500 with arbitrary packets, causing CPU utilization to spike to 100%. It uses the Net::RawIP module to craft and send spoofed UDP packets.