Hacker News
- Kernel-Bypass Networking https://www.godaddy.com/engineering/2019/12/10/Kernel-Bypass-Networking/ 55 comments
- Demikernel: A library OS for kernel-bypass devices, now with Rust TCP/IP stack https://github.com/iyzhang/demikernel 6 comments
- I’m Not Dead yet; The Role of the Operating System in a Kernel-Bypass Era [pdf] http://irenezhang.net/papers/demikernel-hotos19.pdf 9 comments
- The Case for a High-Level Kernel-Bypass I/O Abstraction (2019) https://irenezhang.net/blog/2019/05/21/demikernel.html 36 comments
- The Case for a High-Level Kernel-Bypass I/O Abstraction https://irenezhang.net/blog/2019/05/21/demikernel.html 2 comments
- The Case for a High-Level Kernel-Bypass I/O Abstraction http://irenezhang.net/blog/2019/05/21/demikernel.html 26 comments
- Bypass kernel lockdown/UEFI secure boot on Ubuntu 18.04 with ACPI SSDT injection https://git.zx2c4.com/american-unsigned-language/tree/american-unsigned-language.sh 30 comments
- High Speed Networking: Open Sourcing our Kernel Bypass Work https://www.bbc.co.uk/rd/blog/2018-04-high-speed-networking-open-source-kernel-bypass 105 comments
- Partial kernel bypass merged into netmap master https://blog.cloudflare.com/partial-kernel-bypass-merged-netmap/ 3 comments
- Windows 8 Kernel Memory Protections Bypass https://labs.mwrinfosecurity.com/blog/2014/08/15/windows-8-kernel-memory-protections-bypass/ 12 comments
- New Windows driver signature bypass allows kernel rootkit installs https://www.bleepingcomputer.com/news/security/new-windows-driver-signature-bypass-allows-kernel-rootkit-installs/ 231 comments
- Bypassing the Linux kernel for high-performance packet filtering https://blog.cloudflare.com/kernel-bypass/ 90 comments
Lobsters
- Bypassing kernel function pointer integrity checks https://vmcall.blog/nt/2019/11/06/kernel-code-alignment.html 2 comments reversing , security , windows
- Kernel-Bypass LibOS Architecture in Rust https://github.com/microsoft/demikernel 2 comments rust
- BBC: High Speed Networking: Open Sourcing our Kernel Bypass Work (Netmap) https://www.bbc.co.uk/rd/blog/2018-04-high-speed-networking-open-source-kernel-bypass 25 comments linux
- BBC bypasses Linux kernel to make streaming videos flow http://www.theregister.co.uk/2015/10/12/linux_networking_api_showing_its_age/ 8 comments sysadmin
- Bypassing kernel ASLR on Windows 10(remote bypass) https://drive.google.com/file/d/0b3p18m-shbwrnwzta181zwrcclk/edit 11 comments netsec
- Windows 8 Kernel Memory Protections Bypass https://labs.mwrinfosecurity.com/blog/2014/08/15/windows-8-kernel-memory-protections-bypass/ 3 comments netsec
- Linux kernel JIT spray for SMEP / KERNEXEC bypass http://mainisusuallyafunction.blogspot.com/2012/11/attacking-hardened-linux-systems-with.html 5 comments netsec
- Bypassing Image Load Kernel Callbacks - @MDSecLabs https://www.mdsec.co.uk/2021/06/bypassing-image-load-kernel-callbacks/ 6 comments netsec
- Bypass kernel lockdown/uefi secure boot on Ubuntu 18.04 using ACPI SSDT injection, enabling unsigned module loading https://git.zx2c4.com/american-unsigned-language/tree/american-unsigned-language.sh 5 comments netsec
- BBC bypasses Linux kernel to make streaming videos flow. The move to shunt TCP into userspace is gathering momentum. http://www.theregister.co.uk/2015/10/12/linux_networking_api_showing_its_age/ 33 comments linux
- PoC & Guide: Windows EDR bypass through Kernel callbacks removal https://github.com/wavestone-cdt/EdrSandblast 7 comments netsec
- Exploiting a Linux Kernel Infoleak to bypass Linux kASLR https://marcograss.github.io/security/linux/2016/01/24/exploiting-infoleak-linux-kaslr-bypass.html 4 comments lowlevel
- 15 years old heap out-of-bounds write vulnerability in Linux Netfilter powerful enough to bypass all modern security mitigations and achieve kernel code execution https://google.github.io/security-research/pocs/linux/cve-2021-22555/writeup.html 83 comments linux
- 15 years old heap out-of-bounds write vulnerability in Linux Netfilter powerful enough to bypass all modern security mitigations and achieve kernel code execution https://google.github.io/security-research/pocs/linux/cve-2021-22555/writeup.html 17 comments netsec
- Hacking into Kernel Anti-Cheats: How cheaters bypass Faceit, ESEA and Vanguard anti-cheats https://youtube.com/watch?si=XGP7cnqd0gp3StKW&v=RwzIq04vd0M 64 comments linux_gaming
- Hacking into Kernel Anti-Cheats: How cheaters bypass Faceit, ESEA and Vanguard anti-cheats https://www.youtube.com/watch?v=RwzIq04vd0M 4 comments linux_gaming
- CVE-2021-22555: Turning \x00\x00 into 10000$ - a 15 years old heap out-of-bounds write vulnerability in Linux Netfilter that is powerful enough to bypass all modern security mitigations and achieve kernel code execution. https://google.github.io/security-research/pocs/linux/cve-2021-22555/writeup.html 20 comments linuxadmin
- "Some anti-virus vendors are using techniques to bypass Kernel Patch Protection by injecting a hypervisor which they use to intercept syscalls and make assumptions about memory locations — memory locations which are now changing with the Meltdown fixes." https://doublepulsar.com/important-information-about-microsoft-meltdown-cpu-security-fixes-antivirus-vendors-and-you-a852ba0292ec 570 comments programming
- CVE-2017-2636: exploit the race condition in the n_hdlc Linux kernel driver bypassing SMEP https://a13xp0p0v.github.io/2017/03/24/cve-2017-2636.html 2 comments netsec
- ARM's Memory Corruption Detection - Memory Tag Extensions(MTE) Bypassed In Real World Conditions - Google's V8 Engine/Sandbox and the Linux Kernel via Speculative Execution Attacks. https://arxiv.org/pdf/2406.08719v1 2 comments netsec
- Decade-old Windows kernel bug lets hackers bypass security protections, Microsoft denies to fix it! http://www.zdnet.com/article/decade-old-windows-kernel-bug-lets-hackers-bypass-security-protections/ 126 comments technology
- A kernel module to support SSD-to-GPU direct DMA- Read data from SSD directly into GPU bypassing CPU. https://github.com/kaigai/ssd2gpu 11 comments programming