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-2023-46214

CVE-2023-46214: Splunk Cloud XSLT RCE Vulnerability

CVE-2023-46214 is an XSLT-based remote code execution vulnerability in Splunk Cloud that allows attackers to upload malicious stylesheets. This article covers the technical details, affected versions, and mitigation steps.

Published: February 4, 2026

CVE-2023-46214 Overview

CVE-2023-46214 is a critical remote code execution vulnerability affecting Splunk Enterprise versions below 9.0.7 and 9.1.2, as well as Splunk Cloud. The vulnerability exists due to improper sanitization of extensible stylesheet language transformations (XSLT) that users supply. An attacker can exploit this flaw by uploading malicious XSLT content, which can result in remote code execution on the affected Splunk Enterprise instance.

Critical Impact

This vulnerability enables remote code execution through malicious XSLT uploads, potentially allowing complete system compromise of Splunk Enterprise deployments and unauthorized access to sensitive log data and security information.

Affected Products

  • Splunk Enterprise versions below 9.0.7
  • Splunk Enterprise versions below 9.1.2
  • Splunk Cloud (prior to patched versions)

Discovery Timeline

  • 2023-11-16 - CVE-2023-46214 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-46214

Vulnerability Analysis

This vulnerability is classified as CWE-91 (XML Injection, also known as Blind XPath Injection), which involves improper neutralization of special elements used in XML. The core issue lies in Splunk Enterprise's handling of user-supplied XSLT files, where the application fails to properly sanitize input before processing.

XSLT (Extensible Stylesheet Language Transformations) is a powerful language for transforming XML documents. When an application allows users to supply XSLT without proper validation, attackers can leverage XSLT's inherent capabilities to execute arbitrary code on the server. XSLT processors often support extension functions that can invoke system commands or access the underlying file system.

The vulnerability requires user interaction, as an attacker would need to convince a user to interact with a malicious XSLT file or leverage existing privileges to upload the malicious content directly.

Root Cause

The root cause of CVE-2023-46214 is the absence of proper input sanitization for XSLT content uploaded by users. Splunk Enterprise processes XSLT files without adequately restricting dangerous XSLT features such as:

  • Extension functions that allow code execution
  • Document functions that enable external entity access
  • Script extensions that can invoke arbitrary commands

The XSLT processor is configured in an insecure manner, allowing the execution of extension elements and functions that should be disabled in a security-hardened deployment.

Attack Vector

The attack vector for CVE-2023-46214 is network-based, allowing remote exploitation. An attacker can exploit this vulnerability by:

  1. Crafting a malicious XSLT stylesheet containing embedded code execution payloads
  2. Uploading the malicious XSLT file to the Splunk Enterprise instance through available upload mechanisms
  3. Triggering the XSLT transformation process, which executes the embedded malicious code
  4. Achieving remote code execution with the privileges of the Splunk Enterprise service account

The vulnerability requires some form of user interaction, such as convincing an authenticated user to process the malicious XSLT or having existing access to upload files to the Splunk instance.

For detailed technical analysis and proof-of-concept information, refer to the Splunk Security Advisory SVD-2023-1104.

Detection Methods for CVE-2023-46214

Indicators of Compromise

  • Unusual XSLT file uploads to Splunk Enterprise directories
  • Unexpected process spawning from Splunk service processes
  • Suspicious network connections originating from Splunk servers
  • Anomalous file system access patterns from splunkd processes

Detection Strategies

  • Monitor for XSLT file uploads through Splunk web interfaces and API endpoints
  • Implement file integrity monitoring on Splunk configuration and data directories
  • Review Splunk internal logs for unusual transformation processing activities
  • Deploy endpoint detection rules for process chains originating from Splunk services

Monitoring Recommendations

  • Enable verbose logging for Splunk Enterprise file upload operations
  • Implement network traffic analysis for suspicious outbound connections from Splunk servers
  • Review the Splunk Application Research Document for detection content
  • Consult the Splunk Application Analysis Report for additional detection guidance

How to Mitigate CVE-2023-46214

Immediate Actions Required

  • Upgrade Splunk Enterprise to version 9.0.7 or 9.1.2 or later immediately
  • Review Splunk access logs for any suspicious XSLT upload activities
  • Audit user permissions and restrict file upload capabilities to trusted administrators
  • Implement network segmentation to limit Splunk server exposure

Patch Information

Splunk has released security updates addressing this vulnerability. Organizations should upgrade to the following versions or later:

  • Splunk Enterprise 9.0.7 or later
  • Splunk Enterprise 9.1.2 or later
  • Splunk Cloud customers should verify their instance is running the latest patched version

Refer to the Splunk Security Advisory SVD-2023-1104 for official patch information and download links.

Workarounds

  • Restrict access to Splunk web interfaces using network-level controls
  • Implement strict file upload policies limiting XSLT file processing
  • Enable authentication and authorization controls for all Splunk interfaces
  • Consider deploying a web application firewall (WAF) to filter malicious XSLT content
bash
# Configuration example - Restrict Splunk web access to trusted networks
# In /opt/splunk/etc/system/local/web.conf
[settings]
trustedIP = 10.0.0.0/8,192.168.0.0/16
enableSplunkWebSSL = true
# Ensure proper authentication is enforced
requireClientCert = true

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 Score8.8

  • EPSS Probability87.93%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-91
  • Vendor Resources
  • Splunk Security Advisory SVD-2023-1104

  • Splunk Application Research Document

  • Splunk Application Analysis Report
  • Related CVEs
  • CVE-2026-20204: Splunk Enterprise RCE Vulnerability

  • CVE-2026-20163: Splunk Enterprise RCE Vulnerability

  • CVE-2025-20229: Splunk Enterprise RCE Vulnerability

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