In this repository I would like to collect various exploits for the linux kernel, eventually with writeups.
The exploits are written by me and my CTF team.
Inside every CTF challenge there is extract.sh
to extract initramfs.
Challenge | Summary | Writeup |
---|---|---|
Klibrary | UAF + race condition (SLUB) | ✔️ |
Pprofile | Unchecked copy_to_user | ✔️ |
Hashbrown | UAF + race condition (SLAB) | ❌ |
Kernel-Rop | ROP chain with KPTI+SMAP+SMEP+KASLR-FG | ❌ |
Atoms | Kernel deadlock | ❌ |