Summary
CVE-2026-76312 is a critical improper access control vulnerability (CWE-284) in Splunk Enterprise’s embedded reports functionality. An unauthenticated attacker who obtains a valid embedded report token can abuse the dispatch archive download path to extract session material belonging to the report owner, effectively bypassing authorization boundaries. With a CVSS v3.1 base score of 9.4 (Critical), successful exploitation grants the attacker access to all data available to the report owner and can affect the integrity of the Splunk instance.
Technical details
- Root cause: The endpoint used to download dispatch archives associated with embedded reports does not properly enforce authorization checks, allowing HTML source and session-related material to be read outside the intended scope of the embed token.
- Trigger conditions: An attacker needs only a valid embedded report token (which may be exposed via a shared/embedded page) to request the dispatch archive for that report; no authenticated Splunk session or credentials are required.
- Attack vector: Network — the flaw is reachable via Splunk Web/REST over HTTP(S) without authentication (AV:N, PR:N, UI:N).
- Impact: Disclosure of session information tied to the report owner, which can be leveraged to access data the owner is entitled to view, resulting in high confidentiality impact, high integrity impact, and low availability impact.
- This CVE was disclosed alongside two related embedded-report access-control issues, CVE-2026-76310 and CVE-2026-76311, all sharing the same underlying weakness class in the embedded reports feature.
Affected software
- Splunk Enterprise 9.4.0 – 9.4.13 (fixed in 9.4.14)
- Splunk Enterprise 10.0.0 – 10.0.8 (fixed in 10.0.9)
- Splunk Enterprise 10.2.0 – 10.2.5 (fixed in 10.2.6)
- Splunk Enterprise 10.4.0 (fixed in 10.4.1)
Severity
- CVSS v3.1 Base Score: 9.4 (Critical)
- Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L
Mitigation and recommended actions
- Immediate: Upgrade Splunk Enterprise to 9.4.14, 10.0.9, 10.2.6, or 10.4.1 (or later), matching your current release branch.
- If patching is not immediately possible:
- Disable the embedded reports token-based authentication mechanism by setting
allowEmbedTokenAuth = false. - Disable Splunk Web entirely if embedded reports are not required for your environment, removing exposure of the vulnerable web path.
- Audit and rotate any embedded report tokens that may have been shared externally, since exposed tokens are the prerequisite for exploitation.
- Disable the embedded reports token-based authentication mechanism by setting

