Lucene search
+L

255787 matches found

Kitploit
Kitploit
added 2026/09/01 7:39 a.m.3 views

CVE-2022-0847-Exploit-Implementation

CVE-2022-0847-Exploit-Implementation This is a POC showing how to pop a reverse bash shell for arbitrary code execution on a foreign machine using CVE-2022-0847, "Dirty Pipe Exploit". This vulnerability only affects Linux kernel versions 5.8 or newer but was patched in versions 5.16.11, 5.15.25,...

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

CVE-2022-0492

CVE-2022-0492 Container Escape Analysis toc Vulnerability Overview Vulnerability ID: CVE-2022-0492 Vulnerable Product: linux kernel - cgroup Affected Versions: linux kernel 5.17-rc3 Vulnerability Impact: When a container does not have additional security measures enabled, an attacker with root...

7.8CVSS7AI score0.05528EPSS
SaveExploits12References1
Kitploit
Kitploit
added 2026/09/01 7:11 a.m.2 views

cve-2018-14634

cve-2018-14634 This is a exploit published for researchers discovered by cloud-based security and compliance solution provider Qualys Affect kernel versions 2.6.x, 3.10.x and 4.14.x To successfully exploit this vulnerability, attackers need to have access to the targeted system and run their...

7.8CVSS7.6AI score0.14689EPSS
SaveExploits6
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 7:01 a.m.9 views

CVE-2023-0179-PoC

Needle CVE-2023-0179 exploit This repository contains the exploit for my recently discovered vulnerability in the nftables subsystem that was assigned CVE-2023-0179, affecting all Linux versions from 5.5 to 6.2-rc3, although the exploit was tested on 6.1.6. The vulnerability details and writeup c...

7.8CVSS6.9AI score0.01944EPSS
SaveExploits5References1
Kitploit
Kitploit
added 2026/09/01 7:00 a.m.7 views

chronomaly

Chronomaly Chronomaly is a kernel exploit for the Android / Linux kernel using CVE-2025-38352. The exploit was written specifically for Linux kernel v5.10.157, but should work against all vulnerable v5.10.x kernels, as it does not require any specific kernel text offsets to work. I covered the...

7.8CVSS6.9AI score0.01278EPSS
SaveExploits8
Kitploit
Kitploit
added 2026/09/01 6:54 a.m.2 views

pciem

PCIem A Linux kernel framework enabling synthetic userspace PCIe device emulation. | Documentation What is PCIem? PCIem is a framework that creates virtual PCIe devices in the Linux kernel by leveraging a few novel techniques to populate synthetic cards as legitimate PCI devices to the host OS. T...

5.8AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/01 6:53 a.m.3 views

iptable_evil

iptableevil iptableevil is a very specific backdoor for iptables that allows all packets with the evil bit set, no matter the firewall rules. The initial implementation is in iptableevil.c, which adds a table to iptables and requires modifying a kernel header to insert a spot for it. The second...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/01 6:50 a.m.4 views

Dirty-Pipe-Oneshot

Dirty-Pipe-Oneshot Compiled version of CVE-2022-0847 aka Dirty Pipe. Just one shot to root them all :D just comple the cve-2022-0847.c file root@kitploit: gcc cve-2022-0847.c -o getroot then execute it on the victim & get root :D root@kitploit: ./getroot /etc/passwd 1 ootz: Happy Rooting 🎭...

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

linux-4.19.72_CVE-2022-36946

Linux kernel There are several guides for kernel developers and users. These guides can be rendered in a number of formats, like HTML and PDF. Please read Documentation/admin-guide/README.rst first. In order to build the documentation, use make htmldocs or make pdfdocs. The formatted documentatio...

7.5CVSS6.6AI score0.07156EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/01 6:41 a.m.5 views

CVE-2017-11176

CVE-2017-11176 Proof of concept for CVE-2017-11176 for code execution. Vulnerability The mqnotify function in the Linux kernel through 4.11.9 does not set the sock pointer to NULL upon entry into the retry logic. During a user-space close of a Netlink socket, it allows attackers to cause a denial...

7.8CVSS6.8AI score0.03631EPSS
SaveExploits8
Kitploit
Kitploit
added 2026/09/01 6:41 a.m.5 views

CVE-2017-5123

