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-3560 — NYCY_homework_&_meeting | Kitploit
Tools/GitHubGitHub/bizarrelove/cve-2021-3560
Privilege EscalationVulnerability AnalysisExploitationPenetration TestingLearning & Education
GitHubbizarrelove/cve-2021-3560

CVE-2021-3560

NYCY_homework_&_meeting

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

A NYCU CVE-2021-3560 research. QQ

A CVE-2021-3560 poc, easy to read and learn.

reference from POC by hakivvi. Thanks to hakivvi. He saved a lot of my time.

run:

  1. compile the exploit:
root@kitploit:~
$ gcc -g cve-2021-3560_poc.c -o cve-2021-3560 /usr/lib/x86_64-linux-gnu/libdbus-1.so /usr/lib/x86_64-linux-gnu/libz.so
  1. Simply Checking whether this machine is vulnerable.(for ubuntu)
root@kitploit:~
$ ./cve-2021-3560 check
  1. run the exploit:
root@kitploit:~
$ ./cve-2021-3560
Download Tool