Skip to content

raminfp/understanding-linux-kernel-vulnerability

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published