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

CVE-2026-20138: Splunk Enterprise Information Disclosure

CVE-2026-20138 is an information disclosure flaw in Splunk Enterprise that exposes Duo authentication secrets in plain text to users with access to the _internal index. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 20, 2026

CVE-2026-20138 Overview

A sensitive information disclosure vulnerability exists in Splunk Enterprise that allows privileged users with access to the _internal index in a Search Head Cluster (SHC) deployment to view Duo Two-Factor Authentication secrets in plain text. This vulnerability exposes the integrationKey, secretKey, and appSecretKey credentials generated by the Duo Two-Factor Authentication for Splunk Enterprise integration.

Critical Impact

Exposure of Duo authentication secrets could allow attackers with elevated privileges to compromise the two-factor authentication mechanism, potentially bypassing MFA protections and gaining unauthorized access to Splunk environments.

Affected Products

  • Splunk Enterprise versions below 10.2.0
  • Splunk Enterprise versions below 10.0.2
  • Splunk Enterprise versions below 9.4.7, 9.3.9, and 9.2.11

Discovery Timeline

  • 2026-02-18 - CVE CVE-2026-20138 published to NVD
  • 2026-02-19 - Last updated in NVD database

Technical Details for CVE-2026-20138

Vulnerability Analysis

This vulnerability is classified under CWE-532 (Insertion of Sensitive Information into Log File), indicating that the Duo authentication secrets are being written to log files or internal indices in an insecure manner. When Duo Two-Factor Authentication is configured for Splunk Enterprise, the integration generates three critical secrets: integrationKey, secretKey, and appSecretKey. These credentials are essential for the Duo authentication flow and should be protected with appropriate access controls.

In vulnerable versions, these secrets are stored in plain text within the _internal index, which is Splunk's internal logging and metrics repository. Users who hold roles with read access to this index can query and retrieve these sensitive authentication credentials. While this requires elevated privileges (adjacent network access with high privileges), the exposure of these secrets represents a significant security risk for organizations using Duo MFA to protect their Splunk deployments.

Root Cause

The root cause of this vulnerability is improper handling of sensitive authentication credentials within Splunk's logging infrastructure. The Duo authentication integration writes configuration secrets to the _internal index without proper redaction or encryption. This is a violation of security best practices for credential storage, as authentication secrets should never be logged in plain text or stored in locations accessible to users who don't require direct access to these credentials.

Attack Vector

The attack vector requires an authenticated user with a role that grants access to the Splunk _internal index within a Search Head Cluster (SHC) deployment. An attacker would need to:

  1. Gain or possess legitimate access to a Splunk Enterprise instance configured with Duo Two-Factor Authentication
  2. Have a role with permissions to query the _internal index
  3. Execute search queries against the _internal index to locate and extract the Duo authentication secrets
  4. Use the extracted integrationKey, secretKey, and appSecretKey to potentially bypass or manipulate the Duo MFA integration

The vulnerability manifests in the logging mechanism that stores Duo authentication configuration data. Organizations should review the Splunk Security Advisory SVD-2026-0203 for technical details on affected components.

Detection Methods for CVE-2026-20138

Indicators of Compromise

  • Unusual search queries targeting the _internal index looking for patterns like integrationKey, secretKey, or appSecretKey
  • Increased access to the _internal index by users who don't typically query internal metrics
  • Search audit logs showing queries containing Duo-related field names or authentication configuration terms
  • Unexpected Duo authentication failures or anomalies that may indicate credential misuse

Detection Strategies

  • Enable and review Splunk audit logs for searches against the _internal index
  • Create correlation searches to alert on queries containing sensitive credential field names
  • Monitor user activity logs for role assignments that grant _internal index access
  • Implement search filters that alert when users query for known sensitive configuration patterns

Monitoring Recommendations

  • Deploy SentinelOne Singularity to monitor endpoint activity on Splunk infrastructure servers
  • Establish baseline access patterns for the _internal index and alert on deviations
  • Configure Splunk's own alerting capabilities to detect suspicious search patterns
  • Review Duo admin panel logs for authentication attempts using potentially compromised credentials

How to Mitigate CVE-2026-20138

Immediate Actions Required

  • Upgrade Splunk Enterprise to version 10.2.0, 10.0.2, 9.4.7, 9.3.9, or 9.2.11 or later depending on your version branch
  • Audit all roles with access to the _internal index and restrict permissions where possible
  • Rotate all Duo authentication credentials (integrationKey, secretKey, appSecretKey) after upgrading
  • Review search history and audit logs for potential prior exposure of credentials

Patch Information

Splunk has released security patches addressing this vulnerability. Organizations should update to the following minimum versions based on their deployment:

  • Splunk Enterprise 10.2.0 or later (for 10.2.x branch)
  • Splunk Enterprise 10.0.2 or later (for 10.0.x branch)
  • Splunk Enterprise 9.4.7 or later (for 9.4.x branch)
  • Splunk Enterprise 9.3.9 or later (for 9.3.x branch)
  • Splunk Enterprise 9.2.11 or later (for 9.2.x branch)

For detailed patch information, refer to the Splunk Security Advisory SVD-2026-0203.

Workarounds

  • Restrict access to the _internal index to only essential administrative roles until patches can be applied
  • Implement role-based access controls (RBAC) to limit which users can query internal indices
  • Consider temporarily disabling Duo integration logging if operationally feasible until the upgrade is complete
  • Use Splunk's index-level permissions to add additional access restrictions to sensitive internal data
bash
# Review and restrict access to _internal index
# Run in Splunk CLI to check current role permissions
splunk btool authorize list --debug | grep -A 10 "_internal"

# Example: Create a restricted role without _internal access
# In authorize.conf:
# [role_restricted_user]
# importRoles = user
# srchIndexesAllowed = main;summary
# srchIndexesDefault = main

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

  • EPSS Probability0.02%

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

  • CVE-2026-20164: Splunk Information Disclosure Vulnerability

  • CVE-2026-20165: Splunk Information Disclosure Vulnerability

  • CVE-2026-20142: 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