CVE-2026-76310
The CVSS 9.4 rating on CVE-2026-76310 is technically accurate but masks a critical nuance that should change how you respond: this is not a classic authentication bypass. It is a token scope failure where an embedded report token — designed for narrow, read-only access to specific views — inadvertently grants access to an endpoint that returns live session material with the owner's full privilege level. The token works because the dispatch archive download endpoint was never covered by the embedded report scope checks, even though it sits outside the embedded report access path entirely. What matters most is what lives inside that session material. If the dispatch archive returns a current, active session from a privileged user, the attacker gains real-time admin access to Splunk — saved searches running with elevated privileges, alert actions configured to execute on external systems, OAuth tokens issued to integrations. The blast radius extends laterally through every system Splunk touches via its alert and export mechanisms. If the session is stale, the window narrows considerably, but the data itself remains exposed. The CVE description and CVSS score do not distinguish between these two cases, yet this temporal dimension is load-bearing for your risk prioritization. Treat the patch as necessary but insufficient. The architectural problem is deeper: session material was never classified as a distinct sensitivity tier requiring explicit access controls. It flows through endpoints that enforce data-access scope but not credential-access scope. Until Splunk demonstrates a systematic audit of token scope enforcement across their entire REST API surface — not just a point fix — you should assume similar scope misalignments exist elsewhere. For your deployment: determine whether embedded reports are publicly accessible (tokens discoverable via documentation, client-side code, or predictable URLs). If they are, treat this as a high-priority incident. If not, the attack surface shrinks significantly but does not vanish — tokens can still be harvested from authenticated users with access to embedded reports. Regardless of exposure, audit your logging: if you are not alerting on dispatch archive downloads by non-owner tokens, you will not detect exploitation — you will only discover the aftermath.
Reviewed through automated stages and approved by a human before publication.