
Arbitrary file read in Grafana allows an attacker to read server files by abusing a path traversal.
A vulnerability in Grafana (CVE-2021-43798) versions 8.0.0 ~~ 8.3.0 that allows an unauthenticated attacker to read arbitrary files from the server by leveraging a path traversal aimed towards the /public/plugins/<plugin> path to access sensitive files on the system.
python3 exploit.py --domain <example.com> --port <PORT>

Disclaimer This script is for educational purposes.