Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2014-3153 — cve2014-3153 exploit for ubuntu x86 | Kitploit
Tools/GitHubGitHub/lieanu/cve-2014-3153
Privilege EscalationExploitationLearning & EducationBinary Exploitation
GitHublieanu/cve-2014-3153

CVE-2014-3153

cve2014-3153 exploit for ubuntu x86

View Repository
18511 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

##Towelroot for Ubuntu x86

This exp has been tested on ubuntu 14.04 x86 and ubuntu 12.04.2 x86 successfully.

Learning CVE2014-3153 and towelroot.

Kernel through version 3.14, use rbtree to store rt_waiter(not plist_node), more complex!

IA have diffrent thread_info with ARM!!

Source from geekben/towelroot and timwr/CVE-2014-3153

###Compile and run

root@kitploit:~
$ gcc -fno-stack-protector -m32 -O0 -pthread mytowel.c -o mytowel
or simply
$ gcc -pthread mytowel.c -o mytowel
$ ./mytowel
Download Tool