CVE-2026-17033 PUBLISHED

CVE-2026-17033 CVE Record

Assigner: GRAFANA
Reserved: 24.07.2026 Published: 24.08.2026 Updated: 24.08.2026

An authenticated attacker with Editor access or alert.instances.external:write can submit an external Alertmanager alert containing a controlled generatorURL. The attacker is authorized to create the alert, but not to execute script in another user's Grafana session.

Grafana renders alert.generatorURL directly as the Alert Details See source LinkButton href without URL-scheme sanitization or a safe-protocol allowlist. The click interceptor's :// heuristic can be bypassed by placing :// inside a JavaScript comment. When a user with read access clicks See source, the browser executes attacker-controlled JavaScript in the Grafana origin with the clicking user's permissions.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:L/A:L
CVSS Score: 6.8

Product Status

Vendor Grafana
Product Grafana OSS
Versions Default: unaffected
  • affected from 0 to 12.3.11 (incl.)
  • affected from 12.4.0 to 12.4.9 (incl.)
  • affected from 13.0.0 to 13.0.7 (incl.)

Credits

  • nlgbao1340 finder

References

Problem Types

  • CWE-79: IMPROPER NEUTRALIZATION OF INPUT DURING WEB PAGE GENERATION ('CROSS-SITE SCRIPTING') CWE