Lucene search
+L

372 matches found

Kitploit
Kitploit
โ€ขadded 2026/09/10 9:26 p.m.โ€ข10 views

mitos

Mitos Isolated, forkable computers for your AI agents. Millisecond microVM sandbox forking on Kubernetes: fork a running VM into parallel attempts and restore from memory in tens of milliseconds. Quickstart . Documentation . Features . Comparison . Contributing . Community What is Mitos Mitos giv...

5.9AI score
SaveExploits0References25
Kitploit
Kitploit
โ€ขadded 2026/09/10 6:22 p.m.โ€ข14 views

zeroboot

Sub-millisecond VM sandboxes for AI agents via copy-on-write forking Try it root@kitploit: curl -X POST https://api.zeroboot.dev/v1/exec \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer zbdemohn2026' \ -d '"code":"import numpy as np; printnp.random.rand3"' Benchmarks Each sandbox...

5.9AI score
SaveExploits0References8
Kitploit
Kitploit
โ€ขadded 2026/09/10 5:26 p.m.โ€ข9 views

CVE-2026-64600-Refluxfs-PoC

RefluXFS CVE-2026-64600 PoC This repo contains a PoC of the recently discovered race condition vulnerability affecting COW on XFS reported by the excellent Qualys Security Team. 1 2 PoC info Handwritten based off of the excellent analysis in the Qualys advisory. Rewrites the first 4KB of the...

7.8CVSS6.5AI score0.00467EPSS
SaveExploits8
Kitploit
Kitploit
โ€ขadded 2026/09/10 4:19 p.m.โ€ข6 views

MacDirtyCow

MacDirtyCow Example of CVE-2022-46689 aka MacDirtyCow. What? MacDirtyCow is a privilege escalation vulnerability in macOS, similar to the Dirty COW vulnerability in Linux. The vulnerability resides in the copy-on-write COW mechanism used by macOS's XNU kernel. The vulnerability allows an attacker...

7CVSS7.2AI score0.44678EPSS
SaveExploits9
Kitploit
Kitploit
โ€ขadded 2026/09/10 10:42 a.m.โ€ข3 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.1AI score0.83524EPSS
SaveExploits91
Kitploit
Kitploit
โ€ขadded 2026/09/09 11:28 p.m.โ€ข5 views

CVE-2016-5195

CVE-2016-5195 gcc -pthread dirty.c -o dirty -lcrypt References https://github.com/FireFart/dirtycow/blob/master/dirty.c...

7.2CVSS7.2AI score0.83524EPSS
SaveExploits91References1
Kitploit
Kitploit
โ€ขadded 2026/09/09 5:22 a.m.โ€ข5 views

CVE-2026-31431-C

Copy-Fail Exploit CVE-2026-31431 Local privilege escalation exploit targeting a Linux kernel copy-on-write vulnerability via AFALG sockets and splice operations. Overview This exploit abuses a kernel-level memory corruption condition in the Linux crypto subsystem AFALG combined with zero-copy...

7.8CVSS6.6AI score0.99907EPSS
SaveExploits242
Kitploit
Kitploit
โ€ขadded 2026/09/08 11:17 p.m.โ€ข4 views

DirtyCOWTester

Dirty COW Tester...

5.9AI score
SaveExploits0
Kitploit
Kitploit
โ€ขadded 2026/09/08 10:32 p.m.โ€ข6 views

dirtycow-vdso

0xdeadbeef PoC for Dirty COW CVE-2016-5195. This PoC relies on ptrace instead of /proc/self/mem to patch vDSO. It has a few advantages over PoCs modifying filesystem binaries: no setuid binary required SELinux bypass container escape no kernel crash because of filesystem writeback And a few cons:...

7.2CVSS7.2AI score0.83524EPSS
SaveExploits91References1
Kitploit
Kitploit
โ€ขadded 2026/09/07 4:09 p.m.โ€ข6 views

CVE-2026-43503

๐Ÿšจ CVE-2026-43503 โ€” DirtyClone When Shared Memory Stops Being Shared Safely. A Local Privilege Escalation vulnerability caused by improper propagation of the SKBFLSHAREDFRAG flag inside the Linux networking stack. ๐Ÿ“– Overview CVE-2026-43503 , nicknamed DirtyClone , is a High Severity Local Privileg...

8.8CVSS7.2AI score0.00337EPSS
SaveExploits7
Kitploit
Kitploit
โ€ขadded 2026/09/07 3:56 p.m.โ€ข5 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.1AI score0.83524EPSS
SaveExploits91
Kitploit
Kitploit
โ€ขadded 2026/09/07 1:45 p.m.โ€ข3 views

