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_fileread — grafana CVE-2021-43798任意文件读取漏洞POC,采用多插件轮训检测的方法,允许指定单URL和从文件中读取URL | Kitploit
Tools/GitHubGitHub/moch3n/cve-2021-43798-grafana_fileread
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubmoch3n/cve-2021-43798-grafana_fileread

CVE-2021-43798-grafana_fileread

grafana CVE-2021-43798任意文件读取漏洞POC,采用多插件轮训检测的方法,允许指定单URL和从文件中读取URL

View Repository
1714 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_fileread

If the target is behind a reverse proxy, replace the payload with this one:

root@kitploit:~
url1 = url +"/public/plugins/"+str.rstrip(plugins)+"/#/../..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2f/etc/passwd"

Grafana is a cross-platform, open-source data visualization web application platform. After users configure and connect data sources, Grafana can display data charts and alerts in a web browser.
Grafana has an unauthorized arbitrary file read vulnerability. An unauthenticated attacker can exploit this vulnerability to read arbitrary files on the host.

CVE: CVE-2021-43798
Component: Grafana Vulnerability Type: File Read
Impact: Obtain sensitive information
Description: An unauthenticated attacker can exploit this vulnerability to obtain sensitive server files.

Usage Instructions

  1. Test a single URL
root@kitploit:~
python3 grafana_fileread.py -u http://localhost:3000

image The obtained data can be viewed in the grafana 8.x_fileread_vuln.txt file image 2. Test IPs from a file

root@kitploit:~
python3 grafana_fileread.py -u http://localhost:3000

image

  1. -h View help image
Download Tool