Lucene search
+L

2471 matches found

Kitploit
Kitploit
•added 2026/09/22 12:26 p.m.•14 views

FortiLPE

Description Local privilege escalation PoC exploit for CVE-2025-62676 / EUVD-2025-206993 that targets FortiClient VPN running on Windows. Executes a payload in the context of SYSTEM from a normal user context via an arbitrary XML file write. The PoC has been tested against FortiClient version 7.4...

7.1CVSS7.1AI score0.00223EPSS
SaveExploits0References2
Kitploit
Kitploit
•added 2026/09/22 12:22 p.m.•10 views

Dirty-Pipe-CVE-2022-0847-POCs

Dirty-Pipe-CVE-2022-0847-POCs Author: Max Kellermann [email protected] Contributor: Bl4sty https://twitter.com/bl4sty A new Linux vulnerability known as 'Dirty Pipe' allows local users to gain root privileges through publicly available exploits. Today, security researcher Max Kellermann...

7.8CVSS7.3AI score0.92795EPSS
SaveExploits102
Kitploit
Kitploit
•added 2026/09/22 11:57 a.m.•7 views

cve-2021-1675-printnightmare

================================================================================= Simple policy to detect CVE-2021-1675 Following functionality are provided by the script :: This zeek package Utilizes pcap and work of : https://github.com/LaresLLC/CVE-2021-1675.git root@kitploit: builds upon the...

9.3CVSS8.1AI score0.85305EPSS
SaveExploits63References1
Kitploit
Kitploit
•added 2026/09/22 11:32 a.m.•11 views

CVE-2026-10795

CVE-2026-10795 Donate...

8.1CVSS6.1AI score0.03635EPSS
SaveExploits3
Kitploit
Kitploit
•added 2026/09/22 9:11 a.m.•13 views

DirtyPipe

Dirty Pipe Exploit: CVE-2022-0847 The Dirty Pipe vulnerability, also known as CVE-2022-0847, is a significant flaw within the Linux kernel. This repository provides an adapted version of the widely used exploit code to make it more user-friendly and modular. A very good explanation of this...

7.8CVSS7.3AI score0.92795EPSS
SaveExploits102
Kitploit
Kitploit
•added 2026/09/22 8:32 a.m.•12 views

CVE-2012-2982

CVE-2012-2982 Description file/show.cgi in Webmin 1.590 and earlier allows remote authenticated users to execute arbitrary commands via an invalid character in a pathname, as demonstrated by a | pipe character. Installation 1. git clone https://github.com/CpyRe/CVE-2012-2982.git 2. pip3 install -...

6.5CVSS6.5AI score0.62181EPSS
SaveExploits10
Kitploit
Kitploit
•added 2026/09/22 6:51 a.m.•12 views

cve-2022-0847dirtypipe-exploit

cve-2022-0847dirtypipe-exploit...

7.8CVSS7AI score0.92795EPSS
SaveExploits102
Kitploit
Kitploit
•added 2026/09/22 3:49 a.m.•8 views

CVE-2022-0847-DirtyPipe-Exploits

This repository does not have a README...

7.8CVSS7AI score0.92795EPSS
SaveExploits102
Kitploit
Kitploit
•added 2026/09/22 3:44 a.m.•8 views

CVE-2024-40586-Windows-Coerced-Authentication-in-FortiClient

CVE-2024-40586 Windows Coerced Authentication in FortiClient On Windows system, it was found that FortiClient App version 7.0.8.0427 allow a remote unprivileged user to coerce Windows hosts authenticate to other machines via a named pipe responsible for FortiSSLVPNdaemon service. It was observed...

6.7CVSS7.1AI score0.00248EPSS
SaveExploits1
Kitploit
Kitploit
•added 2026/09/22 1:58 a.m.•13 views

PrintSpoofer-ReflectiveDLL

PrintSpoofer Details PrintSpoofer is a tool that performs local privilege escalation by exploiting a vulnerability in the Windows Print Spooler service CVE-2019-1040 / CVE-2019-1019. This project implements the PrintSpoofer exploit in Reflective DLL format, making it suitable for use with...

6.2AI score
SaveExploits0References1
Kitploit
Kitploit
•added 2026/09/22 1:32 a.m.•11 views

CVE-2022-0847

CVE-2022-0847 Dirección original https://dirtypipe.cm4all.com/ Uso gcc exploit.cpp -o exploit ./exploit abre una shell de root Descripción de la vulnerabilidad Esto es CVE-2022-0847, una vulnerabilidad en el kernel de Linux desde la versión 5.8 que permite sobrescribir datos en archivos de solo...

7.8CVSS7.2AI score0.92795EPSS
SaveExploits102
Tenable Nessus
Tenable Nessus
•added 2026/09/22 12:00 a.m.•6 views

Unity Linux 20.1070e Security Update: ghostscript (UTSA-2023-004048)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2023-004048 advisory. Artifex Ghostscript through 10.01.2 mishandles permission validation for pipe devices with the %pipe% prefix or the | pipe character prefix. Tenable has extracted th...

7.8CVSS7.4AI score0.04243EPSS
SaveExploits4References4
Kitploit
Kitploit
•added 2026/09/21 11:51 p.m.•8 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.8CVSS7.1AI score0.92795EPSS
SaveExploits102References1
Kitploit
Kitploit
•added 2026/09/21 9:30 p.m.•16 views

DirtyPipe-BSI

Dirty...What? This is Max Kellermann's proof of concept for Dirty Pipe, but modified to overwrite the root password field in /etc/passwd and restore it after obtaining a root shell. Note: I claim no credit for finding this vulnerability or writing the proof of concept. This exploit is simply a...

6.1AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/21 8:07 p.m.•10 views

CVE-2022-0847

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

7.8CVSS7.2AI score0.92795EPSS
SaveExploits102
Kitploit
Kitploit
•added 2026/09/21 5:54 p.m.•10 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.8CVSS7.4AI score0.92795EPSS
SaveExploits102
Kitploit
Kitploit
•added 2026/09/21 5:39 p.m.•9 views

CVE-2022-0847-dirty-pipe-checker

This repository does not have a README...

7.8CVSS7AI score0.92795EPSS
SaveExploits102
Kitploit
Kitploit
•added 2026/09/21 4:54 p.m.•8 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.8CVSS7.4AI score0.92795EPSS
SaveExploits102
Kitploit
Kitploit
•added 2026/09/21 3:32 p.m.•6 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.8CVSS7.3AI score0.92795EPSS
SaveExploits102
Kitploit
Kitploit
•added 2026/09/21 2:28 p.m.•10 views

CVE-2022-0847-Container-Escape

CVE-2022-0847-Container-Escape CVE-2022-0847 used to achieve container escape 利用CVE-2022-0847 Dirty Pipe 实现容器逃逸 使用go语言实现...

7.8CVSS7.2AI score0.92795EPSS
SaveExploits102
Rows per page
Query Builder