bittorrent3389 / 0ctf2017_kernel_pwn

0ctf2017 Kernel Pwnable - note

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

0ctf2017_kernel_pwn

0ctf2017 Kernel Pwnable - note

SMEP + KASLR + security checks on the buffer address for read/write

Two bugs:

  1. uninitialized heap memory
  2. race condition between edit the time of a note and delete a note plus no buffer address check when deleting a note

About

0ctf2017 Kernel Pwnable - note


Languages

Language:C 98.1%Language:Makefile 1.9%