Новости — Безопасность cdrtools - local root access 0 0 cdrtools-2.x contains a binary that can provide local root access for a non root user. >>> Подробности Ссылка
btw na freebsd exploit ne rabotaet :) testil mesyac nazad gde to anonymous (05.08.03 12:11:53 MSD) Ссылка
a настоящие хацкеры делают так: -- xyz.c -- int getuid(void) { return (0); } int geteuid(void) { return (0); } int getgid(void) { return (0); } int getegid(void) { return (0); } $ gcc -O -fPIC -shared -o xyz.so xyz.c $ export LD_PRELOAD="`pwd`/xyz.so" $ sh -c whoami root $ sh # ;) anonymous (06.08.03 15:11:05 MSD) Ссылка