/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

docfate111.github.io
| | mutur4.github.io
1.8 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.
| | securitylab.github.com
1.4 parsecs away

Travel
| | Use-after-free in the Arm Mali GPU kernel driver
| | duasynt.com
1.1 parsecs away

Travel
| | Universal Linux kernel heap spray
| | blog.infosectcbr.com.au
10.6 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...