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
Apache-Druid-CVE-2021-25646-Exploit — Exploit for Apache Druid Embedded Javascript Remote Code Execution (CVE-2021-25646), Python. | Kitploit
Tools/GitHubGitHub/shadowlance2/apache-druid-cve-2021-25646-exploit
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationRemote Access Tool
GitHubshadowlance2/apache-druid-cve-2021-25646-exploit

Apache-Druid-CVE-2021-25646-Exploit

Exploit for Apache Druid Embedded Javascript Remote Code Execution (CVE-2021-25646), Python.

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
1 year agoNot yet reviewed

Apache Druid RCE Exploit (CVE-2021-25646)

Python exploit for Apache Druid Remote Code Execution via JavaScript code injection (CVE-2021-25646).

Description

This script exploits an RCE vulnerability in Apache Druid (versions < 0.20.1) that allows arbitrary code execution through specially crafted sampler requests.

Usage

root@kitploit:~
python3 druid_rce.py -u http://target:8888 -c "command_to_execute"

Arguments

  • -u/--url - Target URL (e.g., http://vulnerable-host:8888)
  • -c/--command - Command to execute on target system

Example

root@kitploit:~
python3 druid_rce.py -u http://192.168.1.100:8888 -c "id"

Requirements

  • Python 3.x
  • requests library (pip install requests)

Disclaimer

This tool is for educational and authorized penetration testing purposes only. Never use it against systems without explicit permission. The author is not responsible for any misuse.

P.S. Author: Коротков Виталий Константинович.

Download Tool