Tags: pwn
Rating: 3.0
It didn't initialize key_list array and didn't check key_list in remove routine.
So, we can easily trigger fastbin attack.
I overwrite **malloc_hook** with system function and give **"/bin/sh"** address because it didn't check malloc size.