/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

klecko.github.io
| | mutur4.github.io
1.0 parsecs away

Travel
| | This blog post will cover the exploitation of vulnerable a Linux Kernel Driver by chaining a Heap Overflow bug with a 'sandboxed' Arbitrary Address Write (AAW) for Local Priviledge Escalation to root by overwriting core_pattern with most mitigations enabled.
| | duasynt.com
2.6 parsecs away

Travel
| | Linux kernel heap feng shui in 2022
| | www.hackthebox.com
2.3 parsecs away

Travel
| | FizzBuzz101 shares his clever exploits for this year's Uni CTF Stream Driver Hard Pwnable
| | blog.infosectcbr.com.au
14.1 parsecs away

Travel
| Dr Silvio Cesare @silviocesare Summary Free list poisoning in a common heap exploitation technique which corrupts a heap allocators's linked list of free chunks. A future heap allocation will return the poisoned address. The Linux kernel introduced heap hardening which obfuscates the pointers in these linked lists. Without knowing secret keys and pointer addresses, an...