We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba3259 commit 58d935cCopy full SHA for 58d935c
unsanitary/README.md
@@ -0,0 +1,11 @@
1
+## unsanitary - ASAN/Setuid Root Local Root Exploit
2
+
3
+Exploits unsanitized env var passing in ASAN which leads to file clobbering as root when executing setuid root binaries compiled with ASAN.
4
5
+Uses an overwrite of /etc/ld.so.preload to get root on a vulnerable system. Supply your own target binary to use for exploitation.
6
7
+Implements the bug found here: http://seclists.org/oss-sec/2016/q1/363
8
9
+## Video of Exploitation
10
11
+[](http://www.youtube.com/watch?v=jhSIm3auQMk "unsanitary")
0 commit comments