# kernel-pwn **Repository Path**: cxxz16/kernel-pwn ## Basic Information - **Project Name**: kernel-pwn - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-21 - **Last Updated**: 2021-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # kernel-pwn [+] Some Real-World vulnerability analyse ## [Integer Overflow in BPF](http://p4nda.top/2019/01/02/kernel-bpf-overflow/) ## [CVE-2017-16995](http://p4nda.top/2019/01/18/CVE-2017-16995/) ## [CVE-2017-7184](http://p4nda.top/2019/02/16/CVE-2017-7184/) [+] some kernel PWN challenge I finished. ## [CISCN 2017 babydriver](http://p4nda.top/2018/10/11/ciscn-2017-babydriver/) ## [0CTF 2018 final baby](http://p4nda.top/2018/07/20/0ctf-baby/) ## [QWB 2018 CTF solid_core](http://leanote.com/blog/post/5ab78270ab64413755000dcf) ## [CSAW-2015-CTF stringipc](http://p4nda.top/2018/11/07/stringipc/) ## [WCTF 2018 klist](http://p4nda.top/2018/11/27/wctf-2018-klist/) ## [*CTF 2019 hackme](http://p4nda.top/2019/05/01/starctf-2019-hackme/) ## [0CTF 2018 zer0fs](http://blog.eadom.net/writeups/0ctf-2018-zerofs-writeup/) about VFS in linux, Something new for me. Vulnerability is simple , bounds memory read and write. don't want to write writeup , cuz bad mood.... Reference : http://blog.eadom.net/writeups/0ctf-2018-zerofs-writeup/ http://kcmetercec.top/2018/04/29/linux_fs_struct_base/ https://blog.csdn.net/tiantao2012/article/details/79549558 https://blog.csdn.net/a954423389/article/details/6870967 https://github.com/psankar/simplefs https://blog.csdn.net/qq_29343201/article/details/79793528