Description
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.
Published: 2026-08-10
Score: 6.5 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An authorization bypass flaw in Grafana allows users with the Editor role to remove protected contact points (alert receivers) without the required alert.notifications.receivers.protected:write permission. The flaw stems from missing protection on delete operations in both the provisioning and notifier services, enabling deletion of critical alerting configurations. The result is a loss of essential notification pathways, which can lead to missed alerts for critical incidents but does not provide direct remote code execution or data exfiltration.

Affected Systems

All installations of Grafana from versions prior to or including 13.2.0 are affected. The vulnerability exists in the pkg/services/ngalert/provisioning/contactpoints.go and pkg/services/ngalert/notifier/receiver_svc.go modules. Upgrade to a release that includes the missing protected‑field check for delete path to remediate the issue.

Risk and Exploitability

The CVSS score of 6.5 indicates a moderate severity, and the vulnerability is not currently listed in the CISA KEV catalog. EPSS data is unavailable, so the exploitation likelihood is unknown but it can be exercised by any authenticated user with Editor privileges via the Grafana UI or API. Because no additional system privileges are required, the risk is limited to disruption of alerting functionality rather than broader compromise.

Generated by OpenCVE AI on August 10, 2026 at 13:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Grafana to the latest version that contains the fix for the delete path in CVE-2026-21724.
  • Disable the delete API for protected contact points by adjusting configuration settings or using the API to block deletion operations.
  • Enable logging and audit of contact point deletions and review logs regularly to detect any unauthorized removal attempts.

Generated by OpenCVE AI on August 10, 2026 at 13:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 10 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 10 Aug 2026 12:00:00 +0000

Type Values Removed Values Added
Description 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. 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.

Mon, 10 Aug 2026 11:00:00 +0000

Type Values Removed Values Added
Description 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.
Title Grafana - Incomplete Fix for CVE-2026-21724 Allows Editor Role to Delete Protected Contact Points
Weaknesses CWE-284
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: TuranSec

Published:

Updated: 2026-08-10T13:19:46.585Z

Reserved: 2026-08-10T10:32:53.854Z

Link: CVE-2026-72585

cve-icon Vulnrichment

Updated: 2026-08-10T13:19:42.431Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T13:30:05Z

Weaknesses