目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1000

100.0%

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

来源
关联漏洞
标题:Metabase 路径遍历漏洞 (CVE-2021-41277)
Description:Metabase是美国Metabase公司的一个开源数据分析平台。 Metabase 中存在路径遍历漏洞,该漏洞源于产品的 admin->settings->maps->custom maps->add a map 操作缺少权限验证。攻击者可通过该漏洞获得敏感信息。
Description
PoC for CVE-2021-41277
介绍
# 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
```
文件快照

[4.0K] /data/pocs/6aea599f5c99de454475d69b3629d80ec7af4665 ├── [ 55] go.mod ├── [1.1K] main.go └── [ 465] README.md 0 directories, 3 files
神龙机器人已为您缓存
备注
    1. 建议优先通过来源进行访问。
    2. 如果因为来源失效或无法访问,请发送邮件到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
    3. 神龙已为您对 POC 代码进行快照,为了长期维护,请考虑为本地 POC 付费/捐赠,感谢您的支持。