Поиск  Пользователи  Правила 
Закрыть
Логин:
Пароль:
Забыли свой пароль?
Войти
 
Страницы: Пред. 1 2 3
RSS
Первая Русская ОС (Дистрибутив) для Хакеров!
 
М-да... Ну вы тут и понаписывали.
2buggzy. К сожалению, у меня нет Промпта и вообще какого-либо переводчика на Ред Хате (в силу технических проблем) - так что приходится самому переводить (иногда использую онлайновый переводчик с рамблера). Возможно, именно это сообщение я и кривовато перевёл - не буду спорить. :) Могу предоставить исходный текст. Пожалуйста, грех не помочь человеку, который пробует в этом сам разобраться.
---
Hello

There are many discussions (on slashdot for example) on the recent linux  
ptrace (& kmod) bug. I'll try to clarify what is this all about.

It's a local root vulnerability. It's exploitable only if:
1. the kernel is built with modules and kernel module loader enabled
and
2. /proc/sys/kernel/modprobe contains the path to some valid executable
and
3. ptrace() calls are not blocked

These conditions are met on most standard linux distros.

Ok now how it works:
When a process requests a feature which is in a module, the kernel spawns
a child process, sets its euid and egid to 0 and calls execve("/sbin/modprobe")
The problem is that before the euid change the child process can be  
attached to with ptrace(). Game over, the user can insert any code into a  
process which will be run with the superuser privileges.

Solutions/workarounds:
- patch the kernel
or
- disable kmod/modules
or
- install a ptrace-blocking module
or
- set /proc/sys/kernel/modprobe to /any/bogus/file

A word about 2.5. kernels - these are not vulnerable because the kernel  
thread spawning code has been rewritten so that the modprobe process is  
spawned from keventd, it never runs with non-root uid, so it can't be  
ptraced by any non-root user.

Sample exploit here (ix86-only):
http://august.v-lo.krakow.pl/~anszom/km3.c
 
http://trinux.atanor.ru/mat/38 - тут ответы на многие вопросы.

Сорри что перешел на личности, ну вот не сдержался...
 
21 марта, 2003, 16:18 - stalsen
Требую публичные извинения мне и другим упомянутым любдям.
 
Вилтс, как можно быть настолько глупым? =(
 
23 марта, 2003, 2:11 - шавка Соколов
Не тявкай, шавка.
Страницы: Пред. 1 2 3
Читают тему