Cyber Resilience

CVE-2025-6023

High

Published: 18 July 2025

Published
18 July 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 7.6 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:L/A:L
EPSS Score 0.0709 91.7th percentile
Risk Priority 19 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-6023 is a high-severity Cross-site Scripting (CWE-79) vulnerability in Grafana OSS (inferred from references). Its CVSS base score is 7.6 (High).

Operationally, ranked in the top 8.3% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

An open redirect vulnerability has been identified in Grafana OSS that can be exploited to achieve XSS attacks. The vulnerability was introduced in Grafana v11.5.0 and can be chained with path traversal vulnerabilities to achieve XSS. It is tracked under CWE-79 and CWE-601 with a CVSS 3.1 score of 7.6.

Unauthenticated remote attackers can supply crafted URLs that trigger the open redirect, leading victims to attacker-controlled destinations where malicious scripts execute in the context of the Grafana instance. Successful exploitation can result in theft of sensitive data, session hijacking, or limited modification of application state.

Grafana has published fixes in versions 12.0.2+security-01, 11.6.3+security-01, 11.5.6+security-01, 11.4.6+security-01, and 11.3.8+security-01. The vendor advisory and accompanying blog post recommend immediate upgrade to one of the patched releases and note that the issue affects all prior 11.5.x and later builds prior to these updates. The associated EPSS score has remained low and essentially flat since disclosure.

EU & UK References

Vulnerability details

An open redirect vulnerability has been identified in Grafana OSS that can be exploited to achieve XSS attacks. The vulnerability was introduced in Grafana v11.5.0. The open redirect can be chained with path traversal vulnerabilities to achieve XSS. Fixed in…

more

versions 12.0.2+security-01, 11.6.3+security-01, 11.5.6+security-01, 11.4.6+security-01 and 11.3.8+security-01

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

Grafana
OSS
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-79 CWE-601

Validates web inputs to reject script-related content that could produce XSS.

addresses: CWE-601

Security awareness includes verifying URLs and avoiding untrusted redirects that lead to malicious sites.

addresses: CWE-79

Penetration testing submits XSS payloads to web applications, detecting cross-site scripting flaws for subsequent remediation.

addresses: CWE-79

Output validation against expected content can reject or sanitize script content in generated web pages, reducing XSS exploitability.

References