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 — PWNKIT - Local Privilege Escalation Vulnerability on Linux (Polkit) | Kitploit
Tools/GitHubGitHub/hrishitjoshi/cve-2021-4034
Privilege EscalationVulnerability AnalysisExploitationPenetration TestingBinary Exploitation
GitHubhrishitjoshi/cve-2021-4034

CVE-2021-4034

PWNKIT - Local Privilege Escalation Vulnerability on Linux (Polkit)

View Repository
14 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

Run the following commands on a vulnerable Linux machine in the directory where the c file is present and it should give you root access.

$ gcc CVE-2021-4034.c -o exploit $ ./exploit

whoami

root

Download Tool