Approved changes feed: RSS · Atom

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

part: a version: * update: *

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

PURL mappings

PURLSourceLast updated
pkg:docker/grafana/grafana purl2cpe 2026-06-01 10:14:45.236654
pkg:github/grafana/grafana purl2cpe 2026-06-01 10:14:45.236656
pkg:rpm/fedora/grafana purl2cpe 2026-06-01 10:14:45.236658
pkg:rpm/opensuse/grafana purl2cpe 2026-06-01 10:14:45.236659

Vulnerability references

IdentifiercpeApplicabilitySubmitteddb.gcve.eu detailsRationale
CVE:CVE-2026-28376 vulnerable 2026-06-03 15:18:08.334180 Grafana Live push endpoint allows unbounded memory allocation leading to OOM
MEDIUM (6.5)
The Grafana Live push endpoint can be exploited to cause unbounded memory allocation by sending a large or streaming request body, potentially leading to out-of-memory conditions. An authenticated user with access to the Grafana Live API can trigger this issue.
Published: 2026-05-13T19:28:26.544Z
Updated: 2026-05-14T18:10:54.005Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2026-28375 vulnerable 2026-06-03 15:18:08.333843 Grafana Testdata datasource can issue unbounded memory allocations
MEDIUM (6.5)
A testdata data-source can be used to trigger out-of-memory crashes in Grafana.
Published: 2026-03-27T14:26:19.270Z
Updated: 2026-05-13T19:28:25.189Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2026-27880 vulnerable 2026-06-03 15:18:07.448383 OpenFeature evaluation API reads input data with no bounds
HIGH (7.5)
The OpenFeature feature toggle evaluation endpoint reads unbounded values into memory, which can cause out-of-memory crashes.
Published: 2026-03-27T14:12:20.075Z
Updated: 2026-05-13T19:28:41.815Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2026-27879 vulnerable 2026-06-03 15:18:07.448121 Query resampling can cause unbounded memory allocations
MEDIUM (6.5)
A resample query can be used to trigger out-of-memory crashes in Grafana.
Published: 2026-03-27T14:28:56.133Z
Updated: 2026-05-13T19:28:38.490Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2026-27877 vulnerable 2026-06-03 15:18:07.447835 Public dashboards discloses all direct mode datasources
MEDIUM (6.5)
When using public dashboards and direct data-sources, all direct data-sources' passwords are exposed despite not being used in dashboards. No passwords of proxied data-sources are exposed. We encourage all direct data-sources to be converted to proxied data-sources as far as possible to improve your deployments' security.
Published: 2026-03-27T14:02:11.889Z
Updated: 2026-05-13T19:28:40.968Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2026-27876 vulnerable 2026-06-03 15:18:07.446534 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-21727 vulnerable 2026-06-03 15:15:51.541483 Grafana Correlations: Cross-Tenant Data Disclosure and Permanent Deletion via Legacy org_id=0 Record
LOW (3.3)
--- title: Cross-Tenant Legacy Correlation Disclosure and Deletion draft: false hero: image: /static/img/heros/hero-legal2.svg content: "# Cross-Tenant Legacy Correlation Disclosure and Deletion" date: 2026-01-29 product: Grafana severity: Low cve: CVE-2026-21727 cvss_score: "3.3" cvss_vector: "CVSS:3.3/AV:N/AC:H/PR:H/UI:N/S:U/C:L/I:L/A:N" fixed_versions: - ">=11.6.11 >=12.0.9 >=12.1.6 >=12.2.4" --- A cross-tenant isolation vulnerability was found in Grafana’s Correlations feature affecting legacy correlation records. Due to a backward compatibility condition allowing org_id = 0 records to be returned across organizations, a user with datasource management privileges could read and permanently delete legacy correlation data belonging to another organization. This issue affects correlations created prior to Grafana 10.2 and is fixed in >=11.6.11, >=12.0.9, >=12.1.6, and >=12.2.4. Thanks to Gyu-hyeok Lee (g2h) for reporting this vulnerability.
Published: 2026-04-15T18:57:25.185Z
Updated: 2026-05-13T19:28:39.381Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2026-21725 vulnerable 2026-06-03 15:15:51.535370 Authorization Bypass via TOCTOU in Grafana Datasource Deletion by Name
LOW (2.6)
A time-of-create-to-time-of-use (TOCTOU) vulnerability lets recently deleted-then-recreated data sources be re-deleted without permission to do so. This requires several very stringent conditions to be met: - The attacker must have admin access to the specific datasource prior to its first deletion. - Upon deletion, all steps within the attack must happen within the next 30 seconds and on the same pod of Grafana. - The attacker must delete the datasource, then someone must recreate it. - The new datasource must not have the attacker as an admin. - The new datasource must have the same UID as the prior datasource. These are randomised by default. - The datasource can now be re-deleted by the attacker. - Once 30 seconds are up, the attack is spent and cannot be repeated. - No datasource with any other UID can be attacked.
Published: 2026-02-25T12:35:43.104Z
Updated: 2026-05-13T19:28:24.214Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2026-21722 vulnerable 2026-06-03 15:15:51.527762 Public Dashboards time range restriction on annotations can be bypassed
MEDIUM (5.3)
Public dashboards with annotations enabled did not limit their annotation timerange to the locked timerange of the public dashboard. This means one could read the entire history of annotations visible on the specific dashboard, even those outside the locked timerange. This did not leak any annotations that would not otherwise be visible on the public dashboard.
Published: 2026-02-12T08:49:05.678Z
Updated: 2026-05-13T19:28:33.822Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2026-21721 vulnerable 2026-06-03 15:15:51.511392 Dashboard Permissions Scope Bypass Enables Cross‑Dashboard Privilege Escalation
HIGH (8.1)
The dashboard permissions API does not verify the target dashboard scope and only checks the dashboards.permissions:* action. As a result, a user who has permission management rights on one dashboard can read and modify permissions on other dashboards. This is an organization‑internal privilege escalation.
Published: 2026-01-27T09:07:55.160Z
Updated: 2026-05-13T19:28:43.691Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2025-6197 vulnerable 2026-06-03 15:12:26.957758 Details available
MEDIUM (4.2)
An open redirect vulnerability has been identified in Grafana OSS organization switching functionality. Prerequisites for exploitation: - Multiple organizations must exist in the Grafana instance - Victim must be on a different organization than the one specified in the URL
Published: 2025-07-18T07:48:22.523Z
Updated: 2025-07-18T13:46:01.307Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2025-6023 vulnerable 2026-06-03 15:12:26.453668 Details available
HIGH (7.6)
An open redirect vulnerability has been identified in Grafana OSS that can be exploited to achieve XSS attacks. The vulnerability was introduced in Grafana v11.5.0. The open redirect can be chained with path traversal vulnerabilities to achieve XSS. Fixed in versions 12.0.2+security-01, 11.6.3+security-01, 11.5.6+security-01, 11.4.6+security-01 and 11.3.8+security-01
Published: 2025-07-18T07:48:15.972Z
Updated: 2025-07-18T13:46:45.354Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2025-4123 vulnerable 2026-06-03 15:01:46.783050 Details available
HIGH (7.6)
A cross-site scripting (XSS) vulnerability exists in Grafana caused by combining a client path traversal and open redirect. This allows attackers to redirect users to a website that hosts a frontend plugin that will execute arbitrary JavaScript. This vulnerability does not require editor permissions and if anonymous access is enabled, the XSS will work. If the Grafana Image Renderer plugin is installed, it is possible to exploit the open redirect to achieve a full read SSRF. The default Content-Security-Policy (CSP) in Grafana will block the XSS though the `connect-src` directive.
Published: 2025-05-22T07:44:09.491Z
Updated: 2026-04-29T19:56:35.801Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2025-41117 vulnerable 2026-06-03 15:01:14.538536 XSS in Grafana Explore stack trace
MEDIUM (6.8)
Stack traces in Grafana's Explore Traces view can be rendered as raw HTML, and thus inject malicious JavaScript in the browser. This would require malicious JavaScript to be entered into the stack trace field. Only datasources with the Jaeger HTTP API appear to be affected; Jaeger gRPC and Tempo do not appear affected whatsoever.
Published: 2026-02-12T08:49:08.545Z
Updated: 2026-05-13T19:28:45.157Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2025-3580 vulnerable 2026-06-03 15:01:04.966147 Details available
MEDIUM (5.5)
An access control vulnerability was discovered in Grafana OSS where an Organization administrator could permanently delete the Server administrator account. This vulnerability exists in the DELETE /api/org/users/ endpoint. The vulnerability can be exploited when: 1. An Organization administrator exists 2. The Server administrator is either: - Not part of any organization, or - Part of the same organization as the Organization administrator Impact: - Organization administrators can permanently delete Server administrator accounts - If the only Server administrator is deleted, the Grafana instance becomes unmanageable - No super-user permissions remain in the system - Affects all users, organizations, and teams managed in the instance The vulnerability is particularly serious as it can lead to a complete loss of administrative control over the Grafana instance.
Published: 2025-05-23T13:44:45.974Z
Updated: 2025-07-17T10:28:18.011Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2025-3454 vulnerable 2026-06-03 15:01:04.440628 Details available
MEDIUM (5)
This vulnerability in Grafana's datasource proxy API allows authorization checks to be bypassed by adding an extra slash character in the URL path. Users with minimal permissions could gain unauthorized read access to GET endpoints in Alertmanager and Prometheus datasources. The issue primarily affects datasources that implement route-specific permissions, including Alertmanager and certain Prometheus-based datasources.
Published: 2025-06-02T10:34:09.254Z
Updated: 2025-06-02T12:04:24.348Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2025-3415 vulnerable 2026-06-03 15:01:04.359210 Details available
MEDIUM (4.3)
Grafana is an open-source platform for monitoring and observability. The Grafana Alerting DingDing integration was not properly protected and could be exposed to users with Viewer permission. Fixed in versions 10.4.19+security-01, 11.2.10+security-01, 11.3.7+security-01, 11.4.5+security-01, 11.5.5+security-01, 11.6.2+security-01 and 12.0.1+security-01
Published: 2025-07-17T10:13:14.717Z
Updated: 2025-07-17T14:05:19.284Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2025-3260 vulnerable 2026-06-03 15:01:04.121840 Details available
HIGH (8.3)
A security vulnerability in the /apis/dashboard.grafana.app/* endpoints allows authenticated users to bypass dashboard and folder permissions. The vulnerability affects all API versions (v0alpha1, v1alpha1, v2alpha1). Impact: - Viewers can view all dashboards/folders regardless of permissions - Editors can view/edit/delete all dashboards/folders regardless of permissions - Editors can create dashboards in any folder regardless of permissions - Anonymous users with viewer/editor roles are similarly affected Organization isolation boundaries remain intact. The vulnerability only affects dashboard access and does not grant access to datasources.
Published: 2025-06-02T10:06:39.039Z
Updated: 2026-02-26T18:27:45.357Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2025-2703 vulnerable 2026-06-03 15:00:26.309071 Details available
MEDIUM (6.8)
The built-in XY Chart plugin is vulnerable to a DOM XSS vulnerability. A user with Editor permissions is able to modify such a panel in order to make it execute arbitrary JavaScript.
Published: 2025-04-23T11:36:02.852Z
Updated: 2025-06-10T10:53:48.851Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2025-1088 vulnerable 2026-06-03 14:58:57.803609 Very long unicode dashboard title or panel name can hang the frontend
LOW (2.7)
In Grafana, an excessively long dashboard title or panel name will cause Chromium browsers to become unresponsive due to Improper Input Validation vulnerability in Grafana. This issue affects Grafana: before 11.6.2 and is fixed in 11.6.2 and higher.
Published: 2025-06-18T09:54:30.329Z
Updated: 2025-11-23T15:34:20.989Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2025-12141 vulnerable 2026-06-03 14:58:43.879287 Grafana Alerting Editors can edit destination of webhooks they did not create
In Grafana's alerting system, users with edit permissions for a contact point, specifically the permissions “alert.notifications:write” or “alert.notifications.receivers:test” that are granted as part of the fixed role "Contact Point Writer", which is part of the basic role Editor - can edit contact points created by other users, modify the endpoint URL to a controlled server. By invoking the test functionality, attackers can capture and extract redacted secure settings, such as authentication credentials for third-party services (e.g., Slack tokens). This leads to unauthorized access and potential compromise of external integrations.
Published: 2026-04-15T14:59:41.317Z
Updated: 2026-04-15T18:45:53.672Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-9264 vulnerable 2026-06-03 14:58:20.873758 Grafana SQL Expressions allow for remote code execution
CRITICAL (9.9)
The SQL Expressions experimental feature of Grafana allows for the evaluation of `duckdb` queries containing user input. These queries are insufficiently sanitized before being passed to `duckdb`, leading to a command injection and local file inclusion vulnerability. Any user with the VIEWER or higher permission is capable of executing this attack. The `duckdb` binary must be present in Grafana's $PATH for this attack to function; by default, this binary is not installed in Grafana distributions.
Published: 2024-10-18T03:20:52.489Z
Updated: 2025-03-14T10:03:06.561Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-8118 vulnerable 2026-06-03 14:58:16.991321 Grafana alerting wrong permission on datasource rule write endpoint
In Grafana, the wrong permission is applied to the alert rule write API endpoint, allowing users with permission to write external alert instances to also write alert rules.
Published: 2024-09-26T18:46:07.048Z
Updated: 2024-09-26T19:06:40.196Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-6322 vulnerable 2026-06-03 14:58:02.574515 Details available
MEDIUM (4.4)
Access control for plugin data sources protected by the ReqActions json field of the plugin.json is bypassed if the user or service account is granted associated access to any other data source, as the ReqActions check was not scoped to each specific datasource. The account must have prior query access to the impacted datasource.
Published: 2024-08-20T17:52:06.232Z
Updated: 2025-11-23T15:33:04.210Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-1442 vulnerable 2026-06-03 14:54:26.934710 User with permissions to create a data source can CRUD all data sources
MEDIUM (6)
A user with the permissions to create a data source can use Grafana API to create a data source with UID set to *. Doing this will grant the user access to read, query, edit and delete all data sources within the organization.
Published: 2024-03-07T17:45:43.993Z
Updated: 2024-11-22T12:04:45.739Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-1313 vulnerable 2026-06-03 14:54:26.674520 Users outside an organization can delete a snapshot with its key
MEDIUM (6.5)
It is possible for a user in a different organization from the owner of a snapshot to bypass authorization and delete a snapshot by issuing a DELETE request to /api/snapshots/<key> using its view key. This functionality is intended to only be available to individuals with the permission to write/edit to the snapshot in question, but due to a bug in the authorization logic, deletion requests issued by an unprivileged user in a different organization than the snapshot owner are treated as authorized. Grafana Labs would like to thank Ravid Mazon and Jay Chen of Palo Alto Research for discovering and disclosing this vulnerability. This issue affects Grafana: from 9.5.0 before 9.5.18, from 10.0.0 before 10.0.13, from 10.1.0 before 10.1.9, from 10.2.0 before 10.2.6, from 10.3.0 before 10.3.5.
Published: 2024-03-26T17:24:25.956Z
Updated: 2025-02-13T17:27:36.664Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-11741 vulnerable 2026-06-03 14:54:14.766925 Details available
MEDIUM (4.3)
Grafana is an open-source platform for monitoring and observability. The Grafana Alerting VictorOps integration was not properly protected and could be exposed to users with Viewer permission. Fixed in versions 11.5.0, 11.4.1, 11.3.3,  11.2.6, 11.1.11, 11.0.11 and 10.4.15
Published: 2025-01-31T15:12:29.122Z
Updated: 2025-05-09T20:03:33.716Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2024-10452 vulnerable 2026-06-03 14:54:11.754246 Details available
LOW (2.2)
Organization admins can delete pending invites created in an organization they are not part of.
Published: 2024-10-29T15:16:22.405Z
Updated: 2024-10-29T15:35:35.167Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-6152 vulnerable 2026-06-03 14:53:50.931858 Details available
MEDIUM (5.4)
A user changing their email after signing up and verifying it can change it without verification in profile settings. The configuration option "verify_email_enabled" will only validate email only on sign up.
Published: 2024-02-13T21:38:01.404Z
Updated: 2025-02-15T00:10:28.890Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-5122 vulnerable 2026-06-03 14:53:47.678517 SSRF in CSV Datasource Plugin
MEDIUM (5)
Grafana is an open-source platform for monitoring and observability. The CSV datasource plugin is a Grafana Labs maintained plugin for Grafana that allows for retrieving and processing CSV data from a remote endpoint configured by an administrator. If this plugin was configured to send requests to a bare host with no path (e.g. https://www.example.com/ https://www.example.com/` ), requests to an endpoint other than the one configured by the administrator could be triggered by a specially crafted request from any user, resulting in an SSRF vector. AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N https://nvd.nist.gov/vuln-metrics/cvss/v3-calculator
Published: 2024-02-14T15:06:12.573Z
Updated: 2025-02-13T17:19:42.980Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-3128 vulnerable 2026-06-03 14:52:40.015058 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-2023-2801 vulnerable 2026-06-03 14:51:43.918427 Details available
HIGH (7.5)
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.
Published: 2023-06-06T18:03:32.459Z
Updated: 2025-02-13T16:45:38.503Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-2183 vulnerable 2026-06-03 14:51:42.332716 Details available
MEDIUM (4.1)
Grafana is an open-source platform for monitoring and observability. The option to send a test alert is not available from the user panel UI for users having the Viewer role. It is still possible for a user with the Viewer role to send a test alert using the API as the API does not check access to this function. This might enable malicious users to abuse the functionality by sending multiple alert messages to e-mail and Slack, spamming users, prepare Phishing attack or block SMTP server. Users may upgrade to version 9.5.3, 9.4.12, 9.3.15, 9.2.19 and 8.5.26 to receive a fix.
Published: 2023-06-06T18:04:26.485Z
Updated: 2025-02-13T16:40:15.277Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-22462 vulnerable 2026-06-03 14:49:19.416824 Stored XSS in Grafana Text plugin
MEDIUM (6.4)
Grafana is an open-source platform for monitoring and observability. On 2023-01-01 during an internal audit of Grafana, a member of the security team found a stored XSS vulnerability affecting the core plugin "Text". The stored XSS vulnerability requires several user interactions in order to be fully exploited. The vulnerability was possible due to React's render cycle that will pass though the unsanitized HTML code, but in the next cycle the HTML is cleaned up and saved in Grafana's database. An attacker needs to have the Editor role in order to change a Text panel to include JavaScript. Another user needs to edit the same Text panel, and click on "Markdown" or "HTML" for the code to be executed. This means that vertical privilege escalation is possible, where a user with Editor role can change to a known password for a user having Admin role if the user with Admin role executes malicious JavaScript viewing a dashboard. This issue has been patched in versions 9.2.10 and 9.3.4.
Published: 2023-03-02T00:06:59.876Z
Updated: 2026-01-28T04:55:37.854Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-1410 vulnerable 2026-06-03 14:48:55.435199 Stored XSS in Graphite FunctionDescription tooltip
MEDIUM (6.2)
Grafana is an open-source platform for monitoring and observability.  Grafana had a stored XSS vulnerability in the Graphite FunctionDescription tooltip. The stored XSS vulnerability was possible due the value of the Function Description was not properly sanitized. An attacker needs to have control over the Graphite data source in order to manipulate a function description and a Grafana admin needs to configure the data source, later a Grafana user needs to select a tampered function and hover over the description.  Users may upgrade to version 8.5.22, 9.2.15 and 9.3.11 to receive a fix.
Published: 2023-03-23T07:48:56.246Z
Updated: 2025-03-04T21:22:03.229Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-1387 vulnerable 2026-06-03 14:48:55.384521 Details available
MEDIUM (4.2)
Grafana is an open-source platform for monitoring and observability. Starting with the 9.1 branch, Grafana introduced the ability to search for a JWT in the URL query parameter auth_token and use it as the authentication token. By enabling the "url_login" configuration option (disabled by default), a JWT might be sent to data sources. If an attacker has access to the data source, the leaked token could be used to authenticate to Grafana.
Published: 2023-04-26T13:47:16.914Z
Updated: 2025-02-13T16:39:22.007Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-0594 vulnerable 2026-06-03 14:48:52.160405 Details available
HIGH (7.3)
Grafana is an open-source platform for monitoring and observability. Starting with the 7.0 branch, Grafana had a stored XSS vulnerability in the trace view visualization. The stored XSS vulnerability was possible due the value of a span's attributes/resources were not properly sanitized and this will be rendered when the span's attributes/resources are expanded. An attacker needs to have the Editor role in order to change the value of a trace view visualization to contain JavaScript. This means that vertical privilege escalation is possible, where a user with Editor role can change to a known password for a user having Admin role if the user with Admin role executes malicious JavaScript viewing a dashboard. Users may upgrade to version 8.5.21, 9.2.13 and 9.3.8 to receive a fix.
Published: 2023-03-01T15:36:43.881Z
Updated: 2026-01-28T04:55:36.581Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2023-0507 vulnerable 2026-06-03 14:48:46.575415 Details available
HIGH (7.3)
Grafana is an open-source platform for monitoring and observability. Starting with the 8.1 branch, Grafana had a stored XSS vulnerability affecting the core plugin GeoMap. The stored XSS vulnerability was possible due to map attributions weren't properly sanitized and allowed arbitrary JavaScript to be executed in the context of the currently authorized user of the Grafana instance. An attacker needs to have the Editor role in order to change a panel to include a map attribution containing JavaScript. This means that vertical privilege escalation is possible, where a user with Editor role can change to a known password for a user having Admin role if the user with Admin role executes malicious JavaScript viewing a dashboard. Users may upgrade to version 8.5.21, 9.2.13 and 9.3.8 to receive a fix.
Published: 2023-03-01T15:35:55.259Z
Updated: 2026-01-28T04:55:39.324Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-39328 vulnerable 2026-06-03 14:47:51.488194 Grafana vulnerable to race condition allowing privilege escalation
CRITICAL (9.8)
Grafana is an open-source platform for monitoring and observability. Versions starting with 9.2.0 and less than 9.2.4 contain a race condition in the authentication middlewares logic which may allow an unauthenticated user to query an administration endpoint under heavy load. This issue is patched in 9.2.4. There are no known workarounds.
Published: 2022-11-08T00:00:00.000Z
Updated: 2026-01-28T04:55:26.896Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-39324 vulnerable 2026-06-03 14:47:51.479594 Grafana vulnerable to spoofing originalUrl of snapshots
MEDIUM (6.7)
Grafana is an open-source platform for monitoring and observability. Prior to versions 8.5.16 and 9.2.8, malicious user can create a snapshot and arbitrarily choose the `originalUrl` parameter by editing the query, thanks to a web proxy. When another user opens the URL of the snapshot, they will be presented with the regular web interface delivered by the trusted Grafana server. The `Open original dashboard` button no longer points to the to the real original dashboard but to the attacker’s injected URL. This issue is fixed in versions 8.5.16 and 9.2.8.
Published: 2023-01-27T22:42:01.550Z
Updated: 2026-01-28T04:55:22.240Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-39307 vulnerable 2026-06-03 14:47:51.455289 Grafana subject to Exposure of Sensitive Information resulting in User enumeration via forget password
MEDIUM (6.7)
Grafana is an open-source platform for monitoring and observability. When using the forget password on the login page, a POST request is made to the `/api/user/password/sent-reset-email` URL. When the username or email does not exist, a JSON response contains a “user not found” message. This leaks information to unauthenticated users and introduces a security risk. This issue has been patched in 9.2.4 and backported to 8.5.15. There are no known workarounds.
Published: 2022-11-09T00:00:00.000Z
Updated: 2026-01-28T04:55:23.388Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-39306 vulnerable 2026-06-03 14:47:51.454809 Grafana contains Improper Input Validation
MEDIUM (6.4)
Grafana is an open-source platform for monitoring and observability. Versions prior to 9.2.4, or 8.5.15 on the 8.X branch, are subject to Improper Input Validation. Grafana admins can invite other members to the organization they are an admin for. When admins add members to the organization, non existing users get an email invite, existing members are added directly to the organization. When an invite link is sent, it allows users to sign up with whatever username/email address the user chooses and become a member of the organization. This introduces a vulnerability which can be used with malicious intent. This issue is patched in version 9.2.4, and has been backported to 8.5.15. There are no known workarounds.
Published: 2022-11-09T00:00:00.000Z
Updated: 2026-01-28T04:55:25.735Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-39229 vulnerable 2026-06-03 14:47:51.284369 Grafana users with email as a username can block other users from signing in
MEDIUM (4.3)
Grafana is an open source data visualization platform for metrics, logs, and traces. Versions prior to 9.1.8 and 8.5.14 allow one user to block another user's login attempt by registering someone else'e email address as a username. A Grafana user’s username and email address are unique fields, that means no other user can have the same username or email address as another user. A user can have an email address as a username. However, the login system allows users to log in with either username or email address. Since Grafana allows a user to log in with either their username or email address, this creates an usual behavior where `user_1` can register with one email address and `user_2` can register their username as `user_1`’s email address. This prevents `user_1` logging into the application since `user_1`'s password won’t match with `user_2`'s email address. Versions 9.1.8 and 8.5.14 contain a patch. There are no workarounds for this issue.
Published: 2022-10-13T00:00:00.000Z
Updated: 2025-04-23T16:50:38.466Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-39201 vulnerable 2026-06-03 14:47:51.230651 Data source and plugin proxy endpoints could leak the authentication cookie to some destination plugins
MEDIUM (6.8)
Grafana is an open source observability and data visualization platform. Starting with version 5.0.0-beta1 and prior to versions 8.5.14 and 9.1.8, Grafana could leak the authentication cookie of users to plugins. The vulnerability impacts data source and plugin proxy endpoints under certain conditions. The destination plugin could receive a user's Grafana authentication cookie. Versions 9.1.8 and 8.5.14 contain a patch for this issue. There are no known workarounds.
Published: 2022-10-13T00:00:00.000Z
Updated: 2025-04-23T16:50:44.284Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-36062 vulnerable 2026-06-03 14:47:39.325285 Grafana folders admin only permission privilege escalation
HIGH (7.6)
Grafana is an open-source platform for monitoring and observability. In versions prior to 8.5.13, 9.0.9, and 9.1.6, Grafana is subject to Improper Preservation of Permissions resulting in privilege escalation on some folders where Admin is the only used permission. The vulnerability impacts Grafana instances where RBAC was disabled and enabled afterwards, as the migrations which are translating legacy folder permissions to RBAC permissions do not account for the scenario where the only user permission in the folder is Admin, as a result RBAC adds permissions for Editors and Viewers which allow them to edit and view folders accordingly. This issue has been patched in versions 8.5.13, 9.0.9, and 9.1.6. A workaround when the impacted folder/dashboard is known is to remove the additional permissions manually.
Published: 2022-09-22T00:00:00.000Z
Updated: 2026-01-28T04:55:30.640Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-35957 vulnerable 2026-06-03 14:47:39.163494 Authentication Bypass in Grafana via auth proxy allowing escalation from admin to server admin
MEDIUM (6.6)
Grafana is an open-source platform for monitoring and observability. Versions prior to 9.1.6 and 8.5.13 are vulnerable to an escalation from admin to server admin when auth proxy is used, allowing an admin to take over the server admin account and gain full control of the grafana instance. All installations should be upgraded as soon as possible. As a workaround deactivate auth proxy following the instructions at: https://grafana.com/docs/grafana/latest/setup-grafana/configure-security/configure-authentication/auth-proxy/
Published: 2022-09-20T00:00:00.000Z
Updated: 2026-01-28T04:55:29.297Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-31130 vulnerable 2026-06-03 14:47:10.674362 Grafana data source and plugin proxy endpoints leaking authentication tokens to some destination plugins
MEDIUM (4.9)
Grafana is an open source observability and data visualization platform. Versions of Grafana for endpoints prior to 9.1.8 and 8.5.14 could leak authentication tokens to some destination plugins under some conditions. The vulnerability impacts data source and plugin proxy endpoints with authentication tokens. The destination plugin could receive a user's Grafana authentication token. Versions 9.1.8 and 8.5.14 contain a patch for this issue. As a workaround, do not use API keys, JWT authentication, or any HTTP Header based authentication.
Published: 2022-10-13T00:00:00.000Z
Updated: 2025-04-23T16:50:57.182Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-31123 vulnerable 2026-06-03 14:47:10.661875 Grafana plugin signature bypass vulnerability
MEDIUM (6.1)
Grafana is an open source observability and data visualization platform. Versions prior to 9.1.8 and 8.5.14 are vulnerable to a bypass in the plugin signature verification. An attacker can convince a server admin to download and successfully run a malicious plugin even though unsigned plugins are not allowed. Versions 9.1.8 and 8.5.14 contain a patch for this issue. As a workaround, do not install plugins downloaded from untrusted sources.
Published: 2022-10-13T00:00:00.000Z
Updated: 2026-01-28T04:55:28.143Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-31107 vulnerable 2026-06-03 14:47:10.634143 Grafana account takeover via OAuth vulnerability
HIGH (7.1)
Grafana is an open-source platform for monitoring and observability. In versions 5.3 until 9.0.3, 8.5.9, 8.4.10, and 8.3.10, it is possible for a malicious user who has authorization to log into a Grafana instance via a configured OAuth IdP which provides a login name to take over the account of another user in that Grafana instance. This can occur when the malicious user is authorized to log in to Grafana via OAuth, the malicious user's external user id is not already associated with an account in Grafana, the malicious user's email address is not already associated with an account in Grafana, and the malicious user knows the Grafana username of the target user. If these conditions are met, the malicious user can set their username in the OAuth provider to that of the target user, then go through the OAuth flow to log in to Grafana. Due to the way that external and internal user accounts are linked together during login, if the conditions above are all met then the malicious user will be able to log in to the target user's Grafana account. Versions 9.0.3, 8.5.9, 8.4.10, and 8.3.10 contain a patch for this issue. As a workaround, concerned users can disable OAuth login to their Grafana instance, or ensure that all users authorized to log in via OAuth have a corresponding user account in Grafana linked to their email address.
Published: 2022-07-15T12:30:14.000Z
Updated: 2026-01-28T04:55:31.786Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-31097 vulnerable 2026-06-03 14:47:10.609940 Stored XSS in Grafana's Unified Alerting
HIGH (7.3)
Grafana is an open-source platform for monitoring and observability. Versions on the 8.x and 9.x branch prior to 9.0.3, 8.5.9, 8.4.10, and 8.3.10 are vulnerable to stored cross-site scripting via the Unified Alerting feature of Grafana. An attacker can exploit this vulnerability to escalate privilege from editor to admin by tricking an authenticated admin to click on a link. Versions 9.0.3, 8.5.9, 8.4.10, and 8.3.10 contain a patch. As a workaround, it is possible to disable alerting or use legacy alerting.
Published: 2022-07-15T12:10:10.000Z
Updated: 2026-01-28T04:55:34.182Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-29170 vulnerable 2026-06-03 14:46:57.324254 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-26148 vulnerable 2026-06-03 14:46:41.740623 Details available
An issue was discovered in Grafana through 7.3.4, when integrated with Zabbix. The Zabbix password can be found in the api_jsonrpc.php HTML source code. When the user logs in and allows the user to register, one can right click to view the source code and use Ctrl-F to search for password in api_jsonrpc.php to discover the Zabbix account password and URL address.
Published: 2022-03-21T19:51:27.000Z
Updated: 2024-08-03T04:56:37.936Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-24812 vulnerable 2026-06-03 14:46:31.296415 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-2022-23552 vulnerable 2026-06-03 14:46:27.661736 Grafana stored XSS in FileUploader component
HIGH (7.3)
Grafana is an open-source platform for monitoring and observability. Starting with the 8.1 branch and prior to versions 8.5.16, 9.2.10, and 9.3.4, Grafana had a stored XSS vulnerability affecting the core plugin GeoMap. The stored XSS vulnerability was possible because SVG files weren't properly sanitized and allowed arbitrary JavaScript to be executed in the context of the currently authorized user of the Grafana instance. An attacker needs to have the Editor role in order to change a panel to include either an external URL to a SVG-file containing JavaScript, or use the `data:` scheme to load an inline SVG-file containing JavaScript. This means that vertical privilege escalation is possible, where a user with Editor role can change to a known password for a user having Admin role if the user with Admin role executes malicious JavaScript viewing a dashboard. Users may upgrade to version 8.5.16, 9.2.10, or 9.3.4 to receive a fix.
Published: 2023-01-27T22:59:16.675Z
Updated: 2026-01-28T04:55:35.339Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-23498 vulnerable 2026-06-03 14:46:27.561558 When query caching is enabled in Grafana users can query another users session
HIGH (7.1)
Grafana is an open-source platform for monitoring and observability. When datasource query caching is enabled, Grafana caches all headers, including `grafana_session`. As a result, any user that queries a datasource where the caching is enabled can acquire another user’s session. To mitigate the vulnerability you can disable datasource query caching for all datasources. This issue has been patched in versions 9.2.10 and 9.3.4.
Published: 2023-02-03T21:34:58.677Z
Updated: 2026-01-28T04:55:21.088Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-21713 vulnerable 2026-06-03 14:46:13.399540 Exposure of Sensitive Information in Grafana
MEDIUM (4.3)
Grafana is an open-source platform for monitoring and observability. Affected versions of Grafana expose multiple API endpoints which do not properly handle user authorization. `/teams/:teamId` will allow an authenticated attacker to view unintended data by querying for the specific team ID, `/teams/:search` will allow an authenticated attacker to search for teams and see the total number of available teams, including for those teams that the user does not have access to, and `/teams/:teamId/members` when editors_can_admin flag is enabled, an authenticated attacker can see unintended data by querying for the specific team ID. Users are advised to upgrade as soon as possible. There are no known workarounds for this issue.
Published: 2022-02-08T20:50:17.000Z
Updated: 2025-04-23T19:06:38.430Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-21703 vulnerable 2026-06-03 14:46:13.370768 Cross Site Request Forgery in Grafana
MEDIUM (6.3)
Grafana is an open-source platform for monitoring and observability. Affected versions are subject to a cross site request forgery vulnerability which allows attackers to elevate their privileges by mounting cross-origin attacks against authenticated high-privilege Grafana users (for example, Editors or Admins). An attacker can exploit this vulnerability for privilege escalation by tricking an authenticated user into inviting the attacker as a new user with high privileges. Users are advised to upgrade as soon as possible. There are no known workarounds for this issue.
Published: 2022-02-08T20:40:10.000Z
Updated: 2025-04-23T19:06:44.591Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-21702 vulnerable 2026-06-03 14:46:13.366738 Cross site scripting in Grafana proxy
MEDIUM (6.5)
Grafana is an open-source platform for monitoring and observability. In affected versions an attacker could serve HTML content thru the Grafana datasource or plugin proxy and trick a user to visit this HTML page using a specially crafted link and execute a Cross-site Scripting (XSS) attack. The attacker could either compromise an existing datasource for a specific Grafana instance or either set up its own public service and instruct anyone to set it up in their Grafana instance. To be impacted, all of the following must be applicable. For the data source proxy: A Grafana HTTP-based datasource configured with Server as Access Mode and a URL set, the attacker has to be in control of the HTTP server serving the URL of above datasource, and a specially crafted link pointing at the attacker controlled data source must be clicked on by an authenticated user. For the plugin proxy: A Grafana HTTP-based app plugin configured and enabled with a URL set, the attacker has to be in control of the HTTP server serving the URL of above app, and a specially crafted link pointing at the attacker controlled plugin must be clocked on by an authenticated user. For the backend plugin resource: An attacker must be able to navigate an authenticated user to a compromised plugin through a crafted link. Users are advised to update to a patched version. There are no known workarounds for this vulnerability.
Published: 2022-02-08T19:40:11.000Z
Updated: 2025-04-22T18:22:39.255Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2022-21673 vulnerable 2026-06-03 14:46:13.311747 OAuth Identity Token exposure in Grafana
MEDIUM (4.3)
Grafana is an open-source platform for monitoring and observability. In affected versions when a data source has the Forward OAuth Identity feature enabled, sending a query to that datasource with an API token (and no other user credentials) will forward the OAuth Identity of the most recently logged-in user. This can allow API token holders to retrieve data for which they may not have intended access. This attack relies on the Grafana instance having data sources that support the Forward OAuth Identity feature, the Grafana instance having a data source with the Forward OAuth Identity feature toggled on, the Grafana instance having OAuth enabled, and the Grafana instance having usable API keys. This issue has been patched in versions 7.5.13 and 8.3.4.
Published: 2022-01-18T21:35:10.000Z
Updated: 2025-04-23T19:11:00.141Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-43815 vulnerable 2026-06-03 14:45:35.056641 Grafana directory traversal for `.cvs` files
MEDIUM (4.3)
Grafana is an open-source platform for monitoring and observability. Grafana prior to versions 8.3.2 and 7.5.12 has a directory traversal for arbitrary .csv files. It only affects instances that have the developer testing tool called TestData DB data source enabled and configured. The vulnerability is limited in scope, and only allows access to files with the extension .csv to authenticated users only. Grafana Cloud instances have not been affected by the vulnerability. Versions 8.3.2 and 7.5.12 contain a patch for this issue. There is a workaround available for users who cannot upgrade. Running a reverse proxy in front of Grafana that normalizes the PATH of the request will mitigate the vulnerability. The proxy will have to also be able to handle url encoded paths.
Published: 2021-12-10T20:40:11.000Z
Updated: 2024-08-04T04:03:08.839Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-43813 vulnerable 2026-06-03 14:45:35.053242 Directory Traversal in Grafana
MEDIUM (4.3)
Grafana is an open-source platform for monitoring and observability. Grafana prior to versions 8.3.2 and 7.5.12 contains a directory traversal vulnerability for fully lowercase or fully uppercase .md files. The vulnerability is limited in scope, and only allows access to files with the extension .md to authenticated users only. Grafana Cloud instances have not been affected by the vulnerability. Users should upgrade to patched versions 8.3.2 or 7.5.12. For users who cannot upgrade, running a reverse proxy in front of Grafana that normalizes the PATH of the request will mitigate the vulnerability. The proxy will have to also be able to handle url encoded paths. Alternatively, for fully lowercase or fully uppercase .md files, users can block /api/plugins/.*/markdown/.* without losing any functionality beyond inlined plugin help text.
Published: 2021-12-10T17:30:12.000Z
Updated: 2024-08-04T04:03:09.012Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-43798 vulnerable 2026-06-03 14:45:35.024935 Grafana path traversal
HIGH (7.5)
Grafana is an open-source platform for monitoring and observability. Grafana versions 8.0.0-beta1 through 8.3.0 (except for patched versions) iss vulnerable to directory traversal, allowing access to local files. The vulnerable URL path is: `<grafana_host_url>/public/plugins//`, where is the plugin ID for any installed plugin. At no time has Grafana Cloud been vulnerable. Users are advised to upgrade to patched versions 8.0.7, 8.1.8, 8.2.7, or 8.3.1. The GitHub Security Advisory contains more information about vulnerable URL paths, mitigation, and the disclosure timeline.
Published: 2021-12-07T18:25:10.000Z
Updated: 2025-10-21T23:25:24.009Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-41244 vulnerable 2026-06-03 14:45:25.388815 Cross organization admin control in Grafana
CRITICAL (9.1)
Grafana is an open-source platform for monitoring and observability. In affected versions when the fine-grained access control beta feature is enabled and there is more than one organization in the Grafana instance admins are able to access users from other organizations. Grafana 8.0 introduced a mechanism which allowed users with the Organization Admin role to list, add, remove, and update users’ roles in other organizations in which they are not an admin. With fine-grained access control enabled, organization admins can list, add, remove and update users' roles in another organization, where they do not have organization admin role. All installations between v8.0 and v8.2.3 that have fine-grained access control beta enabled and more than one organization should be upgraded as soon as possible. If you cannot upgrade, you should turn off the fine-grained access control using a feature flag.
Published: 2021-11-15T20:05:11.000Z
Updated: 2024-08-04T03:08:31.510Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-41174 vulnerable 2026-06-03 14:45:25.270940 XSS vulnerability allowing arbitrary JavaScript execution
MEDIUM (6.9)
Grafana is an open-source platform for monitoring and observability. In affected versions if an attacker is able to convince a victim to visit a URL referencing a vulnerable page, arbitrary JavaScript content may be executed within the context of the victim's browser. The user visiting the malicious link must be unauthenticated and the link must be for a page that contains the login button in the menu bar. The url has to be crafted to exploit AngularJS rendering and contain the interpolation binding for AngularJS expressions. AngularJS uses double curly braces for interpolation binding: {{ }} ex: {{constructor.constructor(‘alert(1)’)()}}. When the user follows the link and the page renders, the login button will contain the original link with a query parameter to force a redirect to the login page. The URL is not validated and the AngularJS rendering engine will execute the JavaScript expression contained in the URL. Users are advised to upgrade as soon as possible. If for some reason you cannot upgrade, you can use a reverse proxy or similar to block access to block the literal string {{ in the path.
Published: 2021-11-03T18:00:12.000Z
Updated: 2024-08-04T02:59:31.645Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-39226 vulnerable 2026-06-03 14:45:08.630511 Snapshot authentication bypass in grafana
CRITICAL (9.8)
Grafana is an open source data visualization platform. In affected versions unauthenticated and authenticated users are able to view the snapshot with the lowest database key by accessing the literal paths: /dashboard/snapshot/:key, or /api/snapshots/:key. If the snapshot "public_mode" configuration setting is set to true (vs default of false), unauthenticated users are able to delete the snapshot with the lowest database key by accessing the literal path: /api/snapshots-delete/:deleteKey. Regardless of the snapshot "public_mode" setting, authenticated users are able to delete the snapshot with the lowest database key by accessing the literal paths: /api/snapshots/:key, or /api/snapshots-delete/:deleteKey. The combination of deletion and viewing enables a complete walk through all snapshot data while resulting in complete snapshot data loss. This issue has been resolved in versions 8.1.6 and 7.5.11. If for some reason you cannot upgrade you can use a reverse proxy or similar to block access to the literal paths: /api/snapshots/:key, /api/snapshots-delete/:deleteKey, /dashboard/snapshot/:key, and /api/snapshots/:key. They have no normal function and can be disabled without side effects.
Published: 2021-10-05T17:30:11.000Z
Updated: 2025-10-21T23:25:30.669Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2021-27358 vulnerable 2026-06-03 14:44:15.459045 Details available
The snapshot feature in Grafana 6.7.3 through 7.4.1 can allow an unauthenticated remote attackers to trigger a Denial of Service via a remote API call if a commonly used configuration is set.
Published: 2021-03-18T19:43:04.000Z
Updated: 2024-08-03T20:48:16.124Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-24303 vulnerable 2026-06-03 14:42:06.244852 Details available
Grafana before 7.1.0-beta 1 allows XSS via a query alias for the ElasticSearch datasource.
Published: 2020-10-28T13:25:22.000Z
Updated: 2024-08-04T15:12:08.961Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-13430 vulnerable 2026-06-03 14:41:36.654114 Details available
Grafana before 7.0.0 allows tag value XSS via the OpenTSDB datasource.
Published: 2020-05-24T17:24:18.000Z
Updated: 2024-08-04T12:18:18.364Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-13379 vulnerable 2026-06-03 14:41:36.586650 Details available
The avatar feature in Grafana 3.0.1 through 7.0.1 has an SSRF Incorrect Access Control issue. This vulnerability allows any unauthenticated user/client to make Grafana send HTTP requests to any URL and return its result to the user/client. This can be used to gain information about the network that Grafana is running on. Furthermore, passing invalid URL objects could be used for DOS'ing Grafana via SegFault.
Published: 2020-06-03T18:41:09.000Z
Updated: 2024-08-04T12:18:17.618Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12459 vulnerable 2026-06-03 14:41:34.619326 Details available
In certain Red Hat packages for Grafana 6.x through 6.3.6, the configuration files /etc/grafana/grafana.ini and /etc/grafana/ldap.toml (which contain a secret_key and a bind_password) are world readable.
Published: 2020-04-29T15:56:56.000Z
Updated: 2024-08-04T11:56:52.069Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12458 vulnerable 2026-06-03 14:41:34.616004 Details available
An information-disclosure flaw was found in Grafana through 6.7.3. The database directory /var/lib/grafana and database file /var/lib/grafana/grafana.db are world readable. This can result in exposure of sensitive information (e.g., cleartext or encrypted datasource passwords).
Published: 2020-04-29T15:57:05.000Z
Updated: 2024-08-04T11:56:52.049Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12245 vulnerable 2026-06-03 14:41:33.549528 Details available
Grafana before 6.7.3 allows table-panel XSS via column.title or cellLinkTooltip.
Published: 2020-04-24T20:24:48.000Z
Updated: 2024-08-04T11:48:58.631Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-12052 vulnerable 2026-06-03 14:41:33.214585 Details available
Grafana version < 6.7.3 is vulnerable for annotation popup XSS.
Published: 2020-04-27T12:30:09.000Z
Updated: 2024-08-04T11:48:57.967Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2020-11110 vulnerable 2026-06-03 14:41:01.112663 Details available
Grafana through 6.7.1 allows stored XSS due to insufficient input protection in the originalUrl field, which allows an attacker to inject JavaScript code that will be executed after clicking on Open Original Dashboard after visiting the snapshot.
Published: 2020-07-27T12:48:30.000Z
Updated: 2024-08-04T11:21:14.729Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2019-19499 vulnerable 2026-06-03 14:40:05.176962 Details available
Grafana <= 6.4.3 has an Arbitrary File Read vulnerability, which could be exploited by an authenticated attacker that has privileges to modify the data source configurations.
Published: 2020-08-28T14:49:46.000Z
Updated: 2024-08-05T02:16:47.971Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2019-15043 vulnerable 2026-06-03 14:39:46.996466 Details available
In Grafana 2.x through 6.x before 6.3.4, parts of the HTTP API allow unauthenticated use. This makes it possible to run a denial of service attack against the server running Grafana.
Published: 2019-09-03T11:47:35.000Z
Updated: 2024-08-05T00:34:53.156Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2019-13068 vulnerable 2026-06-03 14:39:36.459260 Details available
public/app/features/panel/panel_ctrl.ts in Grafana before 6.2.5 allows HTML Injection in panel drilldown links (via the Title or url field).
Published: 2019-06-29T00:00:00.000Z
Updated: 2024-08-04T23:41:10.471Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2018-19039 vulnerable 2026-06-03 14:38:28.904959 Details available
Grafana before 4.6.5 and 5.x before 5.3.3 allows remote authenticated users to read arbitrary files by leveraging Editor or Admin permissions.
Published: 2018-12-13T19:00:00.000Z
Updated: 2024-08-05T11:23:08.805Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2018-15727 vulnerable 2026-06-03 14:38:14.239348 Details available
Grafana 2.x, 3.x, and 4.x before 4.6.4 and 5.x before 5.2.3 allows authentication bypass because an attacker can generate a valid "remember me" cookie knowing only a username of an LDAP or OAuth user.
Published: 2018-08-29T15:00:00.000Z
Updated: 2024-08-05T10:01:54.541Z
Reference links
Imported from gcve-enriched-dumps CVE data
CVE:CVE-2018-12099 vulnerable 2026-06-03 14:38:02.734185 Details available
Grafana before 5.2.0-beta1 has XSS vulnerabilities in dashboard links.
Published: 2018-06-11T11:00:00.000Z
Updated: 2024-08-05T08:24:03.598Z
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.