Lucene search
+L

493005 matches found

Kitploit
Kitploit
added 2026/09/06 10:03 p.m.6 views

CVE-2023-50965

💥 CVE-2023-50965 — Stack Buffer Overflow Exploit Linux Proof of Concept exploit for CVE-2023-50965 , demonstrating a stack-based buffer overflow leading to Remote Code Execution RCE on vulnerable systems without exploit mitigations enabled. This project was developed for security research and...

9.8CVSS8.8AI score0.01534EPSS
SaveExploits3
Kitploit
Kitploit
added 2026/09/06 9:55 p.m.4 views

LINUX-VULNERABILITY-CVE-2015-1328

This repository does not have a README...

7.8CVSS7.3AI score0.37679EPSS
SaveExploits24
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 9:05 p.m.7 views

chef-ssh-hardening

ssh-hardening libro de recetas de Chef Descripción Este libro de recetas proporciona configuraciones seguras de ssh-client y ssh-server. Este libro de recetas no proporciona capacidades para la gestión de usuarios y/o claves ssh; para eso, utilice otros libros de recetas. Requisitos Chef = 14.13....

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/06 8:49 p.m.6 views

CVE-2025-49596-PoC

CVE-2026-23744-PoC Automated PoC for CVE-2026-23744 RCE on MCPJam inspector prior to 1.4.2 on linux targets How to use root@kitploit: use netcat to run listener on any port like 9002. nc -nvlp 9002 use the automation like this python3 CVE-2025-49596.py https://mcpjam-server.com...

9.8CVSS8.5AI score0.65845EPSS
SaveExploits41
Kitploit
Kitploit
added 2026/09/06 8:26 p.m.5 views

process-injection-playground

Linux Process Injection Playground A comprehensive collection of process injection techniques for Linux, demonstrating various methods of injecting code into running processes. These examples are intended for educational purposes, security research, and understanding low-level Linux process...

6AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/06 8:16 p.m.4 views

kali-arm

Kali-ARM Build-Scripts Kali Linux ARM build-scripts. These are the same build scripts that we use to generate the pre-generated official Kali Linux ARM images, found here: https://www.kali.org/get-kali/ There are additional scripts included in this repository, supporting more devices, but these...

6AI score
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.10 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 6:34 p.m.5 views

CVE-2021-3560-PolkitPrivilegeEsclation

CVE-2021-3560-Polkit-Privilege-Esclation PoC Original research by Kevin Backhouse This is just a Bash PoC script, that automates the exploitation steps mentioned in Kevin Backhouse's blog. Read his post on this vulnerability:...

7.8CVSS7.9AI score0.22193EPSS
SaveExploits37References2
Kitploit
Kitploit
added 2026/09/06 5:56 p.m.7 views

CVE-2022-0847

CVE-2022-0847 Linux “Dirty Pipe” vulnerability gives unprivileged users root access...

7.8CVSS7.1AI score0.89721EPSS
SaveExploits102
Kitploit
Kitploit
added 2026/09/06 5:55 p.m.8 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:43 p.m.6 views

vinieger-CVE-2025-48384-Dockerfile

vinieger-CVE-2025-48384-Dockerfile This provised a PoC dockerfile image for CVE-2025-48384, related to https://github.com/vinieger/CVE-2025-48384, so it can be tested inside a Kubernetes cluster. Deploying it to GKE: Building and Publishing to GCP registry: change your registry path root@kitploit...

8CVSS7.4AI score0.04109EPSS
SaveExploits9References1
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:19 p.m.3 views

trans2open-CVE-2003-0201

Samba versions 2.2.0 to 2.2.8 This exploits the buffer overflow found in Samba versions 2.2.0 to 2.2.8. This particular module is capable of exploiting the flaw on x86 Linux systems that do not have the noexec stack option set. NOTE: Some older versions of RedHat do not seem to be vulnerable sinc...

10CVSS6.2AI score0.84502EPSS
SaveExploits31References1
Kitploit
Kitploit
added 2026/09/06 5:11 p.m.11 views

CVE-2025-32463

Heavily influenced/copied/based on the format of a similar repo by pr0v3rbs -- https://github.com/pr0v3rbs/CVE-2025-32463i\chwoot.git This is a C reimplementation for rapid, single-source delivery, execution, and cleanup. CVE-2025-32463 – sudo chroot "chwoot" PoC This repository provides a...

9.3CVSS7.4AI score0.59417EPSS
SaveExploits71
Kitploit
Kitploit
added 2026/09/06 5:04 p.m.5 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
Rows per page
Query Builder