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-dirty-pipe-checker — Bash script to detect Linux kernel vulnerability CVE-2022-0847 (Dirty Pipe) for privilege escalation by checking kernel version against patched releases. | Kitploit
Tools/GitHubGitHub/muhammad1596/cve-2022-0847-dirty-pipe-checker
Privilege EscalationVulnerability AnalysisExploitationLearning & EducationBinary Exploitation
GitHubmuhammad1596/cve-2022-0847-dirty-pipe-checker

CVE-2022-0847-dirty-pipe-checker

Bash script to detect Linux kernel vulnerability CVE-2022-0847 (Dirty Pipe) for privilege escalation by checking kernel version against patched releases.

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
1232 years agoNot yet reviewed

CVE-2022-0847-dirty-pipe-checker

Bash script to check for CVE-2022-0847 Dirty Pipe

Abstract

This is the story of CVE-2022-0847, a vulnerability in the Linux kernel since 5.8 which allows overwriting data in arbitrary read-only files. This leads to privilege escalation because unprivileged processes can inject code into root processes.

It is similar to CVE-2016-5195 “Dirty Cow” but is easier to exploit.

The vulnerability was fixed in Linux 5.16.11, 5.15.25 and 5.10.102.

How to use it

First

root@kitploit:~
git clone https://github.com/muhammad1596/CVE-2022-0847-dirty-pipe-checker.git

Second

root@kitploit:~
cd CVE-2022-0847-dirty-pipe-checker

Third

root@kitploit:~
chmod +x dpipe.sh

Finally

Check current kernel version

root@kitploit:~
./dpipe.sh

Check specific kernel version

root@kitploit:~
./dpipe.sh 5.10.11
Download Tool