Approved changes feed: RSS · Atom

cpe:2.3:a:grafana:grafana:*:*:*:*:enterprise:*:*:*

part: a version: * update: *

VendorGrafana (7564912d-bb81-50cf-9eb9-f573ac2fa519)
ProductGrafana (6e4f3e11-70ef-54b3-88d6-f64136c9d5f2)
Edition*
Language*
Software editionenterprise
Target software*
Target hardware*
Other*
NotesImported from purl2cpe mapping

PURL mappings

PURLSourceLast updated
pkg:docker/grafana/grafana purl2cpe 2026-06-01 10:14:45.855122
pkg:github/grafana/grafana purl2cpe 2026-06-01 10:14:45.855124
pkg:rpm/fedora/grafana purl2cpe 2026-06-01 10:14:45.855125
pkg:rpm/opensuse/grafana purl2cpe 2026-06-01 10:14:45.855126

Vulnerability references

IdentifiercpeApplicabilitySubmitteddb.gcve.eu detailsRationale
CVE:CVE-2026-27876 vulnerable 2026-06-03 15:18:07.447355 RCE on Grafana via sqlExpressions
CRITICAL (9.1)
A chained attack via SQL Expressions and a Grafana Enterprise plugin can lead to a remote arbitrary code execution impact (RCE). This is enabled by a feature in Grafana (OSS), so all users are always recommended to update to avoid future attack vectors going this path. Only instances with the sqlExpressions feature toggle enabled are vulnerable. Only instances in the following version ranges are affected: - 11.6.0 (inclusive) to 11.6.14 (exclusive): 11.6.14 has the fix. 11.5 and below are not affected. - 12.0.0 (inclusive) to 12.1.10 (exclusive): 12.1.10 has the fix. 12.0 did not receive an update, as it is end-of-life. - 12.2.0 (inclusive) to 12.2.8 (exclusive): 12.2.8 has the fix. - 12.3.0 (inclusive) to 12.3.6 (exclusive): 12.3.6 has the fix. - 12.4.0 (inclusive) to 12.4.2 (exclusive): 12.4.2 has the fix. 13.0.0 and above also have the fix: no v13 release is affected.
Published: 2026-03-27T14:24:36.771Z
Updated: 2026-05-13T19:28:27.449Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2026-21720 vulnerable 2026-06-03 15:15:51.506913 Unauthenticated DoS: avatar cache leaks goroutines when /avatar/:hash requests time out
HIGH (7.5)
Every uncached /avatar/:hash request spawns a goroutine that refreshes the Gravatar image. If the refresh sits in the 10-slot worker queue longer than three seconds, the handler times out and stops listening for the result, so that goroutine blocks forever trying to send on an unbuffered channel. Sustained traffic with random hashes keeps tripping this timeout, so goroutine count grows linearly, eventually exhausting memory and causing Grafana to crash on some systems.
Published: 2026-01-27T09:07:04.758Z
Updated: 2026-05-13T19:28:36.287Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2025-41115 vulnerable 2026-06-03 15:01:14.531488 Incorrect privilege assignment
CRITICAL (10)
SCIM provisioning was introduced in Grafana Enterprise and Grafana Cloud in April to improve how organizations manage users and teams in Grafana by introducing automated user lifecycle management. In Grafana versions 12.x where SCIM provisioning is enabled and configured, a vulnerability in user identity handling allows a malicious or compromised SCIM client to provision a user with a numeric externalId, which in turn could allow to override internal user IDs and lead to impersonation or privilege escalation. This vulnerability applies only if all of the following conditions are met: - `enableSCIM` feature flag set to true - `user_sync_enabled` config option in the `[auth.scim]` block set to true
Published: 2025-11-21T14:25:38.945Z
Updated: 2026-05-13T19:28:47.430Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-4822 vulnerable 2026-06-03 14:53:29.753648 Details available
MEDIUM (6.7)
Grafana is an open-source platform for monitoring and observability. The vulnerability impacts Grafana instances with several organizations, and allows a user with Organization Admin permissions in one organization to change the permissions associated with Organization Viewer, Organization Editor and Organization Admin roles in all organizations. It also allows an Organization Admin to assign or revoke any permissions that they have to any user globally. This means that any Organization Admin can elevate their own permissions in any organization that they are already a member of, or elevate or restrict the permissions of any other user. The vulnerability does not allow a user to become a member of an organization that they are not already a member of, or to add any other users to an organization that the current user is not a member of.
Published: 2023-10-16T08:45:59.756Z
Updated: 2026-01-30T04:55:38.864Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-4399 vulnerable 2026-06-03 14:53:27.948132 Details available
MEDIUM (6.6)
Grafana is an open-source platform for monitoring and observability. In Grafana Enterprise, Request security is a deny list that allows admins to configure Grafana in a way so that the instance doesn’t call specific hosts. However, the restriction can be bypassed used punycode encoding of the characters in the request address.
Published: 2023-10-17T07:09:03.015Z
Updated: 2025-02-13T17:13:32.745Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-3128 vulnerable 2026-06-03 14:52:40.016974 Details available
CRITICAL (9.4)
Grafana is validating Azure AD accounts based on the email claim. On Azure AD, the profile email field is not unique and can be easily modified. This leads to account takeover and authentication bypass when Azure AD OAuth is configured with a multi-tenant app.
Published: 2023-06-22T20:14:00.805Z
Updated: 2025-02-13T16:49:48.654Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-29170 vulnerable 2026-06-03 14:46:57.324305 Grafana Enterprise datasource network restrictions bypass via HTTP redirects
MEDIUM (6.6)
Grafana is an open-source platform for monitoring and observability. In Grafana Enterprise, the Request security feature allows list allows to configure Grafana in a way so that the instance doesn’t call or only calls specific hosts. The vulnerability present starting with version 7.4.0-beta1 and prior to versions 7.5.16 and 8.5.3 allows someone to bypass these security configurations if a malicious datasource (running on an allowed host) returns an HTTP redirect to a forbidden host. The vulnerability only impacts Grafana Enterprise when the Request security allow list is used and there is a possibility to add a custom datasource to Grafana which returns HTTP redirects. In this scenario, Grafana would blindly follow the redirects and potentially give secure information to the clients. Grafana Cloud is not impacted by this vulnerability. Versions 7.5.16 and 8.5.3 contain a patch for this issue. There are currently no known workarounds.
Published: 2022-05-20T16:10:12.000Z
Updated: 2025-04-23T18:24:44.628Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-28660 vulnerable 2026-06-03 14:46:55.165635 Details available
The querier component in Grafana Enterprise Logs 1.1.x through 1.3.x before 1.4.0 does not require authentication when X-Scope-OrgID is used. Versions 1.2.1, 1.3.1, and 1.4.0 contain the bugfix. This affects -auth.type=enterprise in microservices mode
Published: 2022-05-20T14:32:17.000Z
Updated: 2024-08-03T05:56:16.454Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-24812 vulnerable 2026-06-03 14:46:31.301898 FGAC API Key privilege escalation in Grafana
HIGH (8)
Grafana is an open-source platform for monitoring and observability. When fine-grained access control is enabled and a client uses Grafana API Key to make requests, the permissions for that API Key are cached for 30 seconds for the given organization. Because of the way the cache ID is constructed, the consequent requests with any API Key evaluate to the same permissions as the previous requests. This can lead to an escalation of privileges, when for example a first request is made with Admin permissions, and the second request with different API Key is made with Viewer permissions, the second request will get the cached permissions from the previous Admin, essentially accessing higher privilege than it should. The vulnerability is only impacting Grafana Enterprise when the fine-grained access control beta feature is enabled and there are more than one API Keys in one organization with different roles assigned. All installations after Grafana Enterprise v8.1.0-beta1 should be upgraded as soon as possible. As an alternative, disable fine-grained access control will mitigate the vulnerability.
Published: 2022-04-12T17:00:19.000Z
Updated: 2026-01-28T04:55:33.003Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-28148 vulnerable 2026-06-03 14:44:17.287406 Details available
One of the usage insights HTTP API endpoints in Grafana Enterprise 6.x before 6.7.6, 7.x before 7.3.10, and 7.4.x before 7.4.5 is accessible without any authentication. This allows any unauthenticated user to send an unlimited number of requests to the endpoint, leading to a denial of service (DoS) attack against a Grafana Enterprise instance.
Published: 2021-03-22T14:06:40.000Z
Updated: 2024-08-03T21:40:12.000Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-28147 vulnerable 2026-06-03 14:44:17.286989 Details available
The team sync HTTP API in Grafana Enterprise 6.x before 6.7.6, 7.x before 7.3.10, and 7.4.x before 7.4.5 has an Incorrect Access Control issue. On Grafana instances using an external authentication service and having the EditorsCanAdmin feature enabled, this vulnerability allows any authenticated user to add external groups to any existing team. This can be used to grant a user team permissions that the user isn't supposed to have.
Published: 2021-03-22T14:03:53.000Z
Updated: 2024-08-03T21:40:12.004Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-28146 vulnerable 2026-06-03 14:44:17.286549 Details available
The team sync HTTP API in Grafana Enterprise 7.4.x before 7.4.5 has an Incorrect Access Control issue. On Grafana instances using an external authentication service, this vulnerability allows any authenticated user to add external groups to existing teams. This can be used to grant a user team permissions that the user isn't supposed to have.
Published: 2021-03-22T14:00:36.000Z
Updated: 2024-08-03T21:33:17.416Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-27962 vulnerable 2026-06-03 14:44:17.104779 Details available
Grafana Enterprise 7.2.x and 7.3.x before 7.3.10 and 7.4.x before 7.4.5 allows a dashboard editor to bypass a permission check concerning a data source they should not be able to access.
Published: 2021-03-22T13:55:39.000Z
Updated: 2024-08-03T21:33:17.041Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-27846 vulnerable 2026-06-03 14:42:18.669019 Details available
A signature verification vulnerability exists in crewjam/saml. This flaw allows an attacker to bypass SAML Authentication. The highest threat from this vulnerability is to confidentiality, integrity, as well as system availability.
Published: 2020-12-21T15:16:14.000Z
Updated: 2024-08-04T16:25:43.248Z
Reference links
Imported from gcve-enriched-dumps CVE data

Contribute

You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.