CTF
- 【Exploit trick】利用poll_list对象构造kmalloc-32任意释放
- 【Exploit trick】针对cred结构的cross cache利用
- 【Exploit trick】Linux内核中利用msg_msg结构实现任意地址读写
Exploit-technique
Kernel-exploit
- 【kernel exploit】CVE-2023-2598 io-uring物理内存越界读写(伪造sock对象)
- 【kernel exploit】CVE-2024-1086-nftables-UAF-Dirty Pagedirectory利用方法
- Dirty Pagetable-一种新的内核漏洞利用技术
- 【kernel exploit】CVE-2022-2602垃圾回收错误释放iouring的file导致UAF
- 【漏洞分析】CVE-2021-0920-Linux垃圾回收机制竞争UAF
- 【kernel exploit】CVE-2022-25636 nftables OOB写堆指针漏洞利用
- 【kernel exploit】CVE-2022-2639 openvswitch模块kmalloc-0x10000堆溢出利用
- 【kernel exploit】CVE-2022-32250 nftables UAF写漏洞利用
- 【kernel exploit】CVE-2022-2588 Double-free 漏洞 DirtyCred 利用
- 【kernel exploit】CVE-2021-4154 错误释放任意file对象-DirtyCred利用
- 【kernel exploit】CVE-2022-34918 nftable堆溢出漏洞利用(list_head任意写)
- 【kernel exploit】CVE-2022-1015 nftables 栈溢出漏洞分析与利用
- 【kernel exploit】CVE-2021-41073 内核类型混淆漏洞利用分析
- 【kernel exploit】CVE-2022-0995 堆溢出1比特置1漏洞利用
- 【kernel exploit】CVE-2022-0185 File System Context 整数溢出漏洞利用
- 【kernel exploit】CVE-2022-0847 Dirty Pipe 漏洞分析与利用
- 【kernel exploit】CVE-2021-42008 6pack协议解码溢出漏洞利用
- 【kernel exploit】CVE-2021-43267 TIPC协议MSG_CRYPTO消息溢出利用
- 【kernel exploit】CVE-2021-22555 2字节堆溢出写0漏洞提权分析
- 【kernel exploit】CVE-2017-6074 DCCP拥塞控制协议Double-Free提权分析
- 【kernel exploit】CVE-2019-15666 xfrm UAF 8字节写NULL提权分析
- 【kernel exploit】CVE-2021-3490 eBPF 32位边界计算错误漏洞
- 【kernel exploit】CVE-2017-1000112 UDP报文处理不一致导致堆溢出
- 【kernel exploit】CVE-2021-31440 eBPF边界计算错误漏洞(Pwn2Own 2021)
- 【kernel exploit】CVE-2017-5123 null任意地址写漏洞
- 【kernel exploit】CVE-2017-7308 AF_PACKET 环形缓冲区溢出漏洞
- 【kernel exploit】CVE-2021-26708 四字节写特殊竞争UAF转化为内核任意读写
- 【kernel exploit】CVE-2017-8890 Phoenix Talon漏洞分析与利用
- Linux 安全缓解机制总结
- 【kernel exploit】CVE-2017-11176 竞态Double-Free漏洞调试
- Linux的file、socket、任务调度函数介绍
- 【kernel exploit】CVE-2021-3156 sudo漏洞分析与利用
- 【kernel exploit】BPF漏洞挖掘与CVE-2020-27194 整数溢出漏洞
Paper
- 【bsauce读论文】2023-CCS-Syzdirect-内核导向型模糊测试
- 【bsauce读论文】2023-USENIX-AlphaEXP-识别Linux内核中的可利用对象
- 【bsauce读论文】2023-CCS-RetSpill-内核栈内存ROP布置与提权技术
- 【bsauce读论文】2024-NDSS-SyzBridge-Linux发行版内核漏洞可利用性评估
- 【bsauce读论文】2024-NDSS-K-LEAK-Linux内核infoleak利用自动生成
- 【bsauce读论文】2023-S&P-内核Use-After-Cleanup漏洞挖掘与利用
- 【bsauce读论文】PSPRAY-基于时序侧信道的Linux内核堆利用技术
- 【bsauce读论文】 DirtyCred-内核凭证替换利用技术
- 【bsauce读论文】Vetting Imbalance Reference Counting in Linux kernel
- 【bsauce读论文】 Playing for K(H)eaps
- 【bsauce读论文】2021-USENIX-EXPRACE-采用中断机制来利用多变量竞争漏洞
- 【bsauce读论文】Krace:Data Race Fuzzing for Kernel File Systems-S&P2020