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-20163

CVE-2026-20163: Splunk Enterprise RCE Vulnerability

CVE-2026-20163 is a remote code execution flaw in Splunk Enterprise and Cloud Platform that allows privileged users to execute arbitrary shell commands. This article covers the technical details, affected versions, and mitigation.

Published: March 13, 2026

CVE-2026-20163 Overview

CVE-2026-20163 is a command injection vulnerability affecting Splunk Enterprise and Splunk Cloud Platform. A user who holds a role that contains the high-privilege capability edit_cmd could execute arbitrary shell commands using the unarchive_cmd parameter for the /splunkd/__upload/indexing/preview REST endpoint. This vulnerability allows authenticated attackers with specific privileges to achieve remote code execution on affected Splunk deployments.

Critical Impact

Authenticated users with the edit_cmd capability can execute arbitrary shell commands on Splunk servers, potentially leading to complete system compromise, data exfiltration, or lateral movement within enterprise environments.

Affected Products

  • Splunk Enterprise versions below 10.2.0, 10.0.4, 9.4.9, and 9.3.10
  • Splunk Cloud Platform versions below 10.2.2510.5, 10.0.2503.12, 10.1.2507.16, and 9.3.2411.124

Discovery Timeline

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

Technical Details for CVE-2026-20163

Vulnerability Analysis

This vulnerability is classified as CWE-77 (Command Injection), a weakness where an application constructs all or part of a command using externally-influenced input but fails to properly neutralize special elements that could modify the intended command.

The vulnerability exists in the /splunkd/__upload/indexing/preview REST endpoint, which processes file uploads for indexing preview functionality. The unarchive_cmd parameter is designed to specify a command for extracting or processing uploaded archive files. However, insufficient input validation allows attackers to inject arbitrary shell commands through this parameter.

To exploit this vulnerability, an attacker must possess a role with the edit_cmd capability, which is typically reserved for administrative users. While this limits the attack surface, it represents a significant security concern in environments where role assignments may be overly permissive or where an attacker has already compromised a privileged account.

Root Cause

The root cause is improper neutralization of special elements used in a command. The unarchive_cmd parameter value is passed to a shell interpreter without adequate sanitization, allowing shell metacharacters and command separators to break out of the intended command context and execute attacker-controlled commands.

Attack Vector

The attack is network-based and requires authentication with a role containing the edit_cmd capability. An attacker can craft a malicious HTTP request to the /splunkd/__upload/indexing/preview endpoint with a specially crafted unarchive_cmd parameter containing shell command injection payloads. Since no user interaction is required beyond the initial authentication, exploitation can be automated once valid credentials are obtained.

The vulnerability leverages the privileged context in which Splunk processes operate, meaning successful exploitation typically results in command execution with the permissions of the Splunk service account, which often has elevated privileges on the host system.

Detection Methods for CVE-2026-20163

Indicators of Compromise

  • Unusual HTTP requests to /splunkd/__upload/indexing/preview with suspicious unarchive_cmd parameter values containing shell metacharacters such as ;, |, &&, or backticks
  • Unexpected child processes spawned by Splunk service processes
  • Unusual outbound network connections originating from Splunk server processes
  • Audit log entries showing exploitation attempts by users with edit_cmd capability

Detection Strategies

  • Monitor Splunk internal logs for requests to the vulnerable endpoint containing potential injection patterns
  • Implement web application firewall (WAF) rules to detect command injection patterns in requests to Splunk management interfaces
  • Enable and review Splunk's audit logging for suspicious API activity from privileged accounts
  • Deploy endpoint detection and response (EDR) solutions to identify anomalous process execution from Splunk service contexts

Monitoring Recommendations

  • Configure alerting for any access to /splunkd/__upload/indexing/preview from unexpected sources or with unusual parameter patterns
  • Implement user behavior analytics to detect abnormal activity from accounts with administrative privileges
  • Review and audit role assignments to identify accounts with the edit_cmd capability
  • Monitor for signs of post-exploitation activity such as credential harvesting, lateral movement, or data exfiltration from Splunk servers

How to Mitigate CVE-2026-20163

Immediate Actions Required

  • Upgrade Splunk Enterprise to version 10.2.0, 10.0.4, 9.4.9, or 9.3.10 or later depending on your deployment branch
  • Upgrade Splunk Cloud Platform to version 10.2.2510.5, 10.0.2503.12, 10.1.2507.16, or 9.3.2411.124 or later
  • Review all user roles and remove the edit_cmd capability from accounts that do not strictly require it
  • Audit access logs to identify any potential exploitation attempts prior to patching

Patch Information

Splunk has released security updates to address this vulnerability. Refer to the Splunk Security Advisory SVD-2026-0302 for detailed patch information and upgrade instructions. Organizations should prioritize patching based on the criticality of their Splunk deployments and the potential exposure to privileged users.

Workarounds

  • Restrict access to the edit_cmd capability to only essential administrative accounts until patching is complete
  • Implement network segmentation to limit access to Splunk management interfaces from trusted networks only
  • Use a reverse proxy or WAF to filter requests to /splunkd/__upload/indexing/preview and block potentially malicious input patterns
  • Consider temporarily disabling the affected endpoint if the indexing preview functionality is not business-critical
bash
# Review accounts with edit_cmd capability in Splunk
# Run this search in Splunk to audit role assignments
index=_audit action=login user=* | stats count by user, roles | search roles=*admin*

# Restrict management interface access via firewall rules (example for iptables)
iptables -A INPUT -p tcp --dport 8089 -s trusted_network/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 8089 -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechSplunk

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-77
  • Technical References
  • Splunk Security Advisory SVD-2026-0302
  • Related CVEs
  • CVE-2025-20229: Splunk Enterprise RCE Vulnerability

  • CVE-2024-36985: Splunk Enterprise RCE Vulnerability

  • CVE-2024-36984: Splunk Enterprise RCE Vulnerability

  • CVE-2024-53247: Splunk Enterprise RCE 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