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

CVE-2023-40592: Splunk Enterprise XSS Vulnerability

CVE-2023-40592 is a reflected cross-site scripting flaw in Splunk Enterprise that enables attackers to execute arbitrary commands. This article covers technical details, affected versions, security impact, and mitigation.

Published: February 4, 2026

CVE-2023-40592 Overview

A reflected cross-site scripting (XSS) vulnerability exists in Splunk Enterprise that allows attackers to craft malicious web requests targeting the /app/search/table web endpoint. This vulnerability (CWE-79) enables the injection of arbitrary client-side scripts that execute in the context of the victim's browser session. When successfully exploited, attackers can leverage this vulnerability to execute arbitrary commands on the Splunk platform instance, potentially compromising the integrity and confidentiality of monitored data.

Critical Impact

Successful exploitation allows attackers to execute arbitrary commands on the Splunk platform instance through reflected XSS, potentially leading to session hijacking, credential theft, or unauthorized access to sensitive security monitoring data.

Affected Products

  • Splunk Enterprise versions below 9.1.1
  • Splunk Enterprise versions below 9.0.6
  • Splunk Enterprise versions below 8.2.12
  • Splunk Cloud Platform (specific affected versions detailed in vendor advisory)

Discovery Timeline

  • 2023-08-30 - CVE-2023-40592 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-40592

Vulnerability Analysis

This reflected XSS vulnerability resides in the /app/search/table endpoint within the Splunk Enterprise web interface. The vulnerable endpoint fails to properly sanitize user-supplied input before reflecting it back in the HTTP response, allowing attackers to inject malicious JavaScript code that executes in the victim's browser.

The exploitation chain requires user interaction—an authenticated Splunk user must be tricked into clicking a malicious link or visiting an attacker-controlled page. Once triggered, the injected script runs with the full privileges of the victim's Splunk session, enabling attackers to perform actions as that user, including executing commands on the Splunk platform.

Splunk Enterprise serves as a critical security monitoring and SIEM platform in many enterprise environments, making this vulnerability particularly concerning. An attacker who successfully exploits this flaw could access sensitive log data, modify search queries, create persistent access through dashboard modifications, or pivot to other attack vectors within the monitored infrastructure.

Root Cause

The root cause is improper input validation and output encoding (CWE-79) in the /app/search/table web endpoint. User-supplied parameters are not adequately sanitized before being included in the HTML response, allowing specially crafted input containing JavaScript to be reflected and executed in the victim's browser context.

Attack Vector

The attack is network-based and requires user interaction. An attacker crafts a specially constructed URL containing malicious JavaScript payload targeting the vulnerable endpoint. The attack typically proceeds as follows:

  1. Attacker identifies the vulnerable /app/search/table endpoint
  2. Attacker constructs a malicious URL with XSS payload embedded in request parameters
  3. Attacker delivers the malicious URL to authenticated Splunk users via phishing emails, malicious websites, or social engineering
  4. When a victim clicks the link while authenticated to Splunk, the malicious script executes
  5. The script can then perform actions as the victim, including executing commands on the Splunk platform

The vulnerability allows the attacker to break out of the expected data context and inject executable code. For detailed technical analysis, refer to the Splunk Security Advisory SVD-2023-0801.

Detection Methods for CVE-2023-40592

Indicators of Compromise

  • Suspicious HTTP requests to /app/search/table endpoint containing encoded JavaScript or script tags
  • Unusual patterns in web access logs showing reflected content with script elements
  • Unexpected user session activity following visits to malformed URLs
  • Anomalous command execution on Splunk instances correlated with suspicious web requests

Detection Strategies

  • Monitor Splunk web access logs for requests to /app/search/table containing suspicious parameters such as <script>, javascript:, onerror=, or other XSS payload indicators
  • Implement web application firewall (WAF) rules to detect and block common XSS patterns in requests to Splunk endpoints
  • Review Splunk's internal audit logs for unusual administrative actions or command executions that may indicate post-exploitation activity
  • Deploy the Splunk detection analytic provided by Splunk's research team

Monitoring Recommendations

  • Enable verbose logging for the Splunk web interface to capture detailed request parameters
  • Configure alerting for requests containing common XSS payload patterns targeting Splunk web endpoints
  • Monitor for unusual patterns of user behavior that may indicate session hijacking, such as simultaneous logins from different IP addresses
  • Implement Content Security Policy (CSP) headers where possible to mitigate the impact of successful XSS attacks

How to Mitigate CVE-2023-40592

Immediate Actions Required

  • Upgrade Splunk Enterprise to version 9.1.1, 9.0.6, or 8.2.12 or later depending on your deployment branch
  • Review Splunk access logs for evidence of exploitation attempts against the /app/search/table endpoint
  • Educate users about the risks of clicking untrusted links, especially those pointing to Splunk instance URLs
  • Consider implementing network-level controls to restrict access to Splunk web interface from untrusted networks

Patch Information

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

  • Splunk Enterprise 9.1.x: Upgrade to version 9.1.1 or later
  • Splunk Enterprise 9.0.x: Upgrade to version 9.0.6 or later
  • Splunk Enterprise 8.2.x: Upgrade to version 8.2.12 or later

For Splunk Cloud Platform customers, Splunk automatically manages updates. Refer to the Splunk Security Advisory SVD-2023-0801 for complete details on affected versions and patch availability.

Workarounds

  • Restrict network access to the Splunk web interface to trusted networks and users only
  • Implement a reverse proxy or web application firewall (WAF) with XSS filtering capabilities in front of Splunk instances
  • Configure browser security headers including Content-Security-Policy (CSP) to limit script execution
  • Monitor and audit all access to the Splunk web interface until patches can be applied
bash
# Example: Restrict Splunk web access via iptables to trusted network
iptables -A INPUT -p tcp --dport 8000 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 8000 -j DROP

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.1

  • EPSS Probability0.26%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Vendor Resources
  • Splunk Security Advisory SVD-2023-0801

  • Splunk Application Research Report
  • Related CVEs
  • CVE-2026-20162: Splunk Enterprise Stored XSS Vulnerability

  • CVE-2025-20297: Splunk Enterprise XSS Vulnerability

  • CVE-2023-46213: Splunk Cloud 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