Modern web browsers pose a challenging and attractive target for security researchers. However, with ever growing codebases and increasing code complexity, the barrier to entry for security research in this area has been rising as well. This training is designed to prepare students for a successful entry into this field. Students will learn to identify, analyze, and exploit vulnerabilities in the context of a web browser renderer process. Through various hands-on exercises, students get practical experience and gain a good understanding of the respective code bases. Exercises will be designed for Chrome and Firefox, although many of them can also be completed on Edge and/or Safari.
The training will roughly be divided into two parts: the first part provides an in-depth introduction to web browser internals, mainly the DOM and JavaScript engines, with a focus on security relevant aspects. The second part of the training will then focus on identifying and exploiting vulnerabilities in the renderer process, and where to go from there.
While no previous experience with browser internals is required, students should be moderately familiar with memory corruption exploitation, low-level process internals, common debuggers, and C++. For students that do not wish to install compiler toolchains etc. directly on their laptops, Linux-based virtual machine images will be provided.
Students should
Samuel is an independent security researcher and, in his spare time, a Master’s student at Karlsruhe Institute of Technology. He has been researching browser security for some years now and has published multiple articles on the subject, including a Phrack paper about JavaScript engine exploitation techniques at the example of JavaScriptCore, the JavaScript engine inside WebKit/Safari. He successfully participated in the yearly Pwn2Own contest in 2017 and 2018, both times demonstrating a remote exploit against Safari which also gained root or kernel-mode code execution on the underlying macOS system.