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
CVE-2022-0847 — exploit of CVE-2022-0847 which directly remove password of the root account | Kitploit
Tools/GitHubGitHub/shadow-spinner/cve-2022-0847
Privilege EscalationPassword AttacksVulnerability AnalysisExploitationBinary Exploitation
GitHubshadow-spinner/cve-2022-0847

CVE-2022-0847

exploit of CVE-2022-0847 which directly remove password of the root account

View Repository
111 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2022-0847

exploit of CVE-2022-0847 which directly remove password of the root account

Usage:

  1. gcc cve-2022-0847.c -o exploit
  2. ./exploit

Requrements:

gcc

Work summery:

The traditional classic exploit POC of Max Kellermann used to add a user with root privilage but in this POC exploit, It gives removes password for root account by modifng /etc/passwd file [root❌0:0:root:/root:/bin/bash].

Code related details:

I have written a blog on this , please go through. https://medium.com/@hritombhattacharya029/dirtypipe-which-gives-you-a-special-geass-power-50e06be0875b

Download Tool