Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/c0d3z3r0/sudo-CVE-2017-1000367


https://github.com/c0d3z3r0/sudo-CVE-2017-1000367

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

# sudo-CVE-2017-1000367

http://www.openwall.com/lists/oss-security/2017/05/30/16

- Compile: gcc -o sudopwn sudopwn.c -lutil
- Disclaimer: I had no clue what I was doing ;-)

## Requirements

- System must be selinux-enabled
- sudo needs to be built with selinux support (sudo -r)
- User needs to have sudo permissions e.g. "toor ALL=(ALL) NOPASSWD: /usr/bin/sum"

![](Screenshot_2017-06-05_21-40-38.png)