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
exploit_CVE-2021-3560 — Exploitation Script for CVE-2021-3560 | Kitploit
Tools/GitHubGitHub/arcslash/exploit_cve-2021-3560
Privilege EscalationVulnerability AnalysisExploitationPenetration TestingLearning & Education
GitHubarcslash/exploit_cve-2021-3560

exploit_CVE-2021-3560

Exploitation Script for CVE-2021-3560

View Repository
11 year 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-3560 Exploit Script

This script exploits CVE-2021-3560, a vulnerability in polkit that allows privilege escalation to root.

Usage

After cloning the repository, grant execution permissions and run the script:

root@kitploit:~
chmod +x exploit.sh
./exploit.sh

Expected Outcome

After running the script, a new user will be created with root privileges. You can log in using the credentials specified in the script:

root@kitploit:~
ROOT_USER="john"
ROOT_PASS="john@123"

Example Login

root@kitploit:~
su john
Password: john@123
sudo su
whoami
root

Disclaimer

This exploit is provided for educational purposes only. Use it responsibly and only on systems you have explicit permission to test. Unauthorized access to systems is illegal and punishable under law.

References

  • CVE-2021-3560 Details
  • Privilege escalation with polkit: How to get root on Linux with a seven-year-old bug
Download Tool