Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hupe1980/cve-2021-43798

Grafana - Directory Traversal and Arbitrary File Read
https://github.com/hupe1980/cve-2021-43798

cve-2021-43798 grafana

Last synced: 15 days ago
JSON representation

Grafana - Directory Traversal and Arbitrary File Read

Awesome Lists containing this project

README

        

# CVE-2021-43798
> Grafana - Directory Traversal and Arbitrary File Read

- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-43798
- https://grafana.com/blog/2021/12/08/an-update-on-0day-cve-2021-43798-grafana-directory-traversal/

## Example
```bash
python3 exploit.py http://127.0.0.1:3000 /etc/passwd
```
```bash
python3 exploit.py http://127.0.0.1:3000 /appdata.db --output appdata.db
```