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-2025-41117

CVE-2025-41117: Grafana Explore Traces XSS Vulnerability

CVE-2025-41117 is a cross-site scripting flaw in Grafana's Explore Traces view that enables malicious JavaScript injection through stack traces. This post covers technical details, affected datasources, impact, and mitigation.

Published: February 13, 2026

CVE-2025-41117 Overview

CVE-2025-41117 is a Cross-Site Scripting (XSS) vulnerability in Grafana's Explore Traces view that allows stack traces to be rendered as raw HTML, enabling the injection of malicious JavaScript in the browser. This vulnerability requires an attacker to inject malicious JavaScript into the stack trace field, which is then executed when a user views the affected trace data.

The vulnerability specifically affects datasources using the Jaeger HTTP API. Jaeger gRPC and Tempo datasources do not appear to be affected by this issue.

Critical Impact

Attackers could execute arbitrary JavaScript in the context of authenticated Grafana users, potentially leading to session hijacking, data theft, or unauthorized actions within the Grafana dashboard.

Affected Products

  • Grafana instances using Jaeger HTTP API datasources
  • Grafana Explore Traces view functionality
  • Environments where untrusted data flows into stack trace fields

Discovery Timeline

  • 2026-02-12 - CVE CVE-2025-41117 published to NVD
  • 2026-02-12 - Last updated in NVD database

Technical Details for CVE-2025-41117

Vulnerability Analysis

This XSS vulnerability stems from improper output encoding in Grafana's Explore Traces view when rendering stack trace data. When stack traces are retrieved via the Jaeger HTTP API and displayed to users, the application fails to properly sanitize or escape HTML entities before rendering the content in the browser.

The attack requires user interaction, as a victim must navigate to and view the malicious trace data. However, once triggered, the injected script executes with the full privileges of the authenticated user's session. This could allow attackers to steal session tokens, modify dashboard configurations, access sensitive monitoring data, or perform actions on behalf of the compromised user.

The network-based attack vector combined with the requirement for user interaction and specific preconditions results in a medium severity classification, though the potential for high confidentiality and integrity impact should not be underestimated.

Root Cause

The root cause of this vulnerability is insufficient input sanitization and output encoding in the Explore Traces view component. When stack trace data is received from Jaeger HTTP API datasources, the content is rendered directly as HTML without proper escaping. This allows specially crafted stack trace entries containing HTML tags and JavaScript code to be interpreted and executed by the browser rather than displayed as text.

Attack Vector

An attacker exploiting this vulnerability would need to:

  1. Gain the ability to inject data into stack trace fields that are stored in a Jaeger backend using the HTTP API
  2. Craft a malicious payload containing JavaScript embedded within HTML tags
  3. Wait for or lure a Grafana user to view the trace containing the malicious stack trace data

The injected JavaScript would then execute in the victim's browser within the context of the Grafana application, inheriting all permissions and session credentials of the logged-in user.

The vulnerability manifests when stack trace data containing HTML markup is rendered in the Explore Traces view without proper sanitization. When a user views trace data sourced from a Jaeger HTTP API datasource, any JavaScript embedded in the stack trace field will execute in their browser context. For technical implementation details, see the Grafana Security Advisory CVE-2025-41117.

Detection Methods for CVE-2025-41117

Indicators of Compromise

  • Unusual JavaScript patterns or HTML tags appearing in stack trace fields within Jaeger data stores
  • Unexpected network requests originating from Grafana user sessions to external domains
  • Anomalous user session activity following trace data viewing
  • Reports of unexpected browser behavior when viewing specific trace entries

Detection Strategies

  • Monitor Jaeger backend logs for stack trace entries containing suspicious HTML or script tags
  • Implement Content Security Policy (CSP) headers to detect and block unauthorized script execution
  • Deploy browser-based XSS detection tools that can identify DOM manipulation attempts
  • Review access logs for patterns indicating automated injection attempts into trace data

Monitoring Recommendations

  • Enable detailed logging on Jaeger HTTP API endpoints to capture incoming trace data
  • Configure web application firewall (WAF) rules to detect XSS patterns in trace submissions
  • Implement anomaly detection for user session behavior following Explore Traces view access
  • Set up alerts for CSP violation reports that may indicate attempted exploitation

How to Mitigate CVE-2025-41117

Immediate Actions Required

  • Review and update Grafana to the latest patched version as indicated in the security advisory
  • Audit existing trace data in Jaeger backends for suspicious content
  • Implement Content Security Policy headers to mitigate the impact of any successful XSS attacks
  • Consider temporarily restricting access to the Explore Traces view for untrusted datasources

Patch Information

Grafana has released a security advisory for this vulnerability. Organizations should consult the Grafana Security Advisory CVE-2025-41117 for specific patching instructions and affected version details. Apply the vendor-recommended patches as soon as they are available to remediate this XSS vulnerability.

Workarounds

  • Switch affected datasources from Jaeger HTTP API to Jaeger gRPC, which does not appear to be vulnerable
  • Implement strict input validation on systems that submit trace data to Jaeger backends
  • Deploy a reverse proxy with XSS filtering capabilities in front of Grafana
  • Restrict access to the Explore Traces feature to trusted users only until patching is complete
bash
# Example: Add Content Security Policy headers in Grafana configuration
# Edit grafana.ini or use environment variables

[security]
# Enable strict Content Security Policy
content_security_policy = true
content_security_policy_template = """script-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline';"""

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechGrafana

  • SeverityMEDIUM

  • CVSS Score6.8

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityHigh
  • AvailabilityNone
  • Technical References
  • Grafana Security Advisory CVE-2025-41117
  • Related CVEs
  • CVE-2026-32117: Grafana Cubism Panel 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