Skip to main content

Grafana EUVDEUVD-2026-55221

| CVE-2026-72585 MEDIUM
Improper Access Control (CWE-284)
2026-08-10 TuranSec GHSA-69w7-2qcg-cvr7
6.5
CVSS 3.1 · Vendor: TuranSec
Share

Severity by source

Vendor (TuranSec) PRIMARY
6.5 MEDIUM
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
vuln.today AI
6.5 MEDIUM

Editor-role credential required (PR:L); deletion of protected receivers causes high integrity loss with no confidentiality or availability impact.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N
SUSE
MEDIUM
qualitative
Red Hat
6.5 MEDIUM
qualitative

Primary rating from Vendor (TuranSec).

CVSS VectorVendor: TuranSec

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
None

Lifecycle Timeline

3
Patch available
Aug 10, 2026 - 12:17 EUVD
Analysis Generated
Aug 10, 2026 - 11:31 vuln.today
CVE Published
Aug 10, 2026 - 10:41 cve.org
MEDIUM 6.5

DescriptionCVE.org

An authorization bypass vulnerability in Grafana through 13.2.0 allows an Editor-role user to delete protected contact points (receivers) without the required alert.notifications.receivers.protected:write permission. The fix for CVE-2026-21724 addressed only the UPDATE code path in both pkg/services/ngalert/provisioning/contactpoints.go and pkg/services/ngalert/notifier/receiver_svc.go, but the DELETE path in both receiver services was not updated with the protected-field check, leaving deletion operations unguarded.

AnalysisAI

Grafana through 13.2.0 contains an incomplete fix for CVE-2026-21724 that leaves protected alert contact point (receiver) deletion unguarded: an authenticated Editor-role user can DELETE any protected receiver without the required alert.notifications.receivers.protected:write permission. The prior fix patched only the UPDATE code path in contactpoints.go and receiver_svc.go, leaving the DELETE handler exposed in both files. With CVSS 6.5 (AV:N/AC:L/PR:L) and no public exploit identified at time of analysis, the immediate risk is moderate but operationally significant - silent deletion of protected notification channels can blind alerting pipelines and disrupt incident response.

Technical ContextAI

Grafana's unified alerting engine (ngalert) enforces a tiered permission model on contact points (receivers) - the notification channels used by alert rules to reach PagerDuty, Slack, email, and similar services. Certain receivers can be designated 'protected,' requiring the elevated alert.notifications.receivers.protected:write permission for modification. The fix for CVE-2026-21724 introduced a protected-field authorization check into the UPDATE handler of two Go service files - pkg/services/ngalert/provisioning/contactpoints.go and pkg/services/ngalert/notifier/receiver_svc.go - but the equivalent guard was never added to the DELETE handler in either file. CWE-284 (Improper Access Control) describes this root cause class precisely: the access control policy is enforced on some operations but not all semantically equivalent operations on the same resource. CPE cpe:2.3:a:grafana_labs:grafana:*:*:*:*:*:*:*:* covers all Grafana editions through 13.2.0.

RemediationAI

Upgrade Grafana to the first patched release that closes the DELETE-path authorization gap in both contactpoints.go and receiver_svc.go - no exact fixed version is confirmed from available input data, so monitor https://grafana.com/security/security-advisories/ for the dedicated CVE-2026-72585 advisory. As a compensating control prior to patching, audit all accounts holding the Editor role and remove it from any accounts that do not operationally require it, reducing the pool of potential exploiters; note this may affect legitimate alert management workflows. Additionally, enable Grafana audit logging and alert on DELETE calls to /api/v1/provisioning/contact-points/{uid} - this does not prevent deletion but provides detection and forensic coverage. If the Grafana provisioning API is not required for interactive users, restrict access to the provisioning endpoints via network policy or reverse proxy ACLs as an additional layer.

CVE-2023-34111 CRITICAL POC
9.8 Jun 06

The `Release PR Merged` workflow in the github repo taosdata/grafanaplugin is subject to a command injection vulnerabili

CVE-2022-26148 CRITICAL POC
9.8 Mar 21

An issue was discovered in Grafana through 7.3.4, when integrated with Zabbix. Rated critical severity (CVSS 9.8), this

CVE-2020-27846 CRITICAL POC
9.8 Dec 21

A signature verification vulnerability exists in crewjam/saml. Rated critical severity (CVSS 9.8), this vulnerability is

CVE-2018-15727 CRITICAL POC
9.8 Aug 29

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 generat

CVE-2024-9264 CRITICAL POC
9.4 Oct 18

The SQL Expressions experimental feature of Grafana allows for the evaluation of `duckdb` queries containing user input.

CVE-2026-63087 CRITICAL POC
9.3 Jul 16

Authentication bypass in Grafana OnCall through 1.16.11 lets unauthenticated remote attackers mint a valid PluginAuthTok

CVE-2023-36649 CRITICAL POC
9.1 Dec 12

Insertion of sensitive information in the centralized (Grafana) logging system in ProLion CryptoSpike 3.0.15P2 allows re

CVE-2025-4123 HIGH POC
7.6 May 22

A cross-site scripting (XSS) vulnerability exists in Grafana caused by combining a client path traversal and open redire

CVE-2020-13379 HIGH POC
8.2 Jun 03

The avatar feature in Grafana 3.0.1 through 7.0.1 has an SSRF Incorrect Access Control issue. Rated high severity (CVSS

CVE-2023-1387 HIGH POC
7.5 Apr 26

Grafana is an open-source platform for monitoring and observability. Rated high severity (CVSS 7.5), this vulnerability

CVE-2022-32276 HIGH POC
7.5 Jun 17

Grafana 8.4.3 allows unauthenticated access via (for example) a /dashboard/snapshot/*?orgId=0 URI. Rated high severity (

CVE-2022-32275 HIGH POC
7.5 Jun 06

Grafana 8.4.3 allows reading files via (for example) a /dashboard/snapshot/%7B%7Bconstructor.constructor'/.. Rated high

Vendor StatusVendor

SUSE

Severity: Moderate
Product Status
SUSE Linux Enterprise Module for Package Hub 15 SP7 Affected
SUSE Manager Client Tools 15 Affected
SUSE Manager Client Tools for SLE 15 Affected
SUSE Multi-Linux Manager Client Tools for SLE 15 Affected
SUSE Linux Enterprise Module for Package Hub 15 SP4 Affected

Share

EUVD-2026-55221 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy