Back to Linux Kernel Exploits

CVE-2017-1000367

2017/CVE-2017-1000367/README.md

latest912 B
Original Source

CVE-2017-1000367

CVE-2017-1000367

The exp is from @c0d3z3r0

Vulnerability reference:

sudo

Sudo 1.8.6p7 - 1.8.20

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"

Usage

- Compile: gcc -o sudopwn sudopwn.c -lutil

References