Linux Kernel Security
Ir al canal en Telegram
Links related to Linux kernel security and exploitation | Chat @linkersec_chat | @xairy @a13xp0p0v | Mirrors on https://xairy.io/linkersec
Mostrar más4 592
Suscriptores
Sin datos24 horas
+17 días
+12630 días
Carga de datos en curso...
Canales Similares
Nube de Etiquetas
Menciones Entrantes y Salientes
---
---
---
---
---
---
Atraer Suscriptores
julio '26
julio '26
+142
en 5 canales
junio '26
+163
en 0 canales
Get PRO
mayo '26
+124
en 0 canales
Get PRO
abril '26
+106
en 0 canales
Get PRO
marzo '26
+81
en 0 canales
Get PRO
febrero '26
+107
en 1 canales
Get PRO
enero '26
+124
en 4 canales
Get PRO
diciembre '25
+156
en 2 canales
Get PRO
noviembre '25
+120
en 1 canales
Get PRO
octubre '25
+95
en 1 canales
Get PRO
septiembre '25
+102
en 2 canales
Get PRO
agosto '25
+52
en 1 canales
Get PRO
julio '25
+70
en 1 canales
Get PRO
junio '25
+51
en 1 canales
Get PRO
mayo '25
+65
en 2 canales
Get PRO
abril '25
+78
en 2 canales
Get PRO
marzo '25
+111
en 2 canales
Get PRO
febrero '25
+53
en 0 canales
Get PRO
enero '25
+52
en 1 canales
Get PRO
diciembre '24
+147
en 3 canales
Get PRO
noviembre '24
+93
en 0 canales
Get PRO
octubre '24
+137
en 2 canales
Get PRO
septiembre '24
+134
en 2 canales
Get PRO
agosto '24
+111
en 2 canales
Get PRO
julio '24
+106
en 2 canales
Get PRO
junio '24
+127
en 0 canales
Get PRO
mayo '24
+77
en 0 canales
Get PRO
abril '24
+94
en 0 canales
Get PRO
marzo '24
+81
en 1 canales
Get PRO
febrero '24
+96
en 0 canales
Get PRO
enero '24
+104
en 0 canales
Get PRO
diciembre '23
+84
en 0 canales
Get PRO
noviembre '23
+150
en 0 canales
Get PRO
octubre '23
+91
en 0 canales
Get PRO
septiembre '23
+134
en 0 canales
Get PRO
agosto '23
+92
en 0 canales
Get PRO
julio '23
+73
en 0 canales
Get PRO
junio '23
+100
en 0 canales
Get PRO
mayo '23
+144
en 0 canales
Get PRO
abril '23
+36
en 0 canales
Get PRO
marzo '23
+43
en 0 canales
Get PRO
febrero '23
+73
en 0 canales
Get PRO
enero '23
+67
en 0 canales
Get PRO
diciembre '22
+80
en 0 canales
Get PRO
noviembre '22
+85
en 0 canales
Get PRO
octubre '22
+66
en 0 canales
Get PRO
septiembre '22
+77
en 0 canales
Get PRO
agosto '22
+109
en 0 canales
Get PRO
julio '22
+67
en 0 canales
Get PRO
junio '22
+84
en 0 canales
Get PRO
mayo '22
+142
en 0 canales
Get PRO
abril '22
+91
en 0 canales
Get PRO
marzo '22
+98
en 0 canales
Get PRO
febrero '22
+68
en 0 canales
Get PRO
enero '22
+128
en 0 canales
Get PRO
diciembre '21
+57
en 0 canales
Get PRO
noviembre '21
+149
en 0 canales
Get PRO
octubre '21
+64
en 0 canales
Get PRO
septiembre '21
+111
en 0 canales
Get PRO
agosto '21
+123
en 0 canales
Get PRO
julio '21
+48
en 0 canales
Get PRO
junio '21
+23
en 0 canales
Get PRO
mayo '21
+29
en 0 canales
Get PRO
abril '21
+333
en 0 canales
| Fecha | Crecimiento de Suscriptores | Menciones | Canales | |
| 26 julio | +1 | |||
| 25 julio | +2 | |||
| 24 julio | +3 | |||
| 23 julio | +2 | |||
| 22 julio | +2 | |||
| 21 julio | +4 | |||
| 20 julio | +3 | |||
| 19 julio | +2 | |||
| 18 julio | +1 | |||
| 17 julio | +5 | |||
| 16 julio | +2 | |||
| 15 julio | +5 | |||
| 14 julio | +5 | |||
| 13 julio | +5 | |||
| 12 julio | +7 | |||
| 11 julio | +4 | |||
| 10 julio | +9 | |||
| 09 julio | +6 | |||
| 08 julio | +20 | |||
| 07 julio | +7 | |||
| 06 julio | +12 | |||
| 05 julio | +5 | |||
| 04 julio | +13 | |||
| 03 julio | +10 | |||
| 02 julio | +4 | |||
| 01 julio | +3 |
Publicaciones del Canal
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.
| 2 | 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. | 1 072 |
| 3 | Unprivileged root via an out-of-bounds write in the FUSE readdir cache (CVE-2026-31694)
Article by Stan Shaw about exploiting a page OOB write bug in the FUSE subsystem by overwriting /etc/passwd in the page cache. | 1 299 |
| 4 | 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. | 1 750 |
| 5 | 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. | 6 445 |
| 6 | 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. | 4 231 |
| 7 | Unprivileged root via a use-after-free in DRM GEM change_handle (CVE-2026-46215)
Stan 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. | 3 072 |
| 8 | 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. | 2 785 |
| 9 | CIFSwitch: a non-universal Linux local root vulnerability
Asim Viladi Oglu Manizada 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. | 2 656 |
| 10 | Unix GC Remastered
Article by Moe 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. | 2 820 |
| 11 | PinTheft Linux LPE
Aaron Esau published an LPE exploit for a page double-free bug in the RDS zerocopy implementation, which can be turned into a page-cache overwrite through io_uring. | 2 461 |
| 12 | Logic bug in the Linux kernel's __ptrace_may_access() function (CVE-2026-46333)
Article about a logical bug in the ptrace implementation that allows getting access to file descriptors of other processes and thus escalating privileges in certain scenarios. | 2 923 |
| 13 | StepStone: LLM-Based GPU Kernel Driver Fuzzing via User-Space Libraries
Paper by Xiaochen Zou et. al about using LLMs for generating syzkaller descriptions for fuzzing GPU drivers via their userspace libraries APIs. | 2 629 |
| 14 | Privilege Escalation via a Page Use-After-Free in Qualcomm's AI Accelerator Linux Kernel Driver
Article by Lukas Maar about exploiting a bug in the mmap handler of the QAIC driver that causes a page UAF. | 2 575 |
| 15 | Discovery & Validation in the Linux Kernel
Three-part article by Samuel Page about analyzing two vulnerabilities (in CAN sockets and FUSE) and attempting to use local LLMs to rediscover the bugs. | 2 849 |
| 16 | Recent Page Cache Corruption Bugs
Multitude of vulnerabilities that allow overwriting the page cache and thus changing the in-memory contents of read-only files to gain LPE or escape a container in certain scenarios.
All stem from kernel code paths that perform in-place overwrites of user-supplied input pages without verifying that the pages are writable.
Copy Fail (CVE-2026-31431):
— Announcement;
— Better write-up.
Dirty Frag (CVE-2026-43284 and CVE-2026-43500):
— Covers two independent vulnerabilities that do not require chaining;
— CVE-2026-43284 is alternatively titled Copy Fail 2;
— Original write-up;
— Avoiding bruteforcing for CVE-2026-43500.
Fragnesia (CVE-2026-46300):
— Original report;
— Variant.
DirtyCBC / DirtyDecrypt (CVE-2026-31635?):
— Write-up;
— Another exploit. | 2 903 |
| 17 | Sin texto... | 1 998 |
