6.2
CVSSv2

CVE-2007-0467

Published: 31/01/2007 Updated: 29/07/2017
CVSS v2 Base Score: 6.2 | Impact Score: 10 | Exploitability Score: 1.9
VMScore: 625
Vector: AV:L/AC:H/Au:N/C:C/I:C/A:C

Vulnerability Summary

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/.

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 # # 1) Stop crashdump from writing to ~/Library/Logs via chmod 000 ~/Library/Logs/CrashReporter # 2) Make symlink to /Library/Logs/CrashReporter/knownprogcrashl ...