Summary
CVE-2026-76311 is a critical improper access control vulnerability affecting Splunk Enterprise. An unauthenticated attacker who possesses a valid embedded report token can download the dispatch archive associated with an embedded report’s search job and extract exposed session material, allowing further unauthorized access to sensitive data. The issue carries a CVSS v3.1 base score of 9.4 (Critical) and was disclosed by Splunk on August 19, 2026 as part of a broader security hardening release (SVD-2026-0801) covering 55 CVEs, three of which (CVE-2026-76310, CVE-2026-76311, CVE-2026-76312) relate to embedded report access control.
Technical details
- Root cause: The authorization mechanism governing embedded report dispatch archive downloads fails to enforce access checks before the archive transmission begins, classified as CWE-284 (Improper Access Restriction to Resource).
- Trigger condition: An attacker only needs possession of a valid embedded report token (a mechanism intended to let external, non-Splunk-authenticated viewers see report results) to request the dispatch archive tied to that report’s search job.
- Attack vector: Network-based, no authentication or user interaction required, low attack complexity (AV:N/AC:L/PR:N/UI:N).
- Impact: The downloaded dispatch archive can expose session material that can be leveraged to gain unauthorized access to additional data, resulting in high confidentiality and integrity impact and low availability impact (C:H/I:H/A:L).
Affected software
- Splunk Enterprise 10.4.0 – 10.4.1 (fixed in 10.4.2)
- Splunk Enterprise 10.2.0 – 10.2.5 (fixed in 10.2.6)
- Splunk Enterprise 10.0.0 – 10.0.8 (fixed in 10.0.9)
- Splunk Enterprise 9.4.0 – 9.4.13 (fixed in 9.4.14)
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 affected Splunk Enterprise instances to 10.4.2, 10.2.6, 10.0.9, 9.4.14, or later.
- If patching is not immediately possible: Disable report embedding by setting
allowEmbedTokenAuth = falseinserver.confif the embedded reporting feature is not in operational use. Organizations can also disable Splunk Web entirely as a broader workaround if the feature set is not required, per Splunk’s guidance in the same advisory. - Review any externally embedded reports for exposure and rotate any session-related credentials that may have been accessible via this vulnerability.

