
cve2014-3153 exploit for ubuntu x86
##Towelroot for Ubuntu x86
该exp已在Ubuntu 14.04 x86和Ubuntu 12.04.2 x86上成功测试。
学习CVE-2014-3153和towelroot。
直到版本3.14的内核使用rbtree来存储rt_waiter(而不是plist_node),更复杂!
IA与ARM有不同的thread_info!!

源代码来自geekben/towelroot和timwr/CVE-2014-3153
###Compile and run
$ gcc -fno-stack-protector -m32 -O0 -pthread mytowel.c -o mytowel
or simply
$ gcc -pthread mytowel.c -o mytowel
$ ./mytowel