CVE-2000-0394
NetProwler 3.0 - Denial of Service via Malformed IP Packets
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2000-0394. PoCs published by Pedro Quintanilha, rain forest puppy.
AI-analyzed exploit summary This exploit targets Axent NetProwler 3.0 IDS by sending malformed packets where the sum of IP and TCP header lengths exceeds the total IP packet length, causing a crash. It constructs two packets with specific header values to trigger the vulnerability.
Description
NetProwler 3.0 allows remote attackers to cause a denial of service by sending malformed IP packets that trigger NetProwler's Man-in-the-Middle signature.
Exploits (2)
This exploit targets Axent NetProwler 3.0 IDS by sending malformed packets where the sum of IP and TCP header lengths exceeds the total IP packet length, causing a crash. It constructs two packets with specific header values to trigger the vulnerability.
This exploit sends malformed TCP packets to trigger a crash in Axent NetProwler 3.0 IDS by violating the condition (IP_HEADER_LENGTH + TCP_HEADER_LENGTH) > IP_TOTAL_LENGTH. It uses libnet to craft and send two specific packets designed to exploit the vulnerability.