Lucene search
+L

573 matches found

Kitploit
Kitploit
added 2026/09/16 6:41 p.m.9 views

CVE-2021-40839

CVE-2021-40839 Dirty Cow kernel exploit without libcrypt dependency...

7.5CVSS7.4AI score0.05566EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/16 5:25 p.m.6 views

CVE-2016-5195

This record is for learning purposes only; any illegal use is prohibited. Principle The vulnerability works by concurrently flushing dirty pages, causing the content of a file that was originally read-only to be modified. If the modified file is owned by root and has the SUID permission, it can b...

7.2CVSS7.3AI score0.83524EPSS
SaveExploits92
Kitploit
Kitploit
added 2026/09/16 2:59 p.m.6 views

CVE-2022-2590-analysis

CVE-2022-2590, Dirty COW restricted to shmem linux kernel version: Linux/x86 6.0.0-rc1 commit 37887783b3fef877bf34b8992c9199864da4afcb Introduction: this vulnerability allows the attacker to write arbitrary content to read-only shared memory page by satisfying the function canfollowwritepte, whic...

7CVSS7.3AI score0.00895EPSS
SaveExploits3
Kitploit
Kitploit
added 2026/09/16 1:12 p.m.7 views

CVE-2016-5195

CVE-2016-5195 Ported golang version of dirtycow.c make setup && ./main...

7.2CVSS7.4AI score0.83524EPSS
SaveExploits92
Kitploit
Kitploit
added 2026/09/16 1:02 p.m.7 views

Escalamiento-de-Privilegios-usando-el-Kernel-Exploit-Dirty-Cow

Privilege Escalation with Dirty COW CVE-2016-5195 Author: Samuel García Academy: 4Geeks Academy Date: 25/06/2025 Description Dirty COW is a critical Linux kernel vulnerability ≤ 4.8.3 that allows a local attacker to modify read-only files through a race condition, escalating privileges to root...

7.2CVSS7.2AI score0.83524EPSS
SaveExploits92
Kitploit
Kitploit
added 2026/09/16 12:30 p.m.8 views

dirtcow

dirtcow Dirty Cow Linux Local Privilege Escalation Vulnerability Reproduction CVE-2016-5195 0、 Use the command uname -a to check the Linux kernel information 1、 Download the EXP to local/server 2、 Use the command gcc -pthread dirty.c -o dirty -lcrypt to compile dirty.c, generating an executable...

7.2CVSS7.3AI score0.83524EPSS
SaveExploits92
Kitploit
Kitploit
added 2026/09/16 10:59 a.m.13 views

CVE-2026-46331

CVE-2026-46331 pedit COW – Linux net/sched Packet-Editor Page-Cache Poisoning Vulnerability Executive Summary CVE-2026-46331 nicknamed “pedit COW” is a local Linux kernel privilege-escalation flaw in the traffic-control subsystem. An unprivileged user in an unprivileged network namespace can...

7.8CVSS6.7AI score0.00583EPSS
SaveExploits14
Kitploit
Kitploit
added 2026/09/16 10:14 a.m.14 views

pagecache-lpe-containment-kit

Page-Cache LPE Containment Kit Detect, contain, and verify defenses against two Linux page-cache-corruption local privilege escalations — DirtyClone CVE-2026-43503 and pedit COW CVE-2026-46331 — on hosts and containers. This is an educational, defensive security kit. It explains how both...

8.8CVSS8.1AI score0.00583EPSS
SaveExploits20References7
Kitploit
Kitploit
added 2026/09/16 9:51 a.m.8 views

scan-dirtycow

Dirty Cow Kernel Checker Scan vuls kernel CVE-2016-5195 - DirtyCow Usage Local System git clone https://github.com/aishee/scan-dirtycow cd scan-dirtycow && chmod +x dirtycowscan.sh && ./dirtycowscan.sh Vulnerable Kernels RedHat Debian Ubuntu: 12.04-14.04-16.04 References https://dirtycow.ninja/...

7.2CVSS7.2AI score0.83524EPSS
SaveExploits92References1
Kitploit
Kitploit
added 2026/09/16 8:11 a.m.6 views

dirtycow

✅ Requirements / Affected Kernel Version Dirty COW adalah Local Privilege Escalation LPE di Linux kernel yang dikenal sebagai CVE-2016-5195. :contentReferenceoaicite:0index=0 🎯 Vulnerable Kernel Secara umum, Dirty COW berdampak pada Linux kernel 2.x sampai 4.x sebelum 4.8.3...

7.2CVSS7.4AI score0.83524EPSS
SaveExploits92
Kitploit
Kitploit
added 2026/09/16 7:48 a.m.13 views

dirtycow-replacer

