CVE-2026-20166 Overview
CVE-2026-20166 is an improper access control vulnerability affecting Splunk Enterprise and Splunk Cloud Platform. A low-privileged user that does not hold the "admin" or "power" Splunk roles can retrieve the Observability Cloud API access token through the Discover Splunk Observability Cloud app. This information disclosure vulnerability allows unauthorized users to access sensitive API credentials that should be restricted to privileged roles only.
Critical Impact
Low-privileged users can retrieve Observability Cloud API access tokens, potentially enabling unauthorized access to cloud observability infrastructure and sensitive monitoring data.
Affected Products
- Splunk Enterprise versions below 10.2.1
- Splunk Enterprise versions below 10.0.4
- Splunk Cloud Platform versions below 10.2.2510.5, 10.1.2507.16, and 10.0.2503.12
Discovery Timeline
- 2026-03-11 - CVE CVE-2026-20166 published to NVD
- 2026-03-12 - Last updated in NVD database
Technical Details for CVE-2026-20166
Vulnerability Analysis
This vulnerability is classified under CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor). The flaw resides in the Discover Splunk Observability Cloud app, which fails to properly enforce access control checks when users request API token information. The vulnerability enables network-based exploitation with low complexity, requiring only low-level privileges and no user interaction. An attacker with a basic Splunk user account can access the Observability Cloud API token, which should only be accessible to users with "admin" or "power" roles.
It's important to note that this vulnerability does not affect Splunk Enterprise versions below 9.4.9 and 9.3.10 because the Discover Splunk Observability Cloud app is not bundled with those versions.
Root Cause
The root cause of CVE-2026-20166 is improper access control implementation within the Discover Splunk Observability Cloud app. The application fails to validate whether the requesting user has the appropriate role-based permissions before returning sensitive API token information. This allows any authenticated user, regardless of their assigned Splunk role, to retrieve the Observability Cloud API access token.
Attack Vector
The attack vector is network-based, allowing remote exploitation. An attacker who has obtained low-privileged access to the Splunk Enterprise or Splunk Cloud Platform environment can exploit this vulnerability by interacting with the Discover Splunk Observability Cloud app. The attacker does not need administrative privileges—any authenticated user can potentially access the API token through improper access control bypass.
The vulnerability enables retrieval of the Observability Cloud API access token through the affected app's endpoints without proper authorization validation. Detailed technical information is available in the Splunk Security Advisory SVD-2026-0305.
Detection Methods for CVE-2026-20166
Indicators of Compromise
- Unusual access patterns to the Discover Splunk Observability Cloud app from non-admin or non-power role users
- Authentication logs showing low-privileged users accessing Observability Cloud-related endpoints
- Unexpected API calls to Observability Cloud services using the compromised access token
Detection Strategies
- Monitor Splunk access logs for requests to the Discover Splunk Observability Cloud app from users without "admin" or "power" roles
- Implement alerting rules for API token access attempts by unauthorized role types
- Review Splunk user activity reports for anomalous interactions with Observability Cloud functionality
Monitoring Recommendations
- Enable verbose logging for the Discover Splunk Observability Cloud app to capture detailed access attempts
- Configure SIEM correlation rules to detect privilege boundary violations in Splunk environments
- Audit Observability Cloud API usage for any unauthorized or unexpected authentication attempts
How to Mitigate CVE-2026-20166
Immediate Actions Required
- Upgrade Splunk Enterprise to version 10.2.1 or 10.0.4 or later
- Upgrade Splunk Cloud Platform to version 10.2.2510.5, 10.1.2507.16, or 10.0.2503.12 or later
- Review and rotate Observability Cloud API access tokens that may have been exposed
- Audit user accounts to identify any unauthorized access attempts prior to patching
Patch Information
Splunk has released security updates to address this vulnerability. Refer to the Splunk Security Advisory SVD-2026-0305 for official patch details and upgrade instructions. Organizations should prioritize upgrading to the fixed versions to prevent unauthorized API token disclosure.
Workarounds
- Restrict access to the Discover Splunk Observability Cloud app to only users with "admin" or "power" roles through custom app permissions
- Temporarily disable the Discover Splunk Observability Cloud app if not actively used until patching is completed
- Implement network segmentation to limit access to Splunk management interfaces from untrusted networks
# Example: Restrict app access by modifying local.meta
# Navigate to $SPLUNK_HOME/etc/apps/discover_splunk_observability_cloud/metadata/
# Add restrictive permissions to local.meta
[default]
export = system
owner = admin
access = read : [ admin, power ], write : [ admin ]
Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.


