5
CVSSv2

CVE-2007-0613

Published: 31/01/2007 Updated: 05/09/2008
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
VMScore: 505
Vector: AV:N/AC:L/Au:N/C:N/I:N/A:P

Vulnerability Summary

The Bonjour functionality in mDNSResponder, iChat 3.1.6, and InstantMessage framework 428 in Apple Mac OS X 10.4.8 does not check for duplicate entries when adding newly discovered available contacts, which allows remote malicious users to cause a denial of service (disrupted communication) via a flood of duplicate _presence._tcp mDNS queries.

Vulnerable Product Search on Vulmon Subscribe to Product

apple ichat 3.1.6

apple instant message framework 428

apple mdnsresponder

Exploits

#!/usr/bin/ruby # (c) 2006 Lance M Havok <lmh [at] info-pullcom> # All Rights Reserved # basic proof of concept for MOAB-29-01-2007 # require 'digest/sha1' require 'rubygems' require 'net/dns/mdns-sd' bugselected = (ARGV[0] || "0")to_i TMP_ARR = [] DNSSD = Net::DNS::MDNSSD trap("INT") { puts "++ Exiting" begin TMP_ ...