Tags: fastbin heap 

Rating:

### tl;dr

+ Overflow from `stdin` stucture till `main_arena`.
+ Create fake `fastbin` chunks to get overlapping chunk and leak.
+ Overwrite `__malloc_hook` using fastbin attack.

Original writeup (https://blog.bi0s.in/2020/11/17/Pwn/balsn20-diary/).