exploit of CVE-2022-0847 which directly remove password of the root account# CVE-2022-0847
exploit of CVE-2022-0847 which directly remove password of the root account
# Usage:
1. gcc cve-2022-0847.c -o exploit
2. ./exploit
# Requrements:
gcc
# Work summery:
The traditional classic exploit POC of Max Kellermann used to add a user with root privilage but in this POC exploit, It gives removes password for root account by modifng /etc/passwd file [root:x:0:0:root:/root:/bin/bash].
[4.0K] /data/pocs/e4898a7b66f95116566876651ae5444b1de4bcbf
├── [1.5K] cve-2022-0847.c
└── [ 410] README.md
0 directories, 2 files