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].
Log in to view the POC file snapshot cached by Shenlong Bot
Log in to view