CVE-2017-5123 Linux privilege escalation exploiting waitid syscall. The exploit is brought to you by @XeR0x2A and @chaignc from HexpressoTeam for educational purposes only. The bug was introduced the 2017-05-21 and fixed 2017-10-09, 4.14.0-rc4+ is known vulnerable. asciicast If you have a...

8.8CVSS6.6AI score0.03714EPSS
SaveExploits12References1
Kitploit
Kitploit
added 2026/09/01 6:32 a.m.4 views

cve-2020-14386

Reproducer for CVE-2020-14386 Pre-built container: registry.svc.ci.openshift.org/coreos/cve-2020-14386 You probably want to test against an explicit node, like this: root@kitploit: apiVersion: v1 kind: Pod metadata: name: cve-2020-14386 spec: restartPolicy: Never nodeName: containers: - name:...

7.8CVSS6.7AI score0.01308EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/01 6:25 a.m.5 views

StackRot

StackRot CVE-2023-3269: Linux kernel privilege escalation vulnerability GitHub-CI-verified exploit A flaw was found in the handling of stack expansion in the Linux kernel 6.1 through 6.4, aka "Stack Rot". The maple tree, responsible for managing virtual memory areas, can undergo node replacement...

7.8CVSS6.6AI score0.01304EPSS
SaveExploits1References3
Kitploit
Kitploit
added 2026/09/01 6:00 a.m.6 views

sgx-step

一个用于精确飞地执行控制的实用攻击框架 SGX-Step 是一个开源框架,旨在促进对 Intel x86 处理器(尤其是 Intel SGX 平台)的侧信道攻击研究。SGX-Step 由一个对抗性 Linux 内核驱动和一个小的用户空间操作系统库组成,允许完全从用户空间配置非信任页表项和/或 x86 APIC 定时器中断。SGX-Step 已被用于我们自己的研究以及独立研究人员的工作中,从而实现了几种新的和改进的飞地执行攻击,这些攻击能够以最大的时间分辨率收集侧信道观测数据(即通过在执行 每条 指令后中断受害者飞地)。 许可证。 SGX-Step 是自由软件,遵循 GPLv3...

6AI score
SaveExploits0References8
Kitploit
Kitploit
added 2026/09/01 6:00 a.m.166 views

sgx-step

A Practical Attack Framework for Precise Enclave Execution Control SGX-Step is an open-source framework to facilitate side-channel attack research on Intel x86 processors in general and Intel SGX platforms in particular. SGX-Step consists of an adversarial Linux kernel driver and a small user-spa...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/01 5:41 a.m.4 views

CVE-2022-0185

CVE-2022-0185 Linux Kernel Privilege Escalation Escape toc Vulnerability Overview Vulnerability ID: CVE-2022-0185 CVSS Score: Affected Product: linux kernel - fsconfig syscall Affected Versions: linux kernel 5.1-rc1 5.16.2 Exploitation Requirements: Linux local; requires CAPSYSADMIN capability ca...

8.4CVSS7.1AI score0.25151EPSS
SaveExploits11References2
Kitploit
Kitploit
added 2026/09/01 5:36 a.m.4 views

CVE-2023-2598

CVE-2023-2598 what's iouring? ​ iouring is a system call interface for Linux. It has supported almost all system call so far, not only read and write initially. It enables an application to initiate system calls that can be performed asynchronously. Submission and Completion Queues At the core of...

7.8CVSS7.3AI score0.01371EPSS
SaveExploits6
Kitploit
Kitploit
added 2026/09/01 5:35 a.m.4 views

linux-4.1.15_CVE-2018-5873

Lanzamiento del kernel de Linux 4.x http://kernel.org/ Estas son las notas de la versión 4 de Linux. Léalas detenidamente, ya que le explican de qué se trata todo esto, cómo instalar el kernel y qué hacer si algo sale mal. ¿QUÉ ES LINUX? Linux es un clon del sistema operativo Unix, escrito desde...

7CVSS6.5AI score0.00504EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/01 5:20 a.m.6 views

CVE-2022-0847

DIRTY PIPE CVE-2022-0847 Esta es una vulnerabilidad del kernel que permite sobrescribir datos en archivos arbitrarios de solo lectura, lo que puede llevar a una escalada de privilegios, ya que un proceso no privilegiado puede escribir en un proceso privilegiado. Todo el crédito va para 🥇Max...

7.8CVSS6.9AI score0.89721EPSS
SaveExploits101References1
Rows per page
Query Builder