From: Jan Zuchhold (jan_at_Zuchhold.com)
Date: Mon 24 Mar 2003 - 11:51:29 GMT
> >From what I hear, a
>
> echo "/bin/false" > /proc/sys/kernel/modprobe
>
> should also fix the bug. Can anyone confirm?
Nope, that fix does not work:
--------
jan_at_poseidon:~$ cat /proc/sys/kernel/modprobe
/bin/false
jan_at_poseidon:~$ ./ptrace
one clone created
trying to catch 1377
[...]
trying to catch 1485
eip = 4000da2d
we set all up
sh: no job control in this shell
sh-2.05a# whoami
root
--------
(tested on an unpatched 2.4.19ctx-13 box)
Jan