Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 595 Bytes

null_termination.md

File metadata and controls

22 lines (17 loc) · 595 Bytes
layout title
default
Null Termination Bugs

In this session we'll talk about null termination bugs. This is an obscure but occasionally critical type of vulnerability.

What you'll learn

  • Null Terminators
    • What they are
    • Why they're relevant to web security
    • How to test for null termination bugs
    • How to exploit these bugs

Video

<iframe id="ytplayer" type="text/html" width="640" height="360" src="https://www.youtube-nocookie.com/embed/xCcVjgTbycM?rel=0&autoplay=0&origin={{ site.url }}" frameborder="0"></iframe>