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
cowroot — Universal Android root tool based on CVE-2016-5195. Watch this space. | Kitploit
Tools/GitHubGitHub/davidbuchanan314/cowroot
Android SecurityPrivilege EscalationVulnerability AnalysisExploitationMobile SecurityBinary ExploitationArchived
GitHubdavidbuchanan314/cowroot

cowroot

Universal Android root tool based on CVE-2016-5195. Watch this space.

View Repository
321849 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

cowroot

Universal Android root tool based on CVE-2016-5195. Watch this space.

Current Status:

  • Only works on 32-bit devices
  • Only able to get root on Cyanogenmod devices, when both getuid() and geteuid() are patched (i.e. bypasses su checks).

I've ported https://gist.github.com/scumjr/17d91f20f73157c722ba2aea702985d2 to Android arm32.

As a proof-of-concept, it patches getuid() and geteuid() in libc to always return 0. Unless there is a su binary like on Cyanogenmod devices, this doesn't do anything useful. vDSO is not patched because many Android kernels do not have it enabled.

In order to get "real" root, I'm going to have to use a different patching strategy.

If I patch a function that is used by an already-privileged process, I should be able to get full control.

Download Tool