shekkbuilder / Understanding_Linux_Kernel_Vulnerability

Understanding Linux Kernel Vulnerability

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Understanding_Linux_Kernel_Vulnerability

How to compile module

[root@raminfp]# make
[root@raminfp]# sudo insmod <module_vun.ko>
[root@raminfp]# sudo rmmod <module_vun.ko>

How to trigger user-land code

[root@raminfp]# gcc trigger_UAF.c -o trigger_UAF
[root@raminfp]# ./trigger_UAF

Image PoC Crash of kenrel message

Double Free

Thanks of review Andrey Konovalov @xairy

About

Understanding Linux Kernel Vulnerability


Languages

Language:C 94.5%Language:Makefile 5.5%