Description
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.
Published: 2026-08-24
Score: 6.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Cross‑Site Scripting that allows an authenticated attacker to execute arbitrary JavaScript in the browser context of any Grafana user who clicks a crafted alert link.
Action: Apply Patch
AI Analysis

Impact

The flaw arises when Grafana renders the generatorURL field of an external Alertmanager alert without sanitizing the URL scheme. An attacker with Editor access or the alert.instances.external:write permission can create an alert containing a malicious generatorURL that embeds JavaScript. When a Grafana user with read permissions clicks the See source link, the browser loads the malicious JavaScript under Grafana’s origin, enabling the attacker to perform actions on behalf of that user. This is a classic reflected cross‑site scripting vulnerability classified as CWE‑79.

Affected Systems

Grafana OSS is affected. No specific version numbers are listed in the advisory, so all installations of Grafana OSS that support external Alertmanager alerts are potentially vulnerable until a patch is applied.

Risk and Exploitability

With a CVSS score of 6.8 the vulnerability is considered medium severity. The exploit probability score is not available, and the flaw is not listed in the CISA KEV catalog. The attack requires the attacker to be an authenticated user with specific permissions and a victim with read access to the alert. Once the victim clicks the link, malicious JavaScript runs with the victim’s privileges in the Grafana origin, which could lead to session hijacking or further credential compromise. Absence of an EPSS score indicates low publicly observed exploitation activity, but the medium CVSS highlights the potential damage to confidentiality, integrity, and availability of affected Grafana environments.

Generated by OpenCVE AI on August 24, 2026 at 20:07 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Grafana OSS update that removes the unsanitized rendering of generatorURL.
  • If an immediate patch is unavailable, restrict the alert.instances.external:write permission or disable external Alertmanager alerts for users that do not require the feature.
  • Enforce a Content‑Security‑Policy that disallows inline script execution from untrusted URLs to mitigate the impact while a patch is deployed.

Generated by OpenCVE AI on August 24, 2026 at 20:07 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 24 Aug 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Grafana
Grafana grafana
Vendors & Products Grafana
Grafana grafana

Mon, 24 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Mon, 24 Aug 2026 14:00:00 +0000

Type Values Removed Values Added
Description 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.
Title CVE-2026-17033 CVE Record
Weaknesses CWE-79
References
Metrics cvssV3_1

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


cve-icon MITRE

Status: PUBLISHED

Assigner: GRAFANA

Published:

Updated: 2026-08-27T17:22:43.827Z

Reserved: 2026-07-24T12:11:43.417Z

Link: CVE-2026-17033

cve-icon Vulnrichment

Updated: 2026-08-24T15:11:03.288Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-24T14:16:50.717

Modified: 2026-08-31T18:50:00.053

Link: CVE-2026-17033

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-24T20:45:04Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')