Linux Kernel Security
Открыть в Telegram
Links related to Linux kernel security and exploitation | Chat @linkersec_chat | @xairy @a13xp0p0v
Больше4 504
Подписчики
+224 часа
+347 дней
+12730 день
Загрузка данных...
Похожие каналы
Облако тегов
Входящие и исходящие упоминания
---
---
---
---
---
---
Привлечение подписчиков
июль '26
июль '26
+16
в 0 каналах
июнь '26
+163
в 0 каналах
Get PRO
май '26
+124
в 0 каналах
Get PRO
апрель '26
+106
в 0 каналах
Get PRO
март '26
+81
в 0 каналах
Get PRO
февраль '26
+107
в 0 каналах
Get PRO
январь '26
+124
в 3 каналах
Get PRO
декабрь '25
+156
в 2 каналах
Get PRO
ноябрь '25
+120
в 1 каналах
Get PRO
октябрь '25
+95
в 1 каналах
Get PRO
сентябрь '25
+102
в 2 каналах
Get PRO
август '25
+52
в 1 каналах
Get PRO
июль '25
+70
в 1 каналах
Get PRO
июнь '25
+51
в 1 каналах
Get PRO
май '25
+65
в 2 каналах
Get PRO
апрель '25
+78
в 2 каналах
Get PRO
март '25
+111
в 2 каналах
Get PRO
февраль '25
+53
в 0 каналах
Get PRO
январь '25
+52
в 1 каналах
Get PRO
декабрь '24
+147
в 3 каналах
Get PRO
ноябрь '24
+93
в 0 каналах
Get PRO
октябрь '24
+137
в 2 каналах
Get PRO
сентябрь '24
+134
в 2 каналах
Get PRO
август '24
+111
в 2 каналах
Get PRO
июль '24
+106
в 2 каналах
Get PRO
июнь '24
+127
в 0 каналах
Get PRO
май '24
+77
в 0 каналах
Get PRO
апрель '24
+94
в 0 каналах
Get PRO
март '24
+81
в 1 каналах
Get PRO
февраль '24
+96
в 0 каналах
Get PRO
январь '24
+104
в 0 каналах
Get PRO
декабрь '23
+84
в 0 каналах
Get PRO
ноябрь '23
+150
в 0 каналах
Get PRO
октябрь '23
+91
в 0 каналах
Get PRO
сентябрь '23
+134
в 0 каналах
Get PRO
август '23
+92
в 0 каналах
Get PRO
июль '23
+73
в 0 каналах
Get PRO
июнь '23
+100
в 0 каналах
Get PRO
май '23
+144
в 0 каналах
Get PRO
апрель '23
+36
в 0 каналах
Get PRO
март '23
+43
в 0 каналах
Get PRO
февраль '23
+73
в 0 каналах
Get PRO
январь '23
+67
в 0 каналах
Get PRO
декабрь '22
+80
в 0 каналах
Get PRO
ноябрь '22
+85
в 0 каналах
Get PRO
октябрь '22
+66
в 0 каналах
Get PRO
сентябрь '22
+77
в 0 каналах
Get PRO
август '22
+109
в 0 каналах
Get PRO
июль '22
+67
в 0 каналах
Get PRO
июнь '22
+84
в 0 каналах
Get PRO
май '22
+142
в 0 каналах
Get PRO
апрель '22
+91
в 0 каналах
Get PRO
март '22
+98
в 0 каналах
Get PRO
февраль '22
+68
в 0 каналах
Get PRO
январь '22
+128
в 0 каналах
Get PRO
декабрь '21
+57
в 0 каналах
Get PRO
ноябрь '21
+149
в 0 каналах
Get PRO
октябрь '21
+64
в 0 каналах
Get PRO
сентябрь '21
+111
в 0 каналах
Get PRO
август '21
+123
в 0 каналах
Get PRO
июль '21
+48
в 0 каналах
Get PRO
июнь '21
+23
в 0 каналах
Get PRO
май '21
+29
в 0 каналах
Get PRO
апрель '21
+333
в 0 каналах
| Дата | Привлечение подписчиков | Упоминания | Каналы | |
| 03 июля | +9 | |||
| 02 июля | +4 | |||
| 01 июля | +3 |
Посты канала
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.
| 2 | 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. | 1 175 |
| 3 | 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. | 1 356 |
| 4 | 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. | 1 825 |
| 5 | 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 601 |
| 6 | 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 321 |
| 7 | 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 |
| 8 | 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 |
| 9 | 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 |
| 10 | 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 |
| 11 | 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 |
| 12 | Нет текста... | 1 998 |
| 13 | Some notes on the security properties of the pipe_buffer kernel object
a13xp0p0v (me) posted an article about a few experiments with the pipe_buffer kernel object within his kernel-hack-drill project.
Alexander described multiple pipe_buffer features relevant for kernel exploits that rely on this object. | 0 |
| 14 | Out-of-Cancel: A Vulnerability Class Rooted in Workqueue Cancellation APIs
V4bel published an article describing a complicated exploit of a race condition caused by a misuse of the cancel_work_sync() kernel API in the network subsystem. | 0 |
| 15 | Walkthrough of an N-day Android GPU driver vulnerability
Talk by Angus about analyzing CVE-2022-22706 — a logical bug in the Mali GPU driver that allows getting write access to read-only memory. | 0 |
| 16 | From KernelSnitch to Practical msg_msg/pipe_buffer Heap KASLR Leaks
Article by Lukas Maar about evaluating the KernelSnitch timing side-channel attack on a variety of systems, including Android.
The attack allows leaking addresses of exploitation-relevant kernel allocations.
Lukas also published the source code for executing the attack. | 0 |
| 17 | Assessing Claude Mythos Preview’s cybersecurity capabilities
Article by Nicholas Carlini et. al about the security research capabilities of the new Anthropic's LLM called Claude Mythos Preview.
The LLM was used to discover multiple 0-days in the Linux kernel and also write privilege escalation exploits for a few previously known vulnerabilities; the article provides a detailed write-up for two such exploits. | 0 |
| 18 | slab: support for compiler-assisted type-based slab cache partitioning
Marco Elver posted a kernel patch that provides an alternative mode to RANDOM_KMALLOC_CACHES called TYPED_KMALLOC_CACHES.
The new mode leverages a Clang 22 feature called "allocation tokens". Unlike RANDOM_KMALLOC_CACHES, this mode deterministically assigns caches to allocations based on their types, and not allocation sites. | 0 |
| 19 | CrackArmor: Multiple vulnerabilities in AppArmor
Article about a variety of vulnerabilities found in the AppArmor LSM implementation, including a few kernel memory corruptions. Authors exploited them to achieve LPE on Ubuntu and Debian. | 0 |
Уже доступно! Исследование Telegram 2025 — ключевые инсайты года 
