---
id: CVE-2023-2801
aliases:
  - GHSA-x2w4-c67p-g44j
  - BIT-grafana-2023-2801
title: Grafana Missing Synchronization vulnerability
summary: Grafana Missing Synchronization vulnerability
severity: high
cvss: 7.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'
vendor: grafana
product: github.com/grafana/grafana
ecosystem: go
affected:
  - github.com/grafana/grafana < 9.4.12
  - 'github.com/grafana/grafana >= 9.5.0, < 9.5.3'
patched:
  - github.com/grafana/grafana 9.4.12
  - github.com/grafana/grafana 9.5.3
published: '2023-06-06'
updated: '2026-08-07'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-x2w4-c67p-g44j'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2023-2801'
  - url: 'https://github.com/grafana/grafana'
  - url: 'https://grafana.com/security/security-advisories/cve-2023-2801'
  - url: 'https://security.netapp.com/advisory/ntap-20230706-0002'
tags:
  - osv
  - go
epss: 0.00745
epssPercentile: 0.53295
ingestedAt: '2026-08-07T19:14:17.887Z'
---

## Overview

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.

## Affected packages

- `github.com/grafana/grafana < 9.4.12`
- `github.com/grafana/grafana >= 9.5.0, < 9.5.3`

## Remediation

Upgrade to a patched release:

- `github.com/grafana/grafana 9.4.12`
- `github.com/grafana/grafana 9.5.3`
