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
    • 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-2026-20162

CVE-2026-20162: Splunk Enterprise Stored XSS Vulnerability

CVE-2026-20162 is a stored cross-site scripting flaw in Splunk Enterprise and Cloud Platform that allows low-privileged users to execute unauthorized JavaScript. This post covers technical details, affected versions, and mitigation.

Published: March 13, 2026

CVE-2026-20162 Overview

A Stored Cross-Site Scripting (XSS) vulnerability exists in Splunk Enterprise and Splunk Cloud Platform that can be exploited through a path traversal attack when creating Views in the User Interface settings. A low-privileged user who does not hold the "admin" or "power" Splunk roles can craft a malicious payload at the /manager/launcher/data/ui/views/_new endpoint, leading to unauthorized JavaScript code execution in the browser of victim users.

Critical Impact

This vulnerability allows attackers to execute arbitrary JavaScript in authenticated users' browsers, potentially enabling session hijacking, credential theft, and unauthorized actions within the Splunk environment.

Affected Products

  • Splunk Enterprise versions below 10.2.0, 10.0.3, 9.4.9, and 9.3.9
  • Splunk Cloud Platform versions below 10.2.2510.4, 10.1.2507.15, 10.0.2503.11, and 9.3.2411.123

Discovery Timeline

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

Technical Details for CVE-2026-20162

Vulnerability Analysis

This vulnerability combines two distinct attack techniques: Stored Cross-Site Scripting (XSS) and Path Traversal. The weakness resides in the Views management functionality within Splunk's User Interface settings. When users create a new View through the /manager/launcher/data/ui/views/_new endpoint, the application fails to properly sanitize user-supplied input, allowing malicious payloads to be stored and later executed.

The vulnerability is categorized under CWE-79 (Improper Neutralization of Input During Web Page Generation), which encompasses various forms of XSS attacks. The stored nature of this XSS means that the malicious payload persists within the application, executing whenever a victim user accesses the affected View.

Successful exploitation requires user interaction, as the attacker must phish the victim into initiating a request within their browser. This social engineering component means that the authenticated user cannot exploit the vulnerability at will—they must trick another user into triggering the malicious payload.

Root Cause

The root cause is improper input validation and output encoding in the Views creation functionality. The application fails to adequately sanitize path components and user-controlled input when processing View creation requests, allowing attackers to inject malicious JavaScript through path traversal techniques. The combination of insufficient input validation on the path parameter and lack of proper output encoding when rendering Views creates the exploitable condition.

Attack Vector

The attack is network-based and requires a low-privileged authenticated user to initiate. The attacker crafts a malicious payload containing JavaScript code and submits it through the Views creation interface at /manager/launcher/data/ui/views/_new. The path traversal component allows the attacker to potentially escape intended directory constraints while injecting the XSS payload.

Once the malicious View is created and stored, the attacker must then social engineer a victim user (potentially one with higher privileges) into accessing the compromised View. When the victim's browser renders the View, the stored JavaScript payload executes in their browser context, potentially allowing the attacker to steal session tokens, perform actions as the victim, or exfiltrate sensitive data visible to that user.

The vulnerability mechanism exploits the trust relationship between the Splunk application and authenticated users, leveraging insufficient input sanitization during View creation combined with a path traversal weakness to achieve stored XSS execution.

Detection Methods for CVE-2026-20162

Indicators of Compromise

  • Unusual or suspicious View creation requests to /manager/launcher/data/ui/views/_new containing path traversal sequences such as ../ or encoded variants
  • JavaScript content or HTML tags embedded within View names or configuration parameters
  • Unexpected modifications to existing Views or creation of Views with obfuscated names
  • Browser-based anomalies in user sessions following View access, such as unexpected network requests to external domains

Detection Strategies

  • Monitor HTTP request logs for POST requests to the Views management endpoint containing suspicious characters or encoded path traversal sequences
  • Implement Content Security Policy (CSP) headers to detect and block unauthorized inline script execution
  • Review audit logs for View creation events from low-privileged users, particularly those targeting unusual paths
  • Deploy web application firewall (WAF) rules to detect XSS patterns and path traversal attempts in request payloads

Monitoring Recommendations

  • Enable detailed audit logging for all administrative UI actions within Splunk, particularly View management operations
  • Configure alerts for creation or modification of Views by users without admin or power roles
  • Monitor for JavaScript execution anomalies using browser security tools or endpoint detection
  • Review Splunk internal logs for unauthorized access patterns to the /manager/launcher/data/ui/views/ path

How to Mitigate CVE-2026-20162

Immediate Actions Required

  • Upgrade Splunk Enterprise to version 10.2.0, 10.0.3, 9.4.9, or 9.3.9 or later depending on your version branch
  • Upgrade Splunk Cloud Platform to version 10.2.2510.4, 10.1.2507.15, 10.0.2503.11, or 9.3.2411.123 or later
  • Review existing Views for suspicious content or unexpected JavaScript payloads
  • Restrict View creation permissions to trusted administrators only until patching is complete

Patch Information

Splunk has released security updates to address this vulnerability. Detailed patch information is available in the Splunk Security Advisory SVD-2026-0301. Organizations should prioritize applying these updates to all affected Splunk Enterprise and Splunk Cloud Platform deployments.

Workarounds

  • Restrict access to the Views management interface by limiting the users who can create or modify Views through role-based access controls
  • Implement strict Content Security Policy headers to mitigate the impact of any XSS execution
  • Deploy web application firewall rules to block requests containing path traversal sequences and common XSS patterns
  • Educate users about phishing risks and the importance of not clicking suspicious links, especially those directing to Splunk administrative interfaces
bash
# Review Splunk user roles and restrict View creation permissions
# Navigate to Settings > Access controls > Roles
# For non-admin roles, remove or restrict the following capabilities:
# - edit_views
# - admin_all_objects

# Example: Verify current role capabilities via REST API
curl -k -u admin:password https://localhost:8089/services/authorization/roles/user | grep -i "edit_views\|admin_all_objects"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechSplunk

  • SeverityMEDIUM

  • CVSS Score6.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • Splunk Security Advisory SVD-2026-0301
  • Related CVEs
  • CVE-2025-20297: Splunk Enterprise XSS Vulnerability

  • CVE-2023-46213: Splunk Cloud XSS Vulnerability

  • CVE-2023-40592: Splunk Enterprise XSS Vulnerability

  • CVE-2022-32154: Splunk Enterprise XSS 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