Sploitus

Exploit for Exposure of Sensitive Information to an Unauthorized Actor in Metabase

githubexploit Β· 2021-11-21

Exploit Code

README19 lines
## https://sploitus.com/exploit?id=9F8141B9-FB4B-5F42-94FC-4AD2C5D20CEF
# 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
```