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

CVE-2026-20164: Splunk Information Disclosure Vulnerability

CVE-2026-20164 is an information disclosure vulnerability in Splunk Enterprise and Cloud Platform that exposes sensitive credentials to low-privileged users. This article covers technical details, affected versions, and mitigation.

Published: March 13, 2026

CVE-2026-20164 Overview

A sensitive information disclosure vulnerability exists in Splunk Enterprise and Splunk Cloud Platform due to improper access control on the /splunkd/__raw/servicesNS/-/-/configs/conf-passwords REST API endpoint. This vulnerability allows low-privileged users who do not hold the "admin" or "power" Splunk roles to access hashed or plaintext password values stored in the passwords.conf configuration file.

Critical Impact

Unauthorized disclosure of sensitive credentials stored in Splunk's password configuration could enable attackers to escalate privileges, move laterally within the network, or compromise integrated systems that rely on credentials stored in Splunk.

Affected Products

  • Splunk Enterprise versions below 10.2.0, 10.0.3, 9.4.9, and 9.3.10
  • Splunk Cloud Platform versions below 10.2.2510.5, 10.1.2507.16, 10.0.2503.11, and 9.3.2411.123

Discovery Timeline

  • March 11, 2026 - CVE-2026-20164 published to NVD
  • March 12, 2026 - Last updated in NVD database

Technical Details for CVE-2026-20164

Vulnerability Analysis

This vulnerability is classified as CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor). The flaw stems from insufficient authorization checks on a sensitive REST API endpoint within Splunk's management interface. When authenticated users with low-privilege roles (not holding "admin" or "power" roles) make requests to the vulnerable endpoint, the application fails to validate their authorization level before returning credential data.

The exposed passwords.conf file is a critical Splunk configuration file that stores credentials used for integrations with external systems, data inputs, and other authenticated services. Depending on Splunk's configuration, these passwords may be stored in hashed form or, in some cases, in plaintext format.

Root Cause

The root cause is improper access control implementation on the /splunkd/__raw/servicesNS/-/-/configs/conf-passwords REST API endpoint. The endpoint lacks proper role-based access control (RBAC) validation, allowing any authenticated user to retrieve sensitive password configuration data regardless of their assigned Splunk roles.

Attack Vector

An attacker with valid low-privilege credentials to a Splunk Enterprise or Splunk Cloud Platform instance can exploit this vulnerability by sending authenticated HTTP requests to the vulnerable REST API endpoint. The attack is network-accessible and requires low-privilege authentication but no user interaction.

The exploitation process involves:

  1. Obtaining valid low-privilege credentials to the target Splunk instance
  2. Authenticating to the Splunk REST API
  3. Sending a GET request to /splunkd/__raw/servicesNS/-/-/configs/conf-passwords
  4. Parsing the response to extract hashed or plaintext credentials from the passwords.conf configuration

For technical details on exploitation and affected configurations, refer to the Splunk Security Advisory SVD-2026-0303.

Detection Methods for CVE-2026-20164

Indicators of Compromise

  • Unusual access patterns to the /splunkd/__raw/servicesNS/-/-/configs/conf-passwords endpoint from non-administrative users
  • Multiple requests to password configuration endpoints from a single low-privilege account
  • Access to sensitive REST API endpoints from unexpected IP addresses or during unusual hours
  • Authentication events followed by immediate access to configuration endpoints

Detection Strategies

  • Monitor Splunk internal logs for REST API requests to /servicesNS/-/-/configs/conf-passwords from users without admin or power roles
  • Implement alerting for any access to sensitive configuration endpoints by low-privilege accounts
  • Review Splunk audit logs for abnormal patterns of configuration file access
  • Deploy network monitoring to detect requests to Splunk REST API endpoints that handle credential data

Monitoring Recommendations

  • Enable verbose audit logging for Splunk REST API access
  • Create correlation searches to identify unauthorized access attempts to credential configuration endpoints
  • Monitor for credential harvesting patterns such as sequential access to multiple configuration endpoints
  • Implement user behavior analytics to detect anomalous activity from low-privilege accounts

How to Mitigate CVE-2026-20164

Immediate Actions Required

  • Upgrade Splunk Enterprise to version 10.2.0, 10.0.3, 9.4.9, or 9.3.10 or later depending on your version branch
  • For Splunk Cloud Platform, ensure your instance is updated to version 10.2.2510.5, 10.1.2507.16, 10.0.2503.11, or 9.3.2411.123 or later
  • Review audit logs to identify any potential past exploitation of this vulnerability
  • Rotate any credentials stored in passwords.conf if unauthorized access is suspected

Patch Information

Splunk has released security patches addressing this vulnerability in the versions listed above. Refer to the Splunk Security Advisory SVD-2026-0303 for detailed patch information and upgrade instructions.

Workarounds

  • Restrict network access to Splunk management interfaces to trusted IP ranges only
  • Review and minimize the number of users with authenticated access to Splunk instances
  • Implement additional network-level access controls in front of Splunk REST API endpoints
  • Consider using a web application firewall (WAF) to restrict access to sensitive API endpoints until patching is complete
bash
# Example: Restrict access to Splunk management port at the firewall level
# Allow only trusted administrator networks
iptables -A INPUT -p tcp --dport 8089 -s 10.0.0.0/8 -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
  • TypeInformation Disclosure

  • Vendor/TechSplunk

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200
  • Technical References
  • Splunk Security Advisory SVD-2026-0303
  • Related CVEs
  • CVE-2026-20166: Splunk Information Disclosure Vulnerability

  • CVE-2026-20165: Splunk Information Disclosure Vulnerability

  • CVE-2026-20142: Splunk Enterprise Information Disclosure

  • CVE-2026-20138: Splunk Enterprise Information Disclosure
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