CVE-2008-5081
avahi < 0.6.24 - Denial of Service via mDNS Packet with Source Port 0
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2008-5081.
PoCs published by Jon Oberheide, including Metasploit module auxiliary/dos/mdns/avahi_portzero.
AI-analyzed exploit summary This exploit sends a crafted mDNS packet with a source port of 0 to trigger a failed assertion in Avahi's originates_from_local_legacy_unicast_socket() function, causing a denial of service (DoS). The PoC constructs a raw IP/UDP packet and sends it to the target.
Description
The originates_from_local_legacy_unicast_socket function (avahi-core/server.c) in avahi-daemon in Avahi before 0.6.24 allows remote attackers to cause a denial of service (crash) via a crafted mDNS packet with a source port of 0, which triggers an assertion failure.
Exploits (2)
This exploit sends a crafted mDNS packet with a source port of 0 to trigger a failed assertion in Avahi's originates_from_local_legacy_unicast_socket() function, causing a denial of service (DoS). The PoC constructs a raw IP/UDP packet and sends it to the target.
This Metasploit module exploits a denial-of-service vulnerability in Avahi-daemon versions prior to 0.6.24 by sending a malformed mDNS packet with a source port of 0, causing the service to crash.