VDB
KO
HIGH 7.5

GHSA-x2w4-c67p-g44j

Grafana Missing Synchronization vulnerability

Quick fix

GHSA-x2w4-c67p-g44j — github.com/grafana/grafana: upgrade to the fixed version with the command below.

go get github.com/grafana/grafana@v9.4.12

Details

Grafana is an open-source platform for monitoring and observability.

Using public dashboards users can query multiple distinct data sources using mixed queries. However such query has a possibility of crashing a Grafana instance.

The only feature that uses mixed queries at the moment is public dashboards, but it's also possible to cause this by calling the query API directly.

This might enable malicious users to crash Grafana instances through that endpoint.

Users may upgrade to version 9.4.12 and 9.5.3 to receive a fix.

Are you affected?

Enter the version of the package you're using.

Affected packages

Go / github.com/grafana/grafana
Introduced in: 0 Fixed in: 9.4.12
Fix go get github.com/grafana/grafana@v9.4.12
Go / github.com/grafana/grafana
Introduced in: 9.5.0 Fixed in: 9.5.3
Fix go get github.com/grafana/grafana@v9.5.3

References