Lucene search
+L

259 matches found

Kitploit
Kitploit
added 2026/09/22 11:53 a.m.4 views

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

Privilege-Escalation-using-the-Dirty-Cow-Kernel-Exploit This project aims to practically demonstrate the operation of the Dirty COW exploit CVE-2016-5195, a critical vulnerability in the Linux kernel. It simulates a realistic scenario in which an attacker with limited local access to an unpatched...

7.2CVSS7.3AI score0.83524EPSS
SaveExploits92
Kitploit
Kitploit
added 2026/09/22 8:47 a.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/22 6:54 a.m.13 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/22 6:29 a.m.16 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/22 3:33 a.m.12 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/21 11:59 p.m.14 views

PE-Linux

PE-Linux New Linux Privilege Escalation Tool Getting Started System Information Gatherer Kernel Information Gatherer Checking Development environments on the system Escaping Restricted Shells Extract PATH & environment Information Check Kernel if Vulnerable To Dirty cow Exploit Password Collector...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/21 8:47 p.m.10 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/21 8:38 p.m.10 views

CVE-2016-5195

CVE-2016-5195 my personal POC and EXPLOIT of CVE-2016-5195 dirty COW Usage POC: write files arbitrarily Just a simply POC of this CVE, compile the file poc.c as follow: root@kitploit: $ gcc poc.c -o poc -static -lpthread You shall run it as follow: root@kitploit: ./poc destinationfile fakefile Yo...

7.2CVSS7.5AI score0.83524EPSS
SaveExploits92
Kitploit
Kitploit
added 2026/09/21 7:56 p.m.8 views

Dirty-Cow-CVE-2016-5195-

Dirty-Cow-CVE-2016-5195- This is a Dirty Cow CVE-2016-5195 privilege escalation vulnerability exploit...

7.2CVSS7.5AI score0.83524EPSS
SaveExploits92
Kitploit
Kitploit
added 2026/09/21 6:15 p.m.9 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/21 5:48 p.m.7 views

CVE-2016-5195

demo1 This demo is based on https://github.com/timwr/CVE-2016-5195 make test output: root@kitploit: user@user:/$ cd /home/user/demo1 && make test /home/user/adb/android-ndk-r21d/ndk-build NDKPROJECTPATH=. APPBUILDSCRIPT=./Android.mk APPABI=x8664 APPPLATFORM=android-23 make1: Entering directory...

7.2CVSS7.6AI score0.83524EPSS
SaveExploits92References1
Kitploit
Kitploit
added 2026/09/21 5:33 p.m.8 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/21 3:56 p.m.8 views

root-dirtyc0w

root-dirtyc0w CVE-2016-5195 DirtyCow root privilege escalation Dirty COW was a race-condition vulnerability in the Linux kernel. This vulnerability lived inside the kernel functions which handle the copy-on-write COW feature of memory mappings and when exploited allowed processes to write to...

7.2CVSS7.3AI score0.83524EPSS
SaveExploits92
Kitploit
Kitploit
added 2026/09/21 3:36 p.m.10 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/21 2:18 p.m.14 views

MacDirtyCowDemo

Get root on macOS 13.0.1 with CVE-2022-46689 macOS equivalent of the Dirty Cow bug, using the testcase extracted from Apple's XNU source. https://worthdoingbadly.com/macdirtycow/ Usage On a macOS 13.0.1 / 12.6.1 or below machine, run: root@kitploit: clang -o switcharoo vmunalignedcopyswitchrace.c...

7CVSS7.2AI score0.44678EPSS
SaveExploits10References1
Kitploit
Kitploit
added 2026/09/21 11:13 a.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/21 10:44 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/20 11:14 p.m.6 views

scumjrs

scumjrs PoC for Dirty COW CVE-2016-5195...

7.2CVSS7.4AI score0.83524EPSS
SaveExploits92
Kitploit
Kitploit
added 2026/09/20 10:39 p.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/20 10:16 p.m.8 views

CVE-2016-5195-master

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
Rows per page
Query Builder