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-2024-36984

CVE-2024-36984: Splunk Enterprise RCE Vulnerability

CVE-2024-36984 is a remote code execution vulnerability in Splunk Enterprise on Windows that allows authenticated users to execute arbitrary code via untrusted data serialization. This article covers technical details, affected versions, impact, and mitigation strategies.

Updated: January 22, 2026

CVE-2024-36984 Overview

CVE-2024-36984 is an insecure deserialization vulnerability affecting Splunk Enterprise on Windows platforms. This flaw allows authenticated users to execute specially crafted queries that serialize untrusted data, ultimately enabling arbitrary code execution on affected systems. The vulnerability stems from improper handling of serialized data within Splunk's query processing mechanism, classified as CWE-502 (Deserialization of Untrusted Data).

Critical Impact

Authenticated attackers can leverage this vulnerability to execute arbitrary code on Splunk Enterprise servers running on Windows, potentially leading to complete system compromise, data exfiltration, or lateral movement within enterprise environments.

Affected Products

  • Splunk Enterprise versions below 9.2.2
  • Splunk Enterprise versions below 9.1.5
  • Splunk Enterprise versions below 9.0.10

Discovery Timeline

  • 2024-07-01 - CVE-2024-36984 published to NVD
  • 2025-03-07 - Last updated in NVD database

Technical Details for CVE-2024-36984

Vulnerability Analysis

This vulnerability exploits improper input validation within Splunk Enterprise's query processing functionality on Windows systems. When an authenticated user submits a specially crafted query, the application fails to properly validate serialized data before processing it. This insecure deserialization flaw allows attackers to inject malicious serialized objects that execute arbitrary code when deserialized by the Splunk server.

The attack requires network access and valid authentication credentials, but once these prerequisites are met, the exploitation complexity is relatively low. Successful exploitation can result in complete compromise of confidentiality, integrity, and availability of the affected system, as the attacker gains the ability to execute code with the privileges of the Splunk service.

Root Cause

The root cause of CVE-2024-36984 is classified as CWE-502: Deserialization of Untrusted Data. Splunk Enterprise on Windows fails to implement adequate validation and sanitization of serialized data within query processing. This allows attackers to craft malicious serialized payloads that, when processed by the application, instantiate dangerous objects or execute arbitrary code.

Insecure deserialization vulnerabilities occur when applications accept serialized objects from untrusted sources without proper verification of the object's type, structure, or content. In this case, the query mechanism accepts user-controlled serialized data that is subsequently deserialized in a dangerous context.

Attack Vector

The attack vector for this vulnerability is network-based, requiring authenticated access to the Splunk Enterprise instance. An attacker would need to:

  1. Obtain valid credentials for the Splunk Enterprise system (low-privilege user access is sufficient)
  2. Craft a malicious query containing serialized payload designed to exploit the deserialization flaw
  3. Submit the query through Splunk's query interface
  4. The malicious serialized data is processed by the server, triggering code execution

The vulnerability affects only Windows deployments of Splunk Enterprise. The attacker can leverage this to execute arbitrary commands with the privileges of the Splunk service account, potentially escalating to full system compromise.

For detailed technical information on the exploitation mechanism, refer to the Splunk Security Advisory SVD-2024-0704 and the Splunk Research Application Analysis.

Detection Methods for CVE-2024-36984

Indicators of Compromise

  • Unusual or complex queries submitted by authenticated users that contain encoded or obfuscated content
  • Unexpected process spawning from the Splunk service process on Windows systems
  • Anomalous network connections originating from the Splunk server to external destinations
  • Modifications to Splunk configuration files or unauthorized script execution within the Splunk directory

Detection Strategies

  • Implement Splunk's own detection content available at their Research Application Analysis to identify exploitation attempts
  • Monitor Splunk query logs for suspicious serialized data patterns or unusually complex query structures
  • Deploy endpoint detection and response (EDR) solutions to detect anomalous process behavior from the Splunk service
  • Enable Windows process creation auditing to capture child processes spawned by Splunk services

Monitoring Recommendations

  • Enable verbose logging for Splunk query processing and review logs for deserialization-related errors
  • Configure SIEM alerts for authentication anomalies followed by suspicious query patterns
  • Monitor file system integrity for unauthorized modifications within Splunk installation directories
  • Implement network segmentation to detect and alert on unusual outbound connections from Splunk servers

How to Mitigate CVE-2024-36984

Immediate Actions Required

  • Upgrade Splunk Enterprise to version 9.2.2, 9.1.5, or 9.0.10 or later depending on your version branch
  • Review and audit user accounts with access to Splunk Enterprise, removing unnecessary privileges
  • Implement network segmentation to limit exposure of Splunk servers to trusted networks only
  • Enable enhanced logging and monitoring to detect potential exploitation attempts

Patch Information

Splunk has released patches addressing this vulnerability in the following versions:

  • Splunk Enterprise 9.2.2 and later (for 9.2.x branch)
  • Splunk Enterprise 9.1.5 and later (for 9.1.x branch)
  • Splunk Enterprise 9.0.10 and later (for 9.0.x branch)

Organizations should prioritize patching Windows-based Splunk Enterprise deployments immediately. Refer to the Splunk Security Advisory SVD-2024-0704 for official patch information and download links.

Workarounds

  • Restrict network access to Splunk Enterprise instances using firewall rules to allow only trusted IP addresses
  • Implement additional authentication controls such as multi-factor authentication (MFA) to reduce risk of credential compromise
  • Review and minimize user permissions, ensuring users have only the minimum necessary privileges
  • Consider temporarily disabling non-essential Splunk functionality until patches can be applied
bash
# Example: Restrict Splunk web interface access via Windows Firewall
netsh advfirewall firewall add rule name="Restrict Splunk Web" dir=in action=allow protocol=TCP localport=8000 remoteip=10.0.0.0/8
netsh advfirewall firewall add rule name="Block Splunk Web External" dir=in action=block protocol=TCP localport=8000

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 Probability3.46%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-502
  • Technical References
  • Splunk Research Application Analysis
  • Vendor Resources
  • Splunk Security Advisory SVD-2024-0704
  • Related CVEs
  • CVE-2026-20163: Splunk Enterprise RCE Vulnerability

  • CVE-2025-20229: Splunk Enterprise RCE Vulnerability

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