PLEASE NOTICE I AM NOT FORMALLY TESTING THIS CODE IT IS BEING DESIGNED AS AN EDUCATIONAL TOOL What's it do? android-dirtycow-replacer uses the CVE-2016-5195 dirtycow exploit to patch a list of over 1000 files. You can edit it to be 10000 but 1000 should do. It checks first to make sure the files...

7.2CVSS7.1AI score0.83524EPSS
SaveExploits92
Kitploit
Kitploit
added 2026/09/16 7:29 a.m.9 views

dirtycow-lab

dirtycow-lab Dirty COW vulnerability exploitation CVE-2016-5195 on Ubuntu 16.04.1. cat README.md :/. 4. Execution and escalation : chmod +x /dirty && /dirty → su root pass dirtyCowFun. 5. Flag : cat /root/flag.txt → 4GEEKSY0uG0tR00t. ✅ Result root@kitploit: root@ubuntu:/home/student whoami root...

7.2CVSS7.5AI score0.83524EPSS
SaveExploits92
Kitploit
Kitploit
added 2026/09/16 4:26 a.m.10 views

HugeDirtyCowPOC

"Huge Dirty Cow" POC A POC for the Huge Dirty Cow vulnerability CVE-2017-1000405. Full details can be found here. Before running, make sure to set transparent huge pages to "always": root@kitploit: echo always | sudo tee /sys/kernel/mm/transparenthugepage/enabled...

7CVSS7.2AI score0.02841EPSS
SaveExploits10
Kitploit
Kitploit
added 2026/09/16 4:14 a.m.4 views

Dirty-COW-CVE-2016-5195-

Dirtyc0w Docker POC Prerequisites: Vagrant installed How to use Firstly clone the project git clone https://github.com/BrolyCode/Dirty-Cow.git Get into the folder cd Dirty-Cow Then run up the environment with the command root@kitploit: vagrant up Once the server is built, we will ssh into it...

7.2CVSS7.5AI score0.83524EPSS
SaveExploits92
Kitploit
Kitploit
added 2026/09/16 3:43 a.m.5 views

Research-CVE-2016-5195

CVE-2016-5195 Dirty Cow Cow stands for copy-on-write , it has existed on Linux kernels since 2007 and was discovered in 2016. Since I am working on a lab related to this CVE, I will take the opportunity to write an analysis about it. 1. Introduction Because the kernel runs under root privileges,...

7.2CVSS7.4AI score0.83524EPSS
SaveExploits92
Kitploit
Kitploit
added 2026/09/16 12:47 a.m.12 views

CVE-2016-5195

CVE-2016-5195 CVE-2016-5195 dirty cow/dirtycow/dirtyc0w proof of concept for Android This repository demonstrates the vulnerability on vulnerable Android devices attached via ADB. It does not disable SELinux see https://github.com/timwr/CVE-2016-5195/issues/9 or install superuser on the device...

7.2CVSS7.6AI score0.83524EPSS
SaveExploits92References1
Kitploit
Kitploit
added 2026/09/15 11:50 p.m.6 views

android-CVE-2016-5195

CVE-2016-5195 CVE-2016-5195 dirty cow/dirtycow/dirtyc0w proof of concept for Android This repository demonstrates the vulnerability on vulnerable Android devices attached via ADB. It does not disable SELinux see https://github.com/timwr/CVE-2016-5195/issues/9 or install superuser on the device...

7.2CVSS7.6AI score0.83524EPSS
SaveExploits92References1
Kitploit
Kitploit
added 2026/09/15 11:42 p.m.8 views

centos-dirty-cow-ansible

Ansible CVE-2016-5195 mitigation playbook Ansible playbook to mitigate CVE-2016-5195 on CentOS/Scientific Linux with SystemTap. Automating this mitigation recipe found on Red Hat Bugzilla: https://bugzilla.redhat.com/showbug.cgi?id=1384344c13 This playbook install Kernel debuginfo packages and...

7.2CVSS7.3AI score0.83524EPSS
SaveExploits92
Kitploit
Kitploit
added 2026/09/15 11:04 p.m.13 views

PE-Linux

PE-Linux Nueva herramienta de escalada de privilegios en Linux Comenzando Recolector de información del sistema Recolector de información del kernel Verificar entornos de desarrollo en el sistema Escapando shells restringidas Extraer información de PATH y entorno Verificar si el kernel es...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 8:11 p.m.9 views

Exploit-Dirty-Cow

Exploit - Dirty Cow CVE-2016-5195 Privilege Escalation Lab | Linux Kernel Exploit 📋 Overview Hands-on lab reproducing the DirtyCow vulnerability CVE-2016-5195, a critical race condition found in the Linux kernel that allows unprivileged users to gain write access to read-only memory mappings,...

7.2CVSS7AI score0.83524EPSS
SaveExploits92
Rows per page
Query Builder