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
sudo-CVE-2017-1000367 — Exploit for CVE-2017-1000367: local privilege escalation via sudo's SELinux role bypass on selinux-enabled systems. Requires sudo permissions and selinux support. | Kitploit
Tools/GitHubGitHub/c0d3z3r0/sudo-cve-2017-1000367
Privilege EscalationVulnerability AnalysisExploitationPenetration TestingBinary Exploitation
GitHubc0d3z3r0/sudo-cve-2017-1000367

sudo-CVE-2017-1000367

Exploit for CVE-2017-1000367: local privilege escalation via sudo's SELinux role bypass on selinux-enabled systems. Requires sudo permissions and selinux support.

View Repository
1143749 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

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"

Download Tool