Setting up kernel exploit debugging environment on Pixel 8 β¬οΈ
08.08.2025 01:41 β π 1 π 1 π¬ 0 π 0
CVE-2023-52927 - Turning a Forgotten Syzkaller Report into kCTF Exploit
Article by HoΓ ng HαΊ£i Long about finding an unfixed netfilter use-after-free bug reported by syzbot. The researcher exploited it to pwn the kernelCTF COS instance.
seadragnol.github.io/posts/CVE-20...
17.07.2025 20:26 β π 1 π 0 π¬ 0 π 0
Fuzzing Linux Kernel Modules, with Slava Moskvin
YouTube video by Off By One Security
Fuzzing Linux Kernel Modules, with Slava Moskvin
Stream by @sl4v.bsky.social hosted by @steph3nsims.bsky.social about building a custom fuzzer to rediscover CVE-2025-0927 in the HFS+ filesystem implementation.
www.youtube.com/live/uCcsZrX...
16.07.2025 17:07 β π 0 π 0 π¬ 1 π 0
Linux Kernel Hardening: Ten Years Deep
Talk by Kees Cook about the relevance of various Linux kernel vulnerability classes and the mitigations that address them.
Video: www.youtube.com/watch?v=c_Nx...
Slides: static.sched.com/hosted_files...
15.07.2025 16:42 β π 7 π 3 π¬ 0 π 0
YouTube video by The Linux Foundation
Bypass Kernel Barriers: Fuzzing Linux Kernel in Userspace With LKL - Xuan Xing & Eugene Rodionov
Bypass Kernel Barriers: Fuzzing Linux Kernel in Userspace With LKL
Xuan Xing & Eugene Rodionov gave a talk about fuzzing the Linux kernel interfaces fully in user space using LKL (Linux Kernel Library).
Video: www.youtube.com/watch?v=Wxmi...
Slides: static.sched.com/hosted_files...
10.07.2025 12:32 β π 1 π 1 π¬ 0 π 0
The Journey of Bypassing Ubuntuβs Unprivileged Namespace Restriction
Article by Pumpkin about the internals of the Ubuntu's implementation of restricting unprivileged user namespaces and figuring out another bypass method.
u1f383.github.io/linux/2025/0...
09.07.2025 14:06 β π 1 π 0 π¬ 0 π 0
The researchers leaked the kernel base address using the EntryBleed side-channel attack and then turned the UAF on the vsock_sock structure into a RIP control primitive to execute a ROP-chain.
17.06.2025 22:45 β π 0 π 0 π¬ 0 π 0
Exploiting the CVE-2025-21756 1-day vulnerability
Hyunwoo Kim and Wongi Lee posted a kernelCTF report about exploiting a UAF in the vsock subsystem of the Linux kernel.
github.com/google/secur...
17.06.2025 22:45 β π 0 π 0 π¬ 1 π 0
Solo: A Pixel 6 Pro Story (When one bug is all you need)
Awesome article by Lin Ze Wei about adapting the Pixel 7/8 exploit for a bug in the Mali GPU driver to Pixel 6 Pro.
starlabs.sg/blog/2025/06...
16.06.2025 15:17 β π 0 π 0 π¬ 0 π 0
Bypassing MTE with CVE-2025-0072
Article by Man Yue Mo about exploiting a page use-after-free vulnerability in the ARM's Mali GPU driver in the code that manages userspace-mapped pages.
github.blog/security/vul...
09.06.2025 13:35 β π 1 π 0 π¬ 1 π 0
The researcher had to rerun the prompt multiple times before getting a true-positive result. The o3 model managed to find the 0-day vulnerability in only ~1 out of 50 runs.
06.06.2025 14:27 β π 0 π 0 π¬ 0 π 0
How I used o3 to find CVE-2025-37899, a remote zeroday vulnerability in the Linux kernel's SMB implementation
Article by Sean Heelan about rediscovering a bug in the ksmbd module via the OpenAI's o3 model and then finding a 0-day vulnerability as well.
sean.heelan.io/2025/05/22/h...
06.06.2025 14:27 β π 0 π 0 π¬ 1 π 0
YouTube video by OffensiveCon
OffensiveCon25 - Seth Jenkins - Android In-The-Wild: Unexpectedly Excavating a Kernel Exploit
Android In-The-Wild: Unexpectedly Excavating a Kernel Exploit
Talk by Seth Jenkins about analyzing the traces of an In-The-Wild exploit that targeted the Qualcomm adsprpc driver.
www.youtube.com/watch?v=lnK1...
05.06.2025 15:11 β π 0 π 0 π¬ 1 π 0
YouTube video by OffensiveCon
OffensiveCon25 - Chariton Karamitas - KernelGP: Racing Against the Android Kernel
KernelGP: Racing Against the Android Kernel
Talk by Chariton Karamitas about ways to use FUSE for kernel exploitation from unprivileged SELinux contexts on Android.
www.youtube.com/watch?v=DJBG...
04.06.2025 14:42 β π 1 π 1 π¬ 0 π 0
Kernel Exploitation Techniques: Turning The (Page) Tables
Article by @sam4k.com giving a great introduction to the page table attacks.
sam4k.com/page-table-k...
14.05.2025 20:23 β π 1 π 0 π¬ 0 π 0
Author exploited a severely-limited OOB side-effect of the bug to corrupt pipe_inode_info->tmp_page and gain a page UAF read/write primitive. Researcher then swapped the private_data and f_cred fields of a signalfd file structure and overwrote the credentials via signalfd_ctx.
13.05.2025 20:33 β π 0 π 0 π¬ 0 π 0
[CVE-2025-37752] Two Bytes Of Madness: Pwning The Linux Kernel With A 0x0000 Written 262636 Bytes Out-Of-Bounds
Great article by D3vil about exploiting a type confusion in the network scheduler subsystem and pwning all kernelCTF instances.
syst3mfailure.io/two-bytes-of...
13.05.2025 20:33 β π 2 π 1 π¬ 1 π 0
A Quick Dive Into The Linux Kernel Page Allocator
Article by D3vil that explains the internals of the Page allocator.
syst3mfailure.io/linux-page-a...
12.05.2025 21:02 β π 2 π 1 π¬ 0 π 0
Linux Kernel Exploitation series
Awesome series of articles by r1ru that outlines many commonly-used modern exploitation techniques.
r1ru.github.io/categories/l...
11.05.2025 23:06 β π 2 π 1 π¬ 1 π 0
RISC-V support in kernel-hardening-checker
Alexander Popov added RISC-V support to kernel-hardening-checker. Now, you can check the Linux kernel security parameters for RISC-V in addition to X86_64, ARM64, X86_32, and ARM.
github.com/a13xp0p0v/ke...
09.05.2025 13:17 β π 0 π 0 π¬ 0 π 0
With advice from h0mbre, the researcher used brute force to bypass KASLR and hijacked the control flow for LPE.
08.05.2025 13:25 β π 0 π 0 π¬ 0 π 0
CVE-2025-21756: Attack of the Vsock
Michael Hoefler published an article about exploiting an incorrect reference counter decrement causing a UAF in the vsock subsystem.
hoefler.dev/articles/vso...
08.05.2025 13:25 β π 0 π 0 π¬ 1 π 0
Guidance on how to use syzkaller to find bugs in USB drivers that can be exploited by a malicious USB device π
06.05.2025 20:42 β π 0 π 0 π¬ 0 π 0
This bug was previously reported by Jann Horn and exploited by Oriol CastejΓ³n.
project-zero.issues.chromium.org/issues/42451...
blog.exodusintel.com/2024/03/27/m...
28.04.2025 17:18 β π 0 π 0 π¬ 0 π 0
Exploiting CVE-2024-0582 via the Dirty Pagetable Method
Kuzey Arda Bulut posted an article about exploiting CVE-2024-0582 in io_uring using the Dirty Pagetable technique.
kuzey.rs/posts/Dirty_...
28.04.2025 17:18 β π 0 π 0 π¬ 1 π 0