Research Update Enhanced src/network-services-pentesting/pen...#2064
Merged
carlospolop merged 1 commit intomasterfrom Mar 28, 2026
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: Content Categories: Based on the analysis, this content was categorized under "Research". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Research Update for src/network-services-pentesting/pentesting-web/grafana.md
This PR contains automated research updates including:
Generated by: HackTricks Research Agent
Timestamp: 2026-03-28 13:13:46 UTC
Tool usage
This update was genera...
🔧 Technical Details
Research update for HackTricks content
🤖 Agent Actions
I’m reading the existing Grafana page and nearby HackTricks content first, then I’ll branch into recent research so the update stays specific and avoids duplicating material already covered elsewhere.
The current page is narrow: some basic loot plus the 2024 DuckDB
shellfspath. I’m checking adjacent HackTricks pages now, especially the newer Grafana traversal/open-redirect content already documented elsewhere, so I can keep this page focused on Grafana-specific operator tradecraft.Google search is unavailable in this environment due to a
429quota error, so I’m cross-checking with Brave plus direct reads from primary sources and technical writeups. I’ve already confirmed the newer 2025 traversal/open-redirect chain is documented elsewhere in HackTricks, so I’m treating it as an internal reference rather than duplicating it here.I’ve got enough structure now to target three useful additions: authenticated browser-side loot, host-side secret extraction paths, and a short plugin attack-surface section. I’m validating those against Grafana’s own docs plus one recent plugin-security writeup so the page adds practical value without becoming a CVE dump.
bs4isn’t installed here, so I’m switching to simpler extraction: pull the raw pages and grep for the exact strings I need. The important part is already narrowing down cleanly; I just need the supporting lines before I patch the page.I’m patching the Grafana page now. The edit will keep the existing DuckDB RCE coverage, add practical loot/recon paths that are current in Grafana 9+, and point the newer 2025 client-side chain back to the dedicated HackTricks pages instead of copying it here.
The patch is in place. I’m doing a final pass for Markdown correctness, shell-escape damage, and the internal
{{#ref}}paths before I close this out.Updated grafana.md.
The page now adds practical Grafana-specific tradecraft instead of just the DuckDB RCE: better host-side loot paths (
grafana.ini, provisioning, plugins,grafana.db), browser-side recon viawindow.grafanaBootData/jsonData, notes on why stealingsecret_keymatters in Grafana v9+ envelope encryption, and a short plugin attack-surface section withapi/pluginsenumeration plus recent Infinity/Image Renderer angles. I also kept the 2025 traversal/open-redirect material out of this page and linked the existing HackTricks pages instead, to avoid duplication.Verified the Markdown and confirmed both internal refs resolve.
Research URLs used:
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.