Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.
/ bugbounty Public archive

Latest commit

 

History

History
26 lines (17 loc) · 1.93 KB

get-started.md

File metadata and controls

26 lines (17 loc) · 1.93 KB

Getting started with our bug bounty program

  • Grafana OSS - we offer Docker images that are synced with the main branch. This makes it easy to get started right away and be sure that you're looking for issues in an untouched instance. To spin up Grafana OSS in Docker, run the following command:

    docker run -p 3000:3000 grafana/grafana-oss:main and then visit http://localhost:3000 and login with admin:admin

You can also follow this guide on how to run the Grafana Docker image.

Understanding the threat model for Grafana

Please refer to the following documentation page in order to understand the roles and permissions in Grafana.

Non-core plugins are considered out of scope as Grafana administrators install them at their own risk.

Accepted risks

  • Grafana: A user with Viewer role that can tamper with dashboard queries [documentation]
  • Grafana: Exposed JWT tokens in URL's when url_login is enabled [issue]
  • Grafana: Data sources that have been deliberately manipulated to exploit a weakness in Grafana [issue]
  • Mimir: CSRF issues [issue]

Issues of particular interest