From 265316581487ca922b4e24b2b316bb07e73542a2 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 09:35:04 +0000 Subject: [PATCH] Publish GHSA-q53q-gxq9-mgrj --- .../GHSA-q53q-gxq9-mgrj.json | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 advisories/unreviewed/2025/05/GHSA-q53q-gxq9-mgrj/GHSA-q53q-gxq9-mgrj.json diff --git a/advisories/unreviewed/2025/05/GHSA-q53q-gxq9-mgrj/GHSA-q53q-gxq9-mgrj.json b/advisories/unreviewed/2025/05/GHSA-q53q-gxq9-mgrj/GHSA-q53q-gxq9-mgrj.json new file mode 100644 index 00000000000..961a1d55bbd --- /dev/null +++ b/advisories/unreviewed/2025/05/GHSA-q53q-gxq9-mgrj/GHSA-q53q-gxq9-mgrj.json @@ -0,0 +1,36 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-q53q-gxq9-mgrj", + "modified": "2025-05-22T09:33:21Z", + "published": "2025-05-22T09:33:21Z", + "aliases": [ + "CVE-2025-4123" + ], + "details": "A cross-site scripting (XSS) vulnerability exists in Grafana caused by combining a client path traversal and open redirect. This allows attackers to redirect users to a website that hosts a frontend plugin that will execute arbitrary JavaScript. This vulnerability does not require editor permissions and if anonymous access is enabled, the XSS will work. If the Grafana Image Renderer plugin is installed, it is possible to exploit the open redirect to achieve a full read SSRF.\n\nThe default Content-Security-Policy (CSP) in Grafana will block the XSS though the `connect-src` directive.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:L/A:L" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4123" + }, + { + "type": "WEB", + "url": "https://grafana.com/security/security-advisories/cve-2025-4123" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "HIGH", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2025-05-22T08:15:52Z" + } +} \ No newline at end of file