Lucene search
+L

1398 matches found

Kitploit
Kitploit
added 2026/09/17 4:47 p.m.11 views

dirtypipez-exploit

Exploit DirtyPipe CVE-2022-0847. Crédito: Max Kellermann [email protected] Una nueva vulnerabilidad de Linux conocida como 'Dirty Pipe' permite a usuarios locales obtener privilegios de root a través de exploits disponibles públicamente. Hoy, el investigador de seguridad Max Kellermann divul...

7.8CVSS7.3AI score0.89721EPSS
SaveExploits102
Kitploit
Kitploit
added 2026/09/17 7:18 a.m.10 views

CVE-2026-53613-poc

CVE-2026-53613 PoC TOCTOU vulnerability in mount8 allowing local privilege escalation to root. Vulnerable Versions util-linux 2.41.0 through 2.41.4 util-linux 2.42.0 through 2.42.1 Exploits File| Method| Target ---|---|--- exploitshell.sh| SSH key extraction| /root exploitdirectshell.sh| Direct...

7.2AI score
SaveExploits1
Kitploit
Kitploit
added 2026/09/17 1:53 a.m.8 views

CVE-2026-31431

🔐 CVE-2026-31431 - Kernel Exploitation Research Framework Modular framework for studying a Linux privilege escalation LPE vulnerability based on AFALG + Page Cache Injection techniques. 🎯 Objective This project is designed for: Research of Linux kernel vulnerabilities Teaching real exploitation...

7.8CVSS6.7AI score0.99907EPSS
SaveExploits243
Kitploit
Kitploit
added 2026/09/17 1:52 a.m.9 views

copy-fail-CVE-2026-31431-shell

CVE-2026-31431 - copyfail shell Local privilege escalation via AFALG socket + splice page-cache overwrite. Overwrites a read-only SUID binary /usr/bin/su with a minimal ELF that calls setuid0 + execve"/bin/sh". No race condition, no per-distro offsets, single shot. root@kitploit: $...

7.8CVSS6.6AI score0.99907EPSS
SaveExploits243
Kitploit
Kitploit
added 2026/09/17 1:50 a.m.7 views

CVE-2026-31431-PocC

CVE-2026-31431-PoC CVE-2026-31431 PoC reproduced in C, usable for exploitation when Python is not available on the target environment. Vulnerability Basic Information Vulnerability type: Linux kernel AFALG subsystem page cache poisoning, achieving local privilege escalation and possible container...

7.8CVSS7AI score0.99907EPSS
SaveExploits243
Kitploit
Kitploit
added 2026/09/17 1:50 a.m.35 views

copy-fail-go

copy-fail-go Puerto en Go del PoC en Python de grenkoca para CVE-2026-31431 copy-fail. Esta versión compila a un binario completamente estático con cero dependencias en tiempo de ejecución: sin Python, sin pip, sin restricciones de versión de libc. Colócalo en cualquier objetivo Linux y ejecútalo...

7.8CVSS6.6AI score0.99907EPSS
SaveExploits243References1
Kitploit
Kitploit
added 2026/09/17 1:44 a.m.31 views

Copy-Fail-Exploit-CVE-2026-31431

Copy Fail CVE-2026-31431 – Exploit Usage Guide ⚠️ Disclaimer This content is for educational and authorized security testing purposes only. Do NOT run this on systems without explicit permission. 📌 Overview Copy Fail CVE-2026-31431 is a Linux Local Privilege Escalation LPE vulnerability affecting...

7.8CVSS6.8AI score0.99907EPSS
SaveExploits243
Kitploit
Kitploit
added 2026/09/17 1:42 a.m.9 views

CVE-2021-4034

CVE-2021-4034 Basically it just removes SUID bit from /usr/bin/pkexec binary. Could be useful, when you have a big park of personal PCs without orchestrated access and you don't want to share a root password with users. Or you are just a Robin and want to pwn victims to help them...

7.8CVSS7.2AI score0.94921EPSS
SaveExploits155
Kitploit
Kitploit
added 2026/09/17 12:57 a.m.9 views

CVE-2026-31431-Patch

CVE-2026-31431 Copy Fail Mitigation & Patch Script Image Before Patch and Vulnerable Image After Patch With Script This repository contains a specialized bash script designed to mitigate and patch CVE-2026-31431 , also known as "Copy Fail". This vulnerability is a critical Local Privilege...

7.8CVSS6.5AI score0.99907EPSS
SaveExploits243References1
Kitploit
Kitploit
added 2026/09/17 12:56 a.m.7 views

PwnKit-Vulnerability_CVE-2021-4034

PwnKit Vulnerability - Local Privilege Escalation Title: PwnKit Vulnerability - Local Privilege Escalation Target: Linux Category: Execution Credits: Qualys Research Team Description The Qualys Research Team has discovered a memory corruption vulnerability in polkit’s pkexec, a SUID-root program...

