Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2026-46215-exploit-linux-7.0-uaf-stable — CVE-2026-46215 DRM GEM UAF Exploit for Linux 7.0 - The first working PoC for linux kernel 7 use after free- by Antonius (sw0rdm4n, w1sdom, ev1lut10n) | Kitploit
Tools/GitHubGitHub/bluedragonsecurity/cve-2026-46215-exploit-linux-7.0-uaf-stable
Privilege EscalationMemory ForensicsVulnerability AnalysisExploitationBinary Exploitation
GitHubbluedragonsecurity/cve-2026-46215-exploit-linux-7.0-uaf-stable

CVE-2026-46215-exploit-linux-7.0-uaf-stable

CVE-2026-46215 DRM GEM UAF Exploit for Linux 7.0 - The first working PoC for linux kernel 7 use after free- by Antonius (sw0rdm4n, w1sdom, ev1lut10n)

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
5129 days agoNot yet reviewed

CVE-2026-46215 Exploit for Linux 7.0 - More Stable & Reliable

c0d3 by : Antonius (w1sdom / ev1lut10n / sw0rdm4n) - bluedragonsec.com

https://github.com/bluedragonsecurity

This exploit works in a limited environment, check some requirements below !!!

lpe.gif

greet

WHAT THE HELL IS THIS ?

This is and exploit for CVE-2026-46215 (Linux Kernel Use After Free) Adapted for Linux 7.0 !!! This exploit is more stable and reliable than the first exploit I released.

Cross Cache Technique : SheavesSiphon

SheavesSiphon is a novel cross cache technique that I invented in linux 7.* Series

Please be patient ... the exploitation process might be long.

The bug ? old handle is not nulled -> dangling pointer (race to UAF)

Please be patient when running this exploit ! this will take a long time !

improved version from kratnowl cross-cache

gcc -o exploit exploit.c -lpthread -lutil -static

This exploit was designed for linux 7.0 but The vulnerability is from 7.0 to 7.0.8, including 7.0-rc* series Tested on lubuntu 26 with linux 7.0 only !!!

LPE

lpe

REQUIREMENTS

HOW TO TEST IN QEMU ?

Use lubuntu 26 or ubuntu 26 or ubuntu 26 server with linux 7.0. linux 7.0.1 - 7.0.8 is vulnerable, but I didn't design this exploit for other version that 7.0 but you can try, maybe this exploit will works (I didn't try any other version that linux 7.0) n.b : this exploit is designed for linux 7.0.

Use this command (just an example): qemu-system-x86_64
-machine type=q35,accel=kvm
-enable-kvm -cpu host -smp $(nproc) -m 6G
-drive file=lubuntu26.qcow2,format=qcow2,if=virtio,cache=none,aio=io_uring,discard=unmap
-netdev user,id=n0,hostfwd=tcp::2222-:22
-device virtio-net-pci,netdev=n0
-device virtio-rng-pci -device virtio-balloon
-vga virtio -display spice-app
-device virtio-serial-pci
-chardev spicevmc,id=spicechannel0,name=vdagent
-device virtserialport,chardev=spicechannel0,name=com.redhat.spice.0
-device qemu-xhci,id=xhci
-device usb-tablet,bus=xhci.0 -device usb-kbd,bus=xhci.0
-rtc base=utc,clock=host
-serial mon:stdio
-s

WORKS IN TEXT MODE ONLY

To make this exploit works, the OS needs to be in text mode.

For lubuntu 26 or ubuntu 26, do this before testing the exploit :

sudo systemctl set-default multi-user.target && reboot

THIS EXPLOIT WILL WORKS FOR USERS IN VIDEO GROUP

To avoid this error : [-] No DRM, for lubuntu the user must be in video group, do this before run the exploit:

sudo usermod -a -G video your_username && newgrp video

e.g my user : robohax, so :

sudo usermod -a -G video robohax && newgrp video

Testing :

robohax@robohax-standardpc:~$ id

uid=1000(robohax) gid=1000(robohax) groups=1000(robohax),4(adm),24(cdrom),27(sudo),30(dip),44(video),46(plugdev),110(lpadmin),978(sambashare)

44(video) ===> this is needed to open /dev/dri !!!

PROCESS

progress.png

I have added progress bar that indicates that the exploit is working (not stuck). As long as the progress bar is moving...it means you don't need to restart the OS.

Download Tool