The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-2026-32117

CVE-2026-32117: Grafana Cubism Panel XSS Vulnerability

CVE-2026-32117 is a cross-site scripting flaw in the grafanacubism-panel plugin that allows attackers with Editor privileges to execute malicious code when users interact with the panel. This post covers technical details, affected versions, impact, and mitigation strategies.

Published: March 13, 2026

CVE-2026-32117 Overview

A stored Cross-Site Scripting (XSS) vulnerability exists in the grafanacubism-panel plugin for Grafana. In versions 0.1.2 and earlier, the panel's zoom-link handler passes a dashboard-editor-supplied URL directly to window.location.assign() / window.open() with no scheme validation. An attacker with dashboard Editor privileges can set the link to a javascript: URI; when any Viewer drag-zooms on the panel, the payload executes in the Grafana origin.

Critical Impact

Attackers with Editor privileges can inject malicious JavaScript payloads that execute in the context of Grafana, potentially leading to session hijacking, data exfiltration, or further privilege escalation when Viewers interact with compromised dashboards.

Affected Products

  • grafanacubism-panel plugin version 0.1.2 and earlier
  • Grafana instances with the grafanacubism-panel plugin installed

Discovery Timeline

  • 2026-03-11 - CVE CVE-2026-32117 published to NVD
  • 2026-03-12 - Last updated in NVD database

Technical Details for CVE-2026-32117

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation - Cross-Site Scripting). The grafanacubism-panel plugin implements cubism.js visualization capabilities within Grafana dashboards. The vulnerability stems from insufficient input validation in the zoom-link handler functionality.

When a dashboard Editor configures a zoom link URL for the cubism panel, the application accepts and stores this URL without validating the URI scheme. The stored URL is later passed directly to window.location.assign() or window.open() when users interact with the panel's drag-zoom feature. This architectural flaw allows the injection of javascript: URIs that execute arbitrary JavaScript code in the context of the Grafana web application origin.

The attack requires Editor privileges to configure the malicious payload but affects all Viewers who subsequently interact with the compromised dashboard panel.

Root Cause

The root cause is missing URL scheme validation before passing user-controlled input to browser navigation APIs. The zoom-link handler in CubismPanelHelper.ts directly uses editor-supplied URLs without sanitization, allowing javascript: protocol handlers to be injected and executed.

Attack Vector

An attacker with dashboard Editor privileges crafts a malicious javascript: URI as the zoom link configuration. When a Viewer performs a drag-zoom action on the affected cubism panel, the unsanitized URL is passed to window.location.assign() or window.open(), triggering execution of the attacker's JavaScript payload within the authenticated user's Grafana session. This can be leveraged to steal session tokens, perform actions as the victim user, or exfiltrate sensitive dashboard data.

The following patch demonstrates the security fix implemented to address this vulnerability:

typescript
 import * as cubism from 'cubism-ng';
 import * as d3 from 'd3';
 
-import { DataHoverEvent, EventBus, PanelData, DataFrame } from '@grafana/data';
+import { DataHoverEvent, EventBus, PanelData, DataFrame, textUtil } from '@grafana/data';
 import { getSerieByName, convertAllDataToCubism } from '../cubism_utils';
 import { log_debug } from '../misc_utils';
 import { calculateSecondOffset } from '../date_utils';

Source: GitHub Commit Update

The fix imports textUtil from @grafana/data to sanitize zoom link URLs before passing them to browser navigation APIs, preventing javascript: URI execution.

Detection Methods for CVE-2026-32117

Indicators of Compromise

  • Dashboard configurations containing javascript: URIs in cubism panel zoom-link settings
  • Unusual dashboard modifications by Editor accounts, particularly targeting cubism panel configurations
  • Browser console errors or network requests triggered during drag-zoom interactions on cubism panels
  • Unexpected session activity or API calls originating from Viewer sessions after dashboard interactions

Detection Strategies

  • Audit Grafana dashboard JSON configurations for cubism panels with suspicious zoom-link values containing javascript:, data:, or other non-HTTP(S) schemes
  • Monitor Grafana audit logs for dashboard edit operations modifying panel link configurations
  • Implement Content Security Policy (CSP) headers to detect and report inline script execution attempts

Monitoring Recommendations

  • Enable verbose logging for dashboard modification events in Grafana
  • Configure web application firewall (WAF) rules to detect javascript: URI patterns in POST/PUT requests to dashboard APIs
  • Implement real-time alerting for dashboard configuration changes that include suspicious URI schemes

How to Mitigate CVE-2026-32117

Immediate Actions Required

  • Update the grafanacubism-panel plugin to a patched version that includes URL sanitization
  • Audit existing dashboards for cubism panels with potentially malicious zoom-link configurations
  • Temporarily disable the grafanacubism-panel plugin if immediate patching is not feasible
  • Review Editor account access and ensure principle of least privilege

Patch Information

The vulnerability has been addressed in a security patch. The fix implements URL sanitization using Grafana's textUtil utility before passing URLs to browser navigation APIs. Organizations should update to the latest version of the grafanacubism-panel plugin. For technical details, refer to the GitHub Security Advisory and the security patch commit.

Workarounds

  • Remove or disable the grafanacubism-panel plugin until patching is complete
  • Restrict dashboard Editor privileges to trusted users only
  • Implement strict Content Security Policy headers to mitigate XSS impact (note: this may not fully prevent all attack scenarios)
  • Manually audit and remove any suspicious zoom-link configurations from existing dashboards
bash
# Configuration example - Content Security Policy header for Grafana
# Add to Grafana's configuration or reverse proxy
# Note: This is a defense-in-depth measure, not a complete fix
grafana_csp_header="Content-Security-Policy: script-src 'self'; object-src 'none';"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechGrafana

  • SeverityHIGH

  • CVSS Score7.6

  • EPSS Probability0.03%

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

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2025-41117: Grafana Explore Traces XSS Vulnerability

  • CVE-2025-4123: Grafana XSS Vulnerability via Redirect

  • CVE-2025-6023: Grafana OSS Open Redirect XSS Vulnerability

  • CVE-2023-22462: Grafana Text Plugin XSS Vulnerability
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