Skip to content

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

Notifications You must be signed in to change notification settings

realtalk/cve-2013-2094

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

CVE-2013-2094 code for

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages