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

CVE-2023-32714: Splunk Path Traversal Vulnerability

CVE-2023-32714 is a path traversal vulnerability in Splunk App for Lookup File Editing that allows low-privileged users to read and write restricted files. This article covers technical details, affected versions, and mitigation.

Published: February 4, 2026

CVE-2023-32714 Overview

CVE-2023-32714 is a path traversal vulnerability affecting the Splunk App for Lookup File Editing versions below 4.0.1. A low-privileged user can exploit this vulnerability by sending a specially crafted web request to trigger a path traversal attack, allowing unauthorized read and write access to restricted areas of the Splunk installation directory.

Critical Impact

Low-privileged attackers can read and write to restricted Splunk installation directories, potentially compromising the integrity and confidentiality of the Splunk deployment.

Affected Products

  • Splunk App for Lookup File Editing versions below 4.0.1
  • Splunk Enterprise 8.1.x versions below 8.1.14
  • Splunk Enterprise 8.2.x versions below 8.2.11
  • Splunk Enterprise 9.0.x versions below 9.0.5

Discovery Timeline

  • 2023-06-01 - CVE-2023-32714 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-32714

Vulnerability Analysis

This vulnerability is classified under CWE-22 (Improper Limitation of a Pathname to a Restricted Directory) and CWE-35 (Path Traversal). The flaw exists within the Splunk App for Lookup File Editing, which fails to properly sanitize user-supplied input in web requests related to file operations.

When a low-privileged user sends a malicious request containing path traversal sequences (such as ../), the application does not adequately validate or restrict the file path, allowing the attacker to escape the intended directory boundary. This enables access to files and directories outside the designated lookup file storage location within the Splunk installation.

The vulnerability can be exploited remotely over the network and requires only low-level privileges, making it accessible to any authenticated user with basic access to the Splunk environment.

Root Cause

The root cause of this vulnerability is insufficient input validation and path canonicalization in the file handling routines of the Splunk App for Lookup File Editing. The application accepts user-controlled file path parameters without properly sanitizing directory traversal sequences, allowing attackers to reference files outside the intended scope.

The lack of proper path normalization and boundary enforcement enables specially crafted requests to bypass the intended directory restrictions, granting unauthorized access to sensitive Splunk configuration files and system resources.

Attack Vector

The attack is conducted over the network by an authenticated user with low privileges. The attacker crafts a malicious HTTP request targeting the lookup file editing functionality, embedding path traversal sequences within the file path parameter.

By manipulating the file path (e.g., using sequences like ../../etc/passwd or ..\..\system\local\server.conf), the attacker can traverse outside the intended lookup directory and access or modify sensitive files within the Splunk installation hierarchy. This could include configuration files, credentials, or other sensitive data stored on the Splunk server.

The attack requires no user interaction and can be performed with network access to the vulnerable Splunk instance. For detailed technical analysis, refer to the Splunk Security Advisory SVD-2023-0608 and the Splunk Research Application Analysis.

Detection Methods for CVE-2023-32714

Indicators of Compromise

  • Web server logs containing requests to the Lookup File Editing app endpoints with path traversal sequences (../, ..%2f, ..%5c)
  • Unexpected file access or modification events in restricted Splunk directories
  • Audit logs showing low-privileged users accessing files outside the $SPLUNK_HOME/etc/apps/lookup_editor/lookups/ directory
  • Anomalous read/write activity in Splunk system configuration directories by non-administrative accounts

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block requests containing path traversal patterns
  • Monitor Splunk internal logs for suspicious file access patterns originating from the Lookup File Editing app
  • Deploy Splunk's own detection analytic available at the Splunk Research repository
  • Review authentication logs for low-privileged accounts exhibiting unusual file access behavior

Monitoring Recommendations

  • Enable detailed audit logging for file system operations within the Splunk installation directory
  • Configure alerts for HTTP requests containing encoded or plain-text directory traversal sequences targeting Splunk endpoints
  • Regularly review access logs for the Splunk App for Lookup File Editing for anomalous patterns
  • Implement file integrity monitoring on critical Splunk configuration directories

How to Mitigate CVE-2023-32714

Immediate Actions Required

  • Upgrade the Splunk App for Lookup File Editing to version 4.0.1 or later immediately
  • Upgrade Splunk Enterprise to version 8.1.14, 8.2.11, or 9.0.5 depending on your release branch
  • Review access logs for signs of exploitation prior to patching
  • Audit user privileges and restrict access to the Lookup File Editing app to only necessary personnel

Patch Information

Splunk has released version 4.0.1 of the Splunk App for Lookup File Editing to address this vulnerability. Additionally, users should ensure their Splunk Enterprise installation is updated to a patched version:

  • Splunk Enterprise 8.1.x: Upgrade to 8.1.14 or later
  • Splunk Enterprise 8.2.x: Upgrade to 8.2.11 or later
  • Splunk Enterprise 9.0.x: Upgrade to 9.0.5 or later

For complete patch details and download instructions, see the Splunk Security Advisory SVD-2023-0608.

Workarounds

  • Disable or remove the Splunk App for Lookup File Editing until patching is possible
  • Restrict network access to the Splunk web interface to trusted IP addresses only
  • Implement strict role-based access controls to limit which users can access the Lookup File Editing functionality
  • Deploy a reverse proxy or WAF with rules to block path traversal attempts
bash
# Configuration example - Restrict access to Lookup Editor app in authorize.conf
# Add to $SPLUNK_HOME/etc/system/local/authorize.conf

[role_admin]
importRoles = user
srchIndexesAllowed = *
srchIndexesDefault = main
# Only admin role should access lookup_editor
capabilities = admin_all_objects

[role_user]
# Remove lookup_editor access from regular users
srchIndexesAllowed = main
srchIndexesDefault = main

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechSplunk

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability32.57%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-35

  • CWE-22
  • Vendor Resources
  • Splunk Security Advisory SVD-2023-0608

  • Splunk Research Application Analysis
  • Related CVEs
  • CVE-2024-36991: Splunk Enterprise Path Traversal Flaw

  • CVE-2024-23678: Splunk Enterprise Path Traversal Flaw

  • CVE-2024-45731: Splunk Enterprise Path Traversal Flaw

  • CVE-2026-20205: Splunk MCP Server Information Disclosure
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