I handed the epoll UAF to an agent Article by Guy Beck about using Claude for porting an exploit for an eventpoll vulnerability to Android. https://lnkd.in/d_NjdW7K
Linux Kernel Security
Computer and Network Security
Links related to Linux kernel security and exploitation
About us
Links related to Linux kernel security and exploitation. Maintained by https://xairy.io/ and https://a13xp0p0v.github.io/.
- Website
-
https://xairy.io/linkersec
External link for Linux Kernel Security
- Industry
- Computer and Network Security
- Company size
- 1 employee
- Type
- Nonprofit
Employees at Linux Kernel Security
Updates
-
IonStack part II: GhostLock, a stack-UAF that has existed in ALL Linux distributions for 15 years Article about exploiting a racy stack use-after-free in the futex implementation. The bug was used to pwn a kernelCTF instance. https://lnkd.in/gC2KhaXz
-
-
Unprivileged root via an out-of-bounds write in the FUSE readdir cache (CVE-2026-31694) Article by Stanley Shaw about exploiting a page OOB write bug in the FUSE subsystem by overwriting /etc/passwd in the page cache. https://lnkd.in/duc6_p-Z
-
-
Januscape: Guest-to-Host Escape in KVM/x86 Hyunwoo Kim published an article about a use-after-free vulnerability in the shadow MMU emulation of KVM/x86 (CVE-2026-53359). Both Intel (VMX) and AMD (SVM) code is affected. The article only covers achieving a kernel crash via this bug, but the vulnerability can also be exploited to escape the guest VM. The author used this bug to pwn a kvmCTF instance. https://lnkd.in/dtJkU77G
-
-
ITScape: Guest-to-Host Escape in KVM/arm64 Article by Hyunwoo Kim about exploiting a race condition bug in the KVM driver on the arm64 architecture to escape the guest VM. https://lnkd.in/d-K7fKnR
-
-
Bad Epoll: The bug missed by Mythos Article by Jaeyoung Chung about exploiting CVE-2026-46242 — a race condition bug in the eventpoll subsystem. Jaeyoung exploited this bug to claim a kernelCTF entry, but the vulnerability also affects Android kernels. https://lnkd.in/gwRMwr_U
-
-
Unprivileged root via a use-after-free in DRM GEM change_handle (CVE-2026-46215) Stanley Shaw published an article about exploiting UAF in a DRM GEM ioctl. The researcher reallocated freed memory as a pipe_buffer array to set PIPE_BUF_FLAG_CAN_MERGE and perform the Dirty Pipe attack. https://lnkd.in/g-wMA9vj
-
-
Off By !: Exploiting a Use-after-Free in the Linux Kernel Oliver Sieber published a write-up about CVE-2026-23111 in nftables, which they found in early 2025 and other researchers patched upstream in February 2026. The article describes exploiting this UAF on Debian and Ubuntu. https://lnkd.in/gnunB7Ja
-
CIFSwitch: a non-universal Linux local root vulnerability Asim Viladi oğlu Manizadə posted an article about a nice logic bug in the interaction between the kernel CIFS subsystem and the userspace cifs-utils package. An attacker can forge a "cifs.spnego" key in Linux keyring to make the kernel run a root userspace helper to escalate privileges of the attacker's process. https://lnkd.in/gCH8hktN
-
-
Unix GC Remastered Article by Mohand A. ACHERIR about the internals of the new Unix sockets garbage collector implementation and the analysis of CVE-2025-40214, which was used in a kernelCTF entry. https://lnkd.in/dcy7CD37
-