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-41277 — PoC for CVE-2021-41277 | Kitploit
Tools/GitHubGitHub/tahtaciburak/cve-2021-41277
Vulnerability AnalysisExploitationInformation GatheringWeb SecurityPenetration Testing
GitHubtahtaciburak/cve-2021-41277

CVE-2021-41277

PoC for CVE-2021-41277

View Repository
1174 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-41277 PoC

Metabase is an open source data analytics platform. Local File Inclusion issue has been discovered in some versions of metabase. Here is the PoC code in order to determine the target has this vulnerability or not. An adversary could read arbitrary files in metabase server.

Build

root@kitploit:~
go build -o CVE-2021-41277 main.go

Install

root@kitploit:~
go get github.com/tahtaciburak/CVE-2021-41277

PoC

root@kitploit:~
cat targets.txt | ./CVE-2021-41277
Download Tool