Explore >> Select a destination


You are here

lkmidas.github.io
| | blog.infosectcbr.com.au
1.1 parsecs away

Travel
| | Dr Silvio Cesare @silviocesare Summary In this blog post I'll discuss how to exploit the Linux kernel via a stack smashing...
| | mutur4.github.io
1.6 parsecs away

Travel
| | In the Linux Kernel 'ring (0)' a stack is also allocated for local variables defined in functions. These functions are mainly implemented for device drivers that are defined in different Loadable Kernel Modules (LKMs). The same stack is also vulnerable to stack overflow attacks that aim at overwriting the return address saved on the stack - this post will cover exploiting these vulnerabilities.
| | blog.infosectcbr.com.au
1.2 parsecs away

Travel
| | Dr Silvio Cesare@silviocesare Summary In this blog post I'll discuss how to exploit the Linux kernel via a stack smashing attack. I'll be attacking the latest kernel version. I'll also introduce a vulnerable device driver that I wrote so that I can focus on the exploitation development and not the vulnerability research. A number of...
| | www.willsroot.io
16.7 parsecs away

Travel
| Vulnerability Research on Low-Level Systems