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-Grafana — Python-based exploit for CVE-2021-43798, enabling arbitrary file read on Grafana instances with 49 proof-of-concept payloads and batch scanning support. | Kitploit
Tools/GitHubGitHub/k3rwin/cve-2021-43798-grafana
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubk3rwin/cve-2021-43798-grafana

CVE-2021-43798-Grafana

Python-based exploit for CVE-2021-43798, enabling arbitrary file read on Grafana instances with 49 proof-of-concept payloads and batch scanning support.

View Repository
14 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 Arbitrary File Read

1. Installation

root@kitploit:~
pip3 install -r requirements.txt

2. Usage

root@kitploit:~
$ python3 grafana.py -h

   ____  __     __  _____           ____     ___    ____    _           _  _     _____   _____    ___     ___
  / ___| \ \   / / | ____|         |___ \   / _ \  |___ \  / |         | || |   |___ /  |___  |  / _ \   ( _ )
 | |      \ \ / /  |  _|    _____    __) | | | | |   __) | | |  _____  | || |_    |_ \     / /  | (_) |  / _ \
 | |___    \ V /   | |___  |_____|  / __/  | |_| |  / __/  | | |_____| |__   _|  ___) |   / /    \__, | | (_) |
  \____|    \_/    |_____|         |_____|  \___/  |_____| |_|            |_|   |____/   /_/       /_/   \___/


                                        CVE-2021-43798 Grafana Arbitrary File Read
                                                                By:K3rwin
usage: grafana.py [-h] [-u U] [-r R]

Command line URL parameters: -u to specify a single address, -r to read a batch of addresses from a file

optional arguments:
  -h, --help  show this help message and exit
  -u U        Single URL address, can try 49 POCs
  -r R        URL file list, only use default POC

3. Example

image-20211217145217400

image-20211217145143609

Download Tool