CVE-2026-46331

๐Ÿšจ CVE-2026-46331 - Linux Kernel COW Bug Linux Kernel net/sched Partial Copy-on-Write COW Page Cache Corruption -orange?style=for-the-badge A Linux kernel vulnerability caused by incorrect Copy-on-Write COW handling in the traffic control tc packet editing subsystem. ๐Ÿ“– Overview CVE-2026-46331 is a...

7.8CVSS6.6AI score0.00583EPSS
SaveExploits13
Kitploit
Kitploit
โ€ขadded 2026/09/05 5:49 p.m.โ€ข3 views

CVE-2016-5195

CVE-2016-5195: Dirty COW Linux Kernel Race Condition Defensive research, non-weaponized validation, and patch analysis for CVE-2016-5195 Dirty COW, a Linux kernel copy-on-write race condition that can allow a local user to modify data associated with a read-only mapping and gain elevated...

7.2CVSS7.2AI score0.83524EPSS
SaveExploits91References7
Kitploit
Kitploit
โ€ขadded 2026/09/05 5:09 p.m.โ€ข4 views

PoC-CVE-2026-46331

This repository contains a proof-of-concept PoC exploit for CVE-2026-46331, a Linux kernel local privilege escalation vulnerability in the traffic-control subsystem. Vulnerability Summary The flaw exists in the actpedit packet-editing action, where the kernel may calculate the copy-on-write...

7.8CVSS6.4AI score0.00583EPSS
SaveExploits13
Kitploit
Kitploit
โ€ขadded 2026/09/05 4:38 p.m.โ€ข5 views

CVE-2016-5195

CVE-2016-5195 DirtyCOW PoC Modified from dirtycow.github.ioc include include include include include include include include void map; int f; struct stat st; char name; void madviseThreadvoid arg char str; str = chararg; int i, c = 0; fori = 0; i 100000000; i++ c += madvisemap, 100, MADVDONTNEED;...

7.2CVSS6.8AI score0.83524EPSS
SaveExploits91References2
Kitploit
Kitploit
โ€ขadded 2026/09/05 12:45 p.m.โ€ข4 views

dirtycow-lab

Dirty COW Educational PoC CVE-2016-5195 โš ๏ธ Legal Warning This code is for EDUCATIONAL PURPOSES ONLY. Any malicious use is strictly prohibited and illegal. ๐Ÿ“– What is Dirty COW? Dirty COW CVE-2016-5195 is a privilege escalation vulnerability in the Linux Kernel that exploits a race condition in the...

7.2CVSS7.2AI score0.83524EPSS
SaveExploits91
AstraLinux
AstraLinux
โ€ขadded 2026/09/04 12:27 p.m.โ€ข16 views

Astra Linux โ€“ Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerabilities have been resolved: net/sched: Fixed a issue where partial COW operations by pedit led to corruption of the page cache. tcfpeditact calculates the COW range for skbensurewritable once before the key loop, using tcfpoffmaxhint. However, this hint...

7.8CVSS6.4AI score0.00583EPSS
SaveExploits13References3
Kitploit
Kitploit
โ€ขadded 2026/09/03 9:08 p.m.โ€ข6 views

DetectWindowsCopyOnWriteForAPI

Windows Process Property Enumeration Tools for Threat Hunting Background The purpose of these tools is to enumerate traits of Windows processes that support the detection of process injection tradecraft used by threat actors. Tools d-cow - Windows Copy on Write Detector for shared Windows APIs e....

5.9AI score
SaveExploits0
Cvelist
Cvelist
โ€ขadded 2026/08/26 2:37 p.m.โ€ข38 views

CVE-2026-80530 xfs: fix exchange-range reflink flag clearing issue with INO1_WRITTEN

In the Linux kernel, the following vulnerability has been resolved: xfs: fix exchange-range reflink flag clearing issue with INO1WRITTEN When exchanging two full-file ranges, xmicanexchangereflinkflags can move the reflink inode flag from the file that currently has it to the other file, as long ...

7.1CVSS0.00126EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
โ€ขadded 2026/08/26 12:00 a.m.โ€ข10 views

PT-2026-82146

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the XFS file system during the exchange of two full-file ranges. The function xmi can exchange reflink flags may incorrectly move the reflink inode flag between files...

7.1CVSS5.9AI score0.00126EPSS
SaveExploits0References18
Rows per page
Query Builder