Share
## https://sploitus.com/exploit?id=A2EEC617-410D-5BF2-BB67-AC126479079F
# 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].