What would you do if you came across a website that uses Grafana?
How to Detect
Try to HTTP request to https://example.com/login and there is a form login
Find the related CVE by checking grafana version
How to find the grafana version
Try to request to https://example.com/login and then check the source code. You will find the version in JSON body "isEnterprise":false,"latestVersion:"9.0.0","version":"8.3.2" so 8.3.2 is the grafana version. If you found outdated grafana version, find the CVEs at CVEDetails