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) in Polkit's pkexec, providing local privilege escalation to root on Linux systems. Includes build instructions and a rough patch. | Kitploit
Tools/GitHubGitHub/anonymous-family/cve-2021-4034
Privilege EscalationExploit FrameworksVulnerability AnalysisExploitationBinary Exploitation
GitHubanonymous-family/cve-2021-4034

CVE-2021-4034

Exploit for CVE-2021-4034 (PwnKit) in Polkit's pkexec, providing local privilege escalation to root on Linux systems. Includes build instructions and a rough patch.

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
24 years agoNot yet reviewed

CVE-2021-4034 Exploit

Usage

root@kitploit:~
$ git clone https://github.com/Anonymous-Family/CVE-2021-4034.git
$ 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

Rough Patch

root@kitploit:~
# chmod 0755 `which pkexec`

Note: You can configure the options by playing around with include/config.h

Download Tool