Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2021-4034 — Exploit for CVE-2021-4034 (PwnKit) that escalates privileges to root via pkexec, providing a simple shell execution. | Kitploit
Tools/GitHubGitHub/null0b/cve-2021-4034
Privilege EscalationExploit FrameworksExploitationPenetration TestingBinary Exploitation
GitHubnull0b/cve-2021-4034

CVE-2021-4034

Exploit for CVE-2021-4034 (PwnKit) that escalates privileges to root via pkexec, providing a simple shell execution.

View Repository
154 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2021-4034

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

Installation

If the exploit works, you will get a root shell immediately:

root@kitploit:~
(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
Download Tool