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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

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
CVE-2023-38646 Metabase RCE
Readme
# MetabaseRceTools
CVE-2023-38646 Metabase RCE 工具



# CVE-2023-38646 RCE 图形化利用工具

## 验证模块

- 输入指定网址即可检测未授权Token

![image-20231011112444404](https://boogipop-1314143616.cos.ap-beijing.myqcloud.com/image-20231011112444404.png)

## 命令执行

- 该模块首先需要执行验证模块获取token才可以使用
- JarLocation:metabase.jar的位置,默认当前目录

![image-20231011112525296](https://boogipop-1314143616.cos.ap-beijing.myqcloud.com/image-20231011112525296.png)

## 内存马注入

- 目前仅写了cmd和godzilla模式,通过x-client-data控制
- x-client-data:cmd 给cmd请求头写命令即可
- x-client-data:godzilla 直接连接哥斯拉,默认密码pass

![image-20231011112542389](https://boogipop-1314143616.cos.ap-beijing.myqcloud.com/image-20231011112542389.png)



![image-20231011112958066](https://boogipop-1314143616.cos.ap-beijing.myqcloud.com/image-20231011112958066.png)

File Snapshot

[4.0K] /data/pocs/2e9f15bc74e64a44ac867675ab486962f7afa23d ├── [2.4K] pom.xml ├── [ 969] README.md ├── [4.0K] src │   └── [4.0K] main │   ├── [4.0K] java │   │   └── [4.0K] com │   │   └── [4.0K] boogipop │   │   └── [4.0K] console │   │   ├── [ 15K] Main.java │   │   ├── [4.0K] template │   │   │   └── [ 33K] Config.java │   │   └── [4.0K] util │   │   ├── [5.5K] HttpUtils.java │   │   └── [1.3K] TokenUtil.java │   └── [4.0K] resources │   ├── [4.0K] image │   │   └── [ 42K] icon.jpg │   └── [4.0K] META-INF │   └── [ 61] MANIFEST.MF └── [4.0K] target ├── [4.0K] classes │   ├── [4.0K] com │   │   └── [4.0K] boogipop │   │   └── [4.0K] console │   │   ├── [ 755] Main$1.class │   │   ├── [ 12K] Main.class │   │   ├── [4.0K] template │   │   │   └── [ 28K] Config.class │   │   └── [4.0K] util │   │   ├── [1008] HttpUtils$1.class │   │   ├── [7.7K] HttpUtils.class │   │   └── [2.1K] TokenUtil.class │   ├── [4.0K] image │   │   └── [ 42K] icon.jpg │   └── [4.0K] META-INF │   └── [ 61] MANIFEST.MF ├── [4.0K] maven-archiver │   └── [ 119] pom.properties ├── [4.0K] maven-status │   └── [4.0K] maven-compiler-plugin │   └── [4.0K] compile │   └── [4.0K] default-compile │   ├── [ 0] createdFiles.lst │   └── [ 339] inputFiles.lst └── [ 62K] MetabaseRceTools-1.0-SNAPSHOT.jar 25 directories, 20 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 →