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
f_poc_cve-2021-4034 — Proof-of-concept exploit for CVE-2021-4034, a local privilege escalation in polkit's pkexec, demonstrating exploitation via shared library injection. | Kitploit
Tools/GitHubGitHub/jcatala/f_poc_cve-2021-4034
Privilege EscalationExploit FrameworksVulnerability AnalysisExploitationPayload Development
GitHubjcatala/f_poc_cve-2021-4034

f_poc_cve-2021-4034

Proof-of-concept exploit for CVE-2021-4034, a local privilege escalation in polkit's pkexec, demonstrating exploitation via shared library injection.

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

f_poc_cve-2021-4034

usage

root@kitploit:~
cd /tmp
git clone https://github.com/jcatala/f_poc_cve-2021-4034/
cd f_poc_cve-2021-4034
gcc -fPIC -c ISO646.c
ld -shared -shared ISO646.o -o s.so
gcc f.c -o f
./f
Download Tool