7.8CVSS7.5AI score0.94921EPSS
SaveExploits155
Kitploit
Kitploit
added 2026/09/17 12:55 a.m.8 views

CVE-2021-4034

CVE-2021-4034 polkit privilege escalation exploit Just execute make, ./cve-2021-4034 and enjoy your root shell. The original advisory by my Qualys team here PoC If the exploit is working you'll get a root shell immediately: root@kitploit: kali@user:/CVE-2021-4034$ make cc -Wall --shared -fPIC -o...

7.8CVSS7.6AI score0.94921EPSS
SaveExploits155
Kitploit
Kitploit
added 2026/09/17 12:52 a.m.9 views

CVE-2021-4034

CVE-2021-4034 A stupid poc for CVE-2021-4034 - Local privilege escalation pkexec SUID binary Vulnerability explained in the advisory here...

7.8CVSS7.2AI score0.94921EPSS
SaveExploits155
Kitploit
Kitploit
added 2026/09/17 12:51 a.m.9 views

copy-fail

Copy Fail PoC English Python PoC for CVE-2026-31431 , intended for controlled laboratory testing on authorized Linux systems. For use only in your own environments, labs, or systems where you have explicit permission. Do not run this code against third-party systems. Description copy-fail.py chec...

7.8CVSS6.7AI score0.99907EPSS
SaveExploits243References1
Kitploit
Kitploit
added 2026/09/17 12:47 a.m.11 views

CVE-2021-4034

CVE-2021-4034 Exploit for the pwnkit vulnerability from the Qualys team. This exploit assumes that gcc is present on the target machine. root@kitploit: $ id uid=1001ayrx gid=1002ayrx groups=1002ayrx,27sudo $ ./setup.sh Run the following command in one bash session: root@kitploit: while :; do mv...

7.8CVSS7.2AI score0.94921EPSS
SaveExploits155
Kitploit
Kitploit
added 2026/09/17 12:46 a.m.10 views

CVE-2021-4034

CVE-2021-4034 January 25, 2022 | An00bRektn This is a golang implementation of CVE-2021-4034 based on read as: blatantly stolen from clubby789's implementation of the vulnerability discovered by Qualys. I made a blog post going into further detail about the vulnerability, mainly for myself, but f...

7.8CVSS7.1AI score0.94921EPSS
SaveExploits155References2
Kitploit
Kitploit
added 2026/09/16 9:29 p.m.8 views

CVE-2026-31431-poc

Copy Fail Command PoC Wrapper A small modified proof-of-concept wrapper for Copy Fail / CVE-2026-31431 that allows passing a custom command from the terminal instead of always launching an interactive root shell so it can be ran in an none interactive environment such as a web shell. This project...

7.8CVSS6.8AI score0.99907EPSS
SaveExploits243References1
Kitploit
Kitploit
added 2026/09/16 5:31 p.m.9 views

-Netdata-PrivEsc-CVE-2024-32019

CVE-2024-32019-Netdata-ndsudo-PrivEsc CVE-2024-32019: Netdata ndsudo PrivEsc HTB Editor Script automatizado en Bash para explotar la vulnerabilidad de PATH Hijacking en el binario SUID ndsudo de Netdata CVE-2024-32019. Este exploit fue adaptado específicamente para superar las restricciones comun...

8.8CVSS7.8AI score0.01165EPSS
SaveExploits15
Kitploit
Kitploit
added 2026/09/16 2:38 p.m.9 views

CVE-2026-31431-Check

CVE-2026-31431 Copy Fail Vulnerability Check Script Vulnerability Overview CVE-2026-31431 Copy Fail is a Linux kernel local privilege escalation vulnerability that exploits AFALG sockets address family 38 combined with the splice zero-copy system call to bypass file write permissions and tamper...

7.8CVSS6.8AI score0.99907EPSS
SaveExploits243
Kitploit
Kitploit
added 2026/09/16 12:22 p.m.8 views

CVE-2026-3888-snap-confine-systemd-tmpfiles-LPE

CVE-2026-3888 — snap-confine / systemd-tmpfiles Local Privilege Escalation Local privilege escalation from unprivileged user to full root on Ubuntu Desktop 24.04+ by exploiting a TOCTOU race condition between snap-confine and systemd-tmpfiles. Two variants are provided: SUID and Capabilities. CVS...

7.8CVSS7.7AI score0.00383EPSS
SaveExploits7
Kitploit
Kitploit
added 2026/09/16 11:40 a.m.9 views

CVE-2024-48990

CVE-2024-48990 introdution This vulnerability takes advantage of the way in which needrestart manages the environment variable, to be more precise, PYTHONPATH can be hijacked by modifying the PYTHONPATH variable to a directory that contains a malicious library, thus executing and gaining access, ...

7.8CVSS8AI score0.20452EPSS
SaveExploits16References1
Rows per page
Query Builder