Skip to content

zzoru/0ctf2017_kernel_pwn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.1%
  • Makefile 1.9%