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
PoC for CVE-2021-41277
Readme
# CVE-2021-41277 PoC

Metabase is an open source data analytics platform. Local File Inclusion issue has been discovered in some versions of metabase. Here is the PoC code in order to determine the target has this vulnerability or not. An adversary could read arbitrary files in metabase server.

## Build
```
go build -o CVE-2021-41277 main.go
```

## Install
```
go get github.com/tahtaciburak/CVE-2021-41277
```

## PoC
```
cat targets.txt | ./CVE-2021-41277
```
File Snapshot

[4.0K] /data/pocs/6aea599f5c99de454475d69b3629d80ec7af4665 ├── [ 55] go.mod ├── [1.1K] main.go └── [ 465] 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. 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.