Share
## https://sploitus.com/exploit?id=F015682D-5AB1-5F06-A681-96FE6D3BCB3C
# Metabase Pre Authentication RCE  (CVE-2023-38646)

We have provided two files:-
  - CVE-2023-38646-POC.py for checking if any metabase intance is leaking setup-token.
  - CVE-2023-38646-Reverse-Shell.py to get a reerse shell on the attacker controlled machine.
---
## CVE-2023-38646-POC.py

![Check](https://github.com/Saumyajeet-Zeron/CVE-2023-38646/assets/125662087/79de3082-173c-4044-b9af-5c28511fedbc)

---
## CVE-2023-38646-Reverse-Shell.py

![Reverse_Shell1](https://github.com/Saumyajeet-Zeron/CVE-2023-38646/assets/125662087/a6fb3661-ad23-4f0e-a23a-82177618c03c)

---
## How To Use
```
git clone https://github.com/securezeron/CVE-2023-38646
cd CVE-2023-38646
pip install -r requirements.txt
python3 CVE-2023-38646-Reverse-Shell.py -h
```