Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-58746

CVE-2025-58746: Grafana Business Links Privilege Escalation

CVE-2025-58746 is a privilege escalation vulnerability in the Volkov Labs Business Links panel for Grafana, allowing Editor users to gain Administrator access via JavaScript injection. This article covers technical details, affected versions, and mitigation.

Published: April 8, 2026

CVE-2025-58746 Overview

A critical Cross-Site Scripting (XSS) vulnerability has been identified in the Volkov Labs Business Links panel for Grafana that enables privilege escalation from Editor to Administrator. The Business Links panel provides an interface for navigating using external links, internal dashboards, time pickers, and dropdown menus. Prior to version 2.4.0, the plugin fails to properly sanitize user input in the [Layout] → [Link] → [URL] field, allowing malicious actors with Editor privileges to inject arbitrary JavaScript code and escalate their privileges to Administrator level.

Critical Impact

Attackers with Editor privileges can exploit this stored XSS vulnerability to escalate to Administrator privileges, enabling complete control over the Grafana instance including user management, data source configuration, and dashboard manipulation.

Affected Products

  • Volkov Labs Business Links Panel for Grafana versions prior to 2.4.0
  • Grafana instances utilizing the vulnerable Business Links plugin
  • Organizations using Grafana with multi-user Editor role assignments

Discovery Timeline

  • 2025-09-08 - CVE-2025-58746 published to NVD
  • 2025-09-09 - Last updated in NVD database

Technical Details for CVE-2025-58746

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting (XSS). The flaw exists in the Link Editor component of the Business Links panel where user-supplied URL values are not properly sanitized before being rendered in the browser context.

When an Editor-level user configures a link within the Business Links panel, the URL field accepts arbitrary input without validation. This input is later executed in the browser context of any user viewing the affected dashboard, including Administrators. By crafting a malicious JavaScript payload, an attacker can hijack an Administrator's session, steal authentication tokens, or directly execute administrative API calls using the victim's elevated privileges.

The attack is particularly dangerous because it leverages Grafana's trusted plugin ecosystem. Users with Editor privileges are generally considered semi-trusted, but this vulnerability breaks that trust model by allowing horizontal movement to Administrator-level access.

Root Cause

The root cause of this vulnerability is the absence of URL sanitization in the LinkEditor component. The plugin directly processes user-supplied URL values without leveraging Grafana's built-in sanitization utilities. The vulnerable code path allows JavaScript URIs (such as javascript:) and other malicious payloads to be stored and subsequently executed.

Attack Vector

The attack requires network access and low privileges (Editor role). An attacker with Editor access creates or modifies a dashboard containing the Business Links panel. By inserting a malicious JavaScript payload into the URL field of a link configuration, the attacker creates a stored XSS condition. When an Administrator views the compromised dashboard, the malicious script executes in their browser session, allowing the attacker to perform actions with Administrator privileges including creating new admin accounts, modifying security settings, or exfiltrating sensitive data.

The security patch introduces proper URL sanitization by importing and utilizing Grafana's textUtil sanitization functions:

text
-import { DataFrame, IconName, SelectableValue } from '@grafana/data';
+import { DataFrame, IconName, SelectableValue, textUtil } from '@grafana/data';
 import {
   getAvailableIcons,
   InlineField,

Source: GitHub Commit Record

Detection Methods for CVE-2025-58746

Indicators of Compromise

  • Unexpected JavaScript code or javascript: URI schemes in Business Links panel configurations
  • Dashboard JSON exports containing suspicious URL patterns with encoded script content
  • Anomalous administrative actions performed by users without Administrator role assignments
  • Browser console errors or unexpected script execution when viewing dashboards with Business Links panels

Detection Strategies

  • Audit Grafana dashboard configurations for Business Links panels containing suspicious URL values
  • Monitor Grafana audit logs for privilege escalation events or unexpected role changes
  • Implement Content Security Policy (CSP) headers to detect and block inline script execution
  • Review recent dashboard modifications by Editor-level users for anomalous link configurations

Monitoring Recommendations

  • Enable and monitor Grafana's built-in audit logging for administrative API calls
  • Deploy browser-based XSS detection and reporting mechanisms
  • Configure alerts for new Administrator account creation or role modifications
  • Implement periodic scanning of dashboard JSON configurations for malicious patterns

How to Mitigate CVE-2025-58746

Immediate Actions Required

  • Upgrade the Volkov Labs Business Links panel to version 2.4.0 or later immediately
  • Audit all existing dashboards using the Business Links panel for suspicious URL configurations
  • Review Grafana audit logs for any signs of privilege escalation or unauthorized administrative actions
  • Consider temporarily disabling the Business Links plugin if immediate upgrade is not possible

Patch Information

The vulnerability has been remediated in version 2.4.0 of the Volkov Labs Business Links panel. The fix implements proper URL sanitization using Grafana's built-in textUtil functions to prevent JavaScript injection through the URL field. Organizations should update to this version or later as soon as possible.

For detailed patch information, refer to the GitHub Security Advisory GHSA-93qj-gv4p-mf53 and the commit implementing the fix.

Workarounds

  • Restrict Editor role assignments to only trusted personnel until the patch is applied
  • Implement strict Content Security Policy headers to mitigate XSS impact
  • Temporarily uninstall or disable the Business Links plugin if patching is delayed
  • Use Grafana's folder-level permissions to limit which users can modify dashboards containing the vulnerable plugin
bash
# Configuration example
# Verify Business Links plugin version in Grafana CLI
grafana-cli plugins ls | grep business-links

# Update the plugin to patched version
grafana-cli plugins update volkovlabs-business-links

# Restart Grafana service after update
sudo systemctl restart grafana-server

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechGrafana

  • SeverityCRITICAL

  • CVSS Score9.0

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Commit Record

  • GitHub Security Advisory GHSA-93qj-gv4p-mf53
  • Related CVEs
  • CVE-2026-21725: Grafana Privilege Escalation Vulnerability

  • CVE-2025-41115: Grafana Privilege Escalation Vulnerability

  • CVE-2023-4822: Grafana Privilege Escalation Vulnerability

  • CVE-2024-9476: Grafana Privilege Escalation Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English