CVE-2026-21725

low
Published 2026-02-25 · Modified 2026-05-10
CVSS v3
2.0
CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:N/I:L/A:N
CVSS v2
VIR risk
2.0

Description

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.

Predictions

Exploit likelihood
33%
Patch ETA

Heuristic predictions, AS-IS, for prioritization only.

Mitigations

vendor Authored 2026-05-27

Vendor advisory: suse — https://www.suse.com/security/cve/CVE-2026-21725.html

vendor Authored 2026-05-27

Vendor advisory: security@grafana.com — https://grafana.com/security/security-advisories/cve-2026-21725

OS impact

OSVersionStatusFixed in
suse slesaffected

Application impact

VendorProductVersionsFixed
grafanagrafana{"startIncluding":"11.0.0","endExcluding":"12.4.1"}12.4.1

References

CWEs

CWE-367

Verify integrity in audit chain (admin only). AS-IS.