Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hupe1980/cve-2021-43798
- Owner: hupe1980
- License: mit
- Created: 2022-10-08T15:31:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-08T16:31:01.000Z (about 2 years ago)
- Last Synced: 2024-12-16T20:32:44.406Z (18 days ago)
- Topics: cve-2021-43798, grafana
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```