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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2021-41277 PoC — Metabase 路径遍历漏洞

Source
Associated Vulnerability
Title:Metabase 路径遍历漏洞 (CVE-2021-41277)
Description:Metabase是美国Metabase公司的一个开源数据分析平台。 Metabase 中存在路径遍历漏洞,该漏洞源于产品的 admin->settings->maps->custom maps->add a map 操作缺少权限验证。攻击者可通过该漏洞获得敏感信息。
Description
Metabase任意文件读取漏洞批量扫描工具
Readme
# CVE-2021-41277
Metabase任意文件读取漏洞批量扫描工具

影响版本:

```漏洞
metabase version < 0.40.5
metabase version >= 1.0.0, < 1.40.5
```

修复版本:

```bash
metabase version >= 0.40.5
metabase version >= 1.40.5
```

## 使用说明

```bash
usage: CVE-2021-41277.py [-h] [-u URL] [-f FILE]

CVE-2021-41277

optional arguments:
  -h, --help            show this help message and exit
  -u URL, --url URL     url like http://127.0.0.1:8080
  -f FILE, --file FILE  url file path
```

单个`url`扫描

```bash
python3 CVE-2021-41277.py -u http://172.16.0.1:8080
```

批量扫描

```bash
python3 CVE-2021-41277.py -f ./scan.txt
```

File Snapshot

[4.0K] /data/pocs/06da29ef77b87395ec81c1602cbdcc00719fbebd ├── [3.1K] CVE-2021-41277.py └── [ 663] README.md 0 directories, 2 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. If the original source is unavailable, please email f.jinxu#gmail.com for a local snapshot (replace # with @).
    3. Shenlong has snapshotted the POC code for you. To support long-term maintenance, please consider donating. Thank you for your support.