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
kernel-exploit-dirtycow-project-subm — Dirty COW Privilege Escalation (CVE-2016-5195) | Kitploit
Tools/GitHubGitHub/elhaddadalaa788-alt/kernel-exploit-dirtycow-project-subm
Privilege EscalationExploitationPenetration TestingLearning & EducationBinary ExploitationLabs & Practice
GitHubelhaddadalaa788-alt/kernel-exploit-dirtycow-project-subm

kernel-exploit-dirtycow-project-subm

Dirty COW Privilege Escalation (CVE-2016-5195)

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
27 months agoNot yet reviewed

kernel-exploit-dirtycow-project-subm

Dirty COW Privilege Escalation (CVE-2016-5195) This project demonstrates a privilege escalation scenario in a controlled lab environment using the Dirty COW vulnerability on an Ubuntu 16.04 kernel affected by CVE-2016-5195.

Environment

  • Attacker VM: Kali Linux
  • Victim VM: Ubuntu 16.04 (vulnerable kernel)
  • Goal: escalate privileges from a limited user to root and capture the flag from /root/flag.txt

High-level steps (no exploit code included)

  1. Verified the victim kernel version was vulnerable.
  2. Prepared compilation environment (Ubuntu 16.04 container) to match victim libraries.
  3. Built the exploit binary inside the container.
  4. Transferred the compiled binary from attacker to victim.
  5. Ran the binary on the victim and obtained root access.
  6. Read the flag from /root/flag.txt to confirm success.

Proof

Exploit result output

Exploit Output

Flag capture

Flag Proof

Download Tool