CVSS: 7.1EPSS: 0%CPEs: 4EXPL: 0CVE-2025-41117 – XSS in Grafana Explore stack trace
https://notcve.org/view.php?id=CVE-2025-41117
12 Feb 2026 — 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. • https://grafana.com/security/security-advisories/CVE-2025-41117 • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •
CVSS: 5.3EPSS: 0%CPEs: 8EXPL: 0CVE-2026-21722 – Public Dashboards time range restriction on annotations can be bypassed
https://notcve.org/view.php?id=CVE-2026-21722
12 Feb 2026 — 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. • https://grafana.com/security/security-advisories/CVE-2026-21722 • CWE-863: Incorrect Authorization •
CVSS: 8.5EPSS: 0%CPEs: 10EXPL: 0CVE-2026-21721 – Dashboard Permissions Scope Bypass Enables Cross‑Dashboard Privilege Escalation
https://notcve.org/view.php?id=CVE-2026-21721
27 Jan 2026 — 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. • https://grafana.com/security/security-advisories/CVE-2026-21721 • CWE-863: Incorrect Authorization •
CVSS: 7.8EPSS: 0%CPEs: 10EXPL: 0CVE-2026-21720 – Unauthenticated DoS: avatar cache leaks goroutines when /avatar/:hash requests time out
https://notcve.org/view.php?id=CVE-2026-21720
27 Jan 2026 — 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. • https://grafana.com/security/security-advisories/CVE-2026-21720 • CWE-400: Uncontrolled Resource Consumption CWE-703: Improper Check or Handling of Exceptional Conditions •
