CVE-2026-76338
This vulnerability exposes a fundamental trust-chaining failure in Splunk's distributed search architecture. The authentication endpoint accepts unsigned requests and falls back to shared key material, meaning compromise of any single search peer grants administrative control over the entire federation. The CVSS 8.1 understates the impact: successful exploitation yields full system integrity and availability control across all peers — that's administrative scope by any practical definition. The deeper architectural failure is that Splunk's distributed authentication model treats key material possession as sufficient proof of identity, without requiring cryptographic freshness or proof-of-possession for each individual request. This is the authentication analog of trusting whoever holds a library card without verifying who they actually are. Your immediate priorities: First, identify every host that has ever been configured for distributed search — indexers, search heads, and forwarders. These nodes hold valid signing keys regardless of whether they're currently active in the federation. Second, recognize that decommissioned or removed peers retain valid key material indefinitely; there is no documented key revocation ceremony when a peer is unenrolled. Third, audit how distributed search keys are stored. If they're protected with weaker encryption than Splunk's own credential store, you're facing a credential tiering failure that compounds the trust-model problem. The EPSS score of 0.00275 reflects the assumption that compromising a search peer is a high bar. But distributed search keys must propagate across all peers for the feature to function — you don't need to breach Splunk's authentication at all, just the underlying host. In a threat model where Splunk admins are the target, this is lateral movement gold. On remediation: the patch requires coordinated updates across every node in the federation. Any laggard host remains an exploitable trust anchor. Factor this coordination overhead into your patching timeline — the CVE-to-fix lag in production Splunk deployments will likely exceed what you'd see for a standalone application vulnerability.
Reviewed through automated stages and approved by a human before publication.