==================================
==================================

Vulnerability

tl;dr of the vulnerability

Background

Background of the application

Overview

Overview of the exploit

Proof-of-Concept

Proof-of-concept code:

/*
 * Proof-of-concept code
 */

#include <stdio>

int
main (int argc, char *argv[])
{
    printf("Just kidding\n");
    return EXIT_SUCCESS;
}