Lucene search
+L

259093 matches found

Kitploit
Kitploit
added 2026/09/06 9:06 p.m.13 views

cve-writeups-and-pocs

CVE-2026-80724 PoC & Write-up CVE-2026-80724 — Linux kernel ptp: vmclock: prevent read-only mappings from becoming writable Full Proof-of-Concept + Technical Write-up Security research by Abdifatah Suruur suruur — collection of CVE write-ups and PoCs for vulnerabilities discovered independently...

8.8CVSS7.8AI score0.0012EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/06 7:48 p.m.5 views

Dirty-Frag

💥 CVE-2026-43284 — Dirty Frag 💥 ⚡ Dirty Frag Local Privilege Escalation Proof of Concept ⚡ 📖 Description This repository contains a Proof of Concept PoC for: CVE-2026-43284 — Dirty Frag The exploit demonstrates a vulnerability affecting vulnerable Linux systems. 🧠 About Dirty Frag Dirty Frag...

8.8CVSS7.3AI score0.93235EPSS
SaveExploits34
Kitploit
Kitploit
added 2026/09/06 7:32 p.m.9 views

CVE-2017-7184

CVE-2017-7184 – Linux Kernel XFRM Privilege Escalation No Sudo Overview This repository contains a proof-of-concept local privilege escalation exploit for CVE-2017-7184 , a Linux kernel vulnerability in the XFRM IPsec netlink subsystem. The exploit demonstrates how an unprivileged user can gain...

7.8CVSS6.9AI score0.01798EPSS
SaveExploits4
Kitploit
Kitploit
added 2026/09/06 6:48 p.m.5 views

CVE-2025-68325

CVE-2025-68325 schcake doesn't consider the case when cakeenqueue returns a non-null result, leading to the imbalanced qlen in the qdisc tree, triggering null-deref in its parent sched, e.g., qfq. Affected Versions Fixed at v6.19-rc1 Severity Low Patch root@kitploit: In cakedrop,...

6.1AI score0.00193EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/06 5:55 p.m.7 views

CVE-2021-22555

CVE-2021-22555 Linux Kernel 2.6.19 5.9 - 'Netfilter Local Privilege Escalation'...

8.3CVSS6.7AI score0.78684EPSS
SaveExploits21
Kitploit
Kitploit
added 2026/09/06 5:40 p.m.7 views

CVE-2021-4034-CTF-writeup

CVE-2021-4034-CTF-writeup This is a CTF pwn challenge that I wrote in C which requires the user to exploit the CVE-2021-4034 vulnerability. Players are given 2 binaries in the challenge directory in this repo. The chal binary implements the CTF challenge and the shelly.so is a helper binary. How ...

7.8CVSS7AI score0.94921EPSS
SaveExploits154References1
Kitploit
Kitploit
added 2026/09/06 5:34 p.m.7 views

CVE-2022-23222

CVE-2022-23222 Click here if you just wanna build and run the dang thing. What follows is more or less a translation of the Chinese writeup, available here. We'll use the mainline kernel code for version 5.13.0 as a reference. There is a mismatch in available pointer types and the function that...

7.8CVSS6.6AI score0.01915EPSS
SaveExploits5References1
Kitploit
Kitploit
added 2026/09/06 5:23 p.m.5 views

dirtycaw-projet

Dirty COW - Escalada de privilegios CVE-2016-5195 Este proyecto demuestra una escalada de privilegios utilizando la vulnerabilidad Dirty COW en una máquina virtual con Ubuntu Server 16.04.1 y kernel 4.4.0-31-generic. 🔧 Entorno Máquina víctima : Ubuntu 16.04.1 vulnerable student sin privilegios...

7.2CVSS7.2AI score0.83524EPSS
SaveExploits91
Kitploit
Kitploit
added 2026/09/06 5:04 p.m.4 views

CVE-2022-0185-POC

CVE-2022-0185 — Proof of Concept A proof-of-concept exploit for CVE-2022-0185 , a heap-based buffer overflow in the Linux kernel's legacyparseparam function fs/fscontext.c. This allows a local unprivileged user to escalate privileges to root. Original exploit by Crusaders of Rust. Full writeup:...

8.4CVSS7.3AI score0.25151EPSS
SaveExploits11References1
Kitploit
Kitploit
added 2026/09/06 4:56 p.m.3 views

CVE-2021-4204

CVE-2021-4204 Chinese writeup: https://tr3e.ee/posts/cve-2021-4204-linux-kernel-ebpf-lpe.txt For educational/research purposes only. Use at your own risk. Build & Run root@kitploit: $ sh buildandrun.sh Build from source... cc -I include -static -w -o exploit exploit.c Start exploit! This might ta...

7.1CVSS6.9AI score0.01221EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/06 4:52 p.m.6 views

CVE-2023-0179-POC-

CVE-2023-0179 POC Credits to https://github.com/TurtleARM Steps to Reproduce Install Ubuntu-22.04.5-live-server-iso and fully install the version, but don’t update the system Install the Linux kernel version 6.1.6 onto the Virtual Machine with the Ubuntu version 24.04.5 Install the following...

7.8CVSS6.8AI score0.01944EPSS
SaveExploits5References1
Kitploit
Kitploit
added 2026/09/06 4:28 p.m.6 views

CVE-2021-3490-POC

CVE-2021-3490 Credits to https://github.com/chompie1337 Steps to Reproduce Install the ubuntu-20.04.6-live-server-amd64.iso from Ubuntu Releases, and install into the virtual machine. root@kitploit: wget https://releases.ubuntu.com/20.04/ubuntu-20.04.6-live-server-amd64.iso After installing ISO,...

7.8CVSS6.8AI score0.27477EPSS
SaveExploits7References1
Kitploit
Kitploit
added 2026/09/06 3:42 p.m.5 views

CVE-2023-2598

CVE-2023-2598 Refer: https://anatomic.rip/cve-2023-2598/ https://github.com/ysanatomic/iouringLPE-CVE-2023-2598 https://bsauce.github.io/2024/07/30/CVE-2023-2598/ Build: root@kitploit: apt install -y liburing-dev gcc CVE-2023-2598.c -o CVE-2023-2598 -luring PoC: root@kitploit: user1@syzkaller:$...

7.8CVSS7.5AI score0.01371EPSS
SaveExploits6References2
Kitploit
Kitploit
added 2026/09/06 3:33 p.m.4 views

CVE-2024-44946

Usage of the Enhanced PoC: Compile the PoC Code: bash Copy code gcc -o kcmuafpocadvanced kcmuafpocadvanced.c -pthread Run the PoC: bash Copy code sudo ./kcmuafpocadvanced The advanced PoC should simulate a highly complex race condition, potentially triggering the UAF vulnerability in the Linux...

7.8CVSS6.9AI score0.0086EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/06 3:28 p.m.4 views

CVE-2017-16995

Linux Kernel Version 4.14 - 4.4 Ubuntu && Debian Description This vulnerability exists in the eBPF bpf2 system call in the Linux kernel. When a user provides a malicious BPF program that causes a calculation error in the eBPF verifier module, it leads to arbitrary memory read/write issues...

7.8CVSS6.8AI score0.30052EPSS
SaveExploits17References2
Kitploit
Kitploit
added 2026/09/06 3:28 p.m.6 views

ida_bochs_windows

idabochswindows Helper script for Windows kernel debugging with IDA Pro on native Bochs debugger including PDB symbols python3 + idapython 7.4 Bochs debugger: Bochs debugger GUI: Usage WARNING : BEFORE OPEN IDA your must set env var: NTSYMBOLPATH to windows symbols, ex: root@kitploit:...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/06 3:12 p.m.6 views

OverlayFS-PrivEsc-CVE-2022-0944

CVE-2022-0944: Privilege Escalation Vulnerability in OverlayFS 🛡️ Security advisory and mitigation guide for the Linux kernel privilege escalation vulnerability in OverlayFS. 📜 Overview CVE-2022-0944 is a security vulnerability in the Linux kernel's OverlayFS subsystem that allows local attackers...

9.1CVSS7.6AI score0.08669EPSS
SaveExploits12
Kitploit
Kitploit
added 2026/09/06 3:12 p.m.4 views

Linux-Kernel-4.4.0-Ubuntu---DCCP-Double-Free-Privilege-Escalation-CVE-2017-6074

Linux-Kernel-4.4.0-Ubuntu---DCCP-Double-Free-Privilege-Escalation-CVE-2017-6074...

7.8CVSS6.9AI score0.0596EPSS
SaveExploits13
Kitploit
Kitploit
added 2026/09/06 3:10 p.m.4 views

DirtyCred

DirtyCred: Escalando Privilegios en el Kernel de Linux DirtyCred es un concepto de explotación del kernel que intercambia credenciales del kernel no privilegiadas por privilegiadas para escalar privilegios. En lugar de sobrescribir campos de datos críticos en el heap del kernel, DirtyCred abusa d...

8.8CVSS7AI score0.05871EPSS
SaveExploits9References4
Kitploit
Kitploit
added 2026/09/06 3:04 p.m.6 views

CVE-2026-64561-Kernel-Fix

中文 | English 中文 升级 Linux Kernel 修复 CVE-2026-64561 教程 声明: 本文仅记录本人服务器环境下的修复过程,并非安全专业分析。如有不当之处,欢迎指正。 一、简介 本文档提供两种方式将 Linux Kernel 升级,用于修复 CVE-2026-64561 :ELRepo RPM 安装(推荐)和源码编译。...

8.8CVSS6.5AI score0.00347EPSS
SaveExploits4
Rows per page
Query Builder