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-33909 — Exploit code for CVE-2021-33909,Just a dump of removed https://github.com/AmIAHuman/ repo | Kitploit
Tools/GitHubGitHub/bbinfosec43/cve-2021-33909
Privilege EscalationVulnerability AnalysisExploitationPenetration TestingBinary Exploitation
GitHubbbinfosec43/cve-2021-33909

CVE-2021-33909

Exploit code for CVE-2021-33909,Just a dump of removed https://github.com/AmIAHuman/ repo

View Repository
5815 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-33909

Exploit code for CVE-2021-33909,Just a dump of removed https://github.com/AmIAHuman/ repo

Sequoia (CVE-2021-33909)

Building

gcc exploit.c -o exploit

Running

"mkdir dir;./exploit $(pwd)/dir". chmod +x exploit ./exploit

One-Liner

gcc exploit.c -o exploit;chmod +x exploit;./exploit

Credits https://blog.qualys.com/vulnerabilities-threat-research/2021/07/20/sequoia-a-local-privilege-escalation-vulnerability-in-linuxs-filesystem-layer-cve-2021-33909 https://github.com/AmIAHuman

Download Tool