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-2013-2094 — original cve-2013-2094 exploit and a rewritten version for educational purposes | Kitploit
Tools/GitHubGitHub/realtalk/cve-2013-2094
Privilege EscalationVulnerability AnalysisExploitationLearning & EducationBinary Exploitation
GitHubrealtalk/cve-2013-2094

cve-2013-2094

original cve-2013-2094 exploit and a rewritten version for educational purposes

View Repository
914313 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

= CVE-2013-2094 code for http://timetobleed.com/a-closer-look-at-a-recent-privilege-escalation-bug-in-linux-cve-2013-2094/

== How to build

You need to build the C file of your choice like this:

gcc -O2 file-name.c

-O2 is required due to how the exploit actually works (see the blog post for more information).

== Why

I thought the original exploit was cool and really interesting, but hard to understand especially for beginners so I decided to rewrite it a bit, add lots of comments, and write a blog post about it.

Download Tool