CVE-2026-20258: Splunk: stored XSS hijacks dashboards via HTML panel

HIGH
Published June 10, 2026
CISO Take

A low-privileged attacker with any valid Splunk account can embed persistent malicious JavaScript in a classic dashboard HTML panel, which then silently executes in the browser of any targeted user who is phished into loading that dashboard. For organizations relying on Splunk as their ML monitoring backbone or SOC analytics layer, a successful hit against an admin or power user results in full session hijacking — granting the attacker unrestricted access to all search indexes, including AI/ML telemetry, model output logs, and security event data. No public exploits exist and the CVE is absent from CISA KEV, but the CVSS 7.1 high rating and Splunk's privileged position in enterprise security operations justify prompt action. Patch to Splunk Enterprise ≥10.2.4 / 10.0.7 / 9.4.12 / 9.3.13 or the corresponding Splunk Cloud Platform versions; as an interim control, restrict the `edit_dashboard` capability to admin and power roles only.

Sources: NVD ATLAS

What is the risk?

Medium-high risk in AI/ML monitoring environments. Attack complexity is rated high due to the mandatory phishing prerequisite, but Splunk's role as a central SIEM and ML analytics platform makes it an exceptionally attractive pivot point. A compromised admin session exposes all indexed data and can silence alerting rules — effectively blinding the security team. The low-privilege initial access bar increases insider threat and supply-chain risk for organizations with broad Splunk user populations. Exploitation probability is currently low given no public PoC, but the social-engineering vector is trivial to operationalize by motivated adversaries.

How does the attack unfold?

Persistent Payload Injection
Low-privileged attacker with a valid Splunk account creates or edits a classic dashboard and stores malicious JavaScript inside an HTML panel, making the payload persistent and shared with all viewers.
AML.T0049
Phishing Delivery
Attacker sends a phishing message (email, Slack, Teams) to a Splunk admin or power user with a direct URL to the malicious dashboard, framed as a shared ML anomaly report or operational alert requiring review.
AML.T0052
Browser-Side Execution
Victim loads the dashboard in their authenticated browser session, triggering the stored JavaScript payload which executes silently in the Splunk application context and exfiltrates the victim's session token to an attacker-controlled server.
AML.T0011.003
Session Hijack and Full Data Access
Attacker replays the captured session token to authenticate as the admin, gaining unrestricted access to all Splunk search indexes including AI/ML telemetry, model output logs, and security events, with the ability to disable alerting rules and pivot to connected integrations.
AML.T0025

How severe is it?

CVSS 3.1
7.1 / 10
EPSS
N/A
Exploitation Status
No known exploitation
Sophistication
Moderate

What is the attack surface?

AV AC PR UI S C I A
AV Network
AC High
PR Low
UI Required
S Unchanged
C High
I High
A High

What should I do?

5 steps
  1. Patch: upgrade Splunk Enterprise to ≥10.2.4, ≥10.0.7, ≥9.4.12, or ≥9.3.13; Splunk Cloud Platform to ≥10.3.2512.11, ≥10.2.2510.15, ≥10.1.2507.23, or ≥9.3.2411.132.

  2. Interim: remove edit_dashboard capability from all non-admin/non-power roles to prevent low-priv users from creating or modifying classic HTML panels.

  3. Audit: search existing classic dashboards for suspicious HTML panel content — look for raw <script> tags, event handler attributes (onerror, onload, onclick), javascript: URIs, and Base64-encoded blobs.

  4. Harden: enforce Content Security Policy headers on your Splunk web reverse proxy to restrict inline script execution.

  5. Detect: alert on dashboard edits performed by low-priv accounts and correlate with phishing indicators; review Splunk audit logs (_audit index) for unexpected edit_dashboard actions.

How is it classified?

Which compliance frameworks are affected?

This CVE is relevant to:

EU AI Act
Art. 15 - Accuracy, robustness and cybersecurity Art. 9 - Risk management system
ISO 42001
A.8.4 - Robustness and security of AI systems A.9.4 - Access control for AI systems
NIST AI RMF
MANAGE 2.2 - Mechanisms are in place to manage AI risks
OWASP LLM Top 10
LLM08:2025 - Excessive Agency

Frequently Asked Questions

What is CVE-2026-20258?

A low-privileged attacker with any valid Splunk account can embed persistent malicious JavaScript in a classic dashboard HTML panel, which then silently executes in the browser of any targeted user who is phished into loading that dashboard. For organizations relying on Splunk as their ML monitoring backbone or SOC analytics layer, a successful hit against an admin or power user results in full session hijacking — granting the attacker unrestricted access to all search indexes, including AI/ML telemetry, model output logs, and security event data. No public exploits exist and the CVE is absent from CISA KEV, but the CVSS 7.1 high rating and Splunk's privileged position in enterprise security operations justify prompt action. Patch to Splunk Enterprise ≥10.2.4 / 10.0.7 / 9.4.12 / 9.3.13 or the corresponding Splunk Cloud Platform versions; as an interim control, restrict the `edit_dashboard` capability to admin and power roles only.

Is CVE-2026-20258 actively exploited?

No confirmed active exploitation of CVE-2026-20258 has been reported, but organizations should still patch proactively.

How to fix CVE-2026-20258?

1. Patch: upgrade Splunk Enterprise to ≥10.2.4, ≥10.0.7, ≥9.4.12, or ≥9.3.13; Splunk Cloud Platform to ≥10.3.2512.11, ≥10.2.2510.15, ≥10.1.2507.23, or ≥9.3.2411.132. 2. Interim: remove `edit_dashboard` capability from all non-admin/non-power roles to prevent low-priv users from creating or modifying classic HTML panels. 3. Audit: search existing classic dashboards for suspicious HTML panel content — look for raw `<script>` tags, event handler attributes (`onerror`, `onload`, `onclick`), `javascript:` URIs, and Base64-encoded blobs. 4. Harden: enforce Content Security Policy headers on your Splunk web reverse proxy to restrict inline script execution. 5. Detect: alert on dashboard edits performed by low-priv accounts and correlate with phishing indicators; review Splunk audit logs (`_audit` index) for unexpected `edit_dashboard` actions.

What systems are affected by CVE-2026-20258?

This vulnerability affects the following AI/ML architecture patterns: ML monitoring dashboards, AI/ML analytics and observability platforms, SOC/SIEM with ML-powered detection, MLOps pipeline observability.

What is the CVSS score for CVE-2026-20258?

CVE-2026-20258 has a CVSS v3.1 base score of 7.1 (HIGH).

What is the AI security impact?

Affected AI Architectures

ML monitoring dashboardsAI/ML analytics and observability platformsSOC/SIEM with ML-powered detectionMLOps pipeline observability

MITRE ATLAS Techniques

AML.T0011.003 Malicious Link
AML.T0025 Exfiltration via Cyber Means
AML.T0036 Data from Information Repositories
AML.T0049 Exploit Public-Facing Application
AML.T0052 Phishing

Compliance Controls Affected

EU AI Act: Art. 15, Art. 9
ISO 42001: A.8.4, A.9.4
NIST AI RMF: MANAGE 2.2
OWASP LLM Top 10: LLM08:2025

What are the technical details?

Original Advisory

In Splunk Enterprise versions below 10.2.4, 10.0.7, 9.4.12, and 9.3.13, and Splunk Cloud Platform versions below 10.3.2512.11, 10.2.2510.15, 10.1.2507.23, and 9.3.2411.132, a low-privileged user that does not hold the "admin" or "power" Splunk roles could store a malicious script in a classic dashboard HTML panel, causing unauthorized JavaScript code to execute in the browser of another user. The vulnerability requires the attacker to phish the victim by tricking them into initiating a request within their browser. The low-privileged user should not be able to exploit the vulnerability at will.

Exploitation Scenario

An attacker holding a low-privileged Splunk account — obtained via credential stuffing, phishing, or a shared service account — navigates to a classic dashboard and inserts a JavaScript payload into an HTML panel. The script, disguised as a benign widget, exfiltrates the viewer's session cookie to an attacker-controlled endpoint. The attacker then crafts a plausible internal message (Slack, Teams, or email) to a Splunk admin, framed as a shared ML anomaly report requiring review, with a direct URL to the malicious dashboard. When the admin opens the link, the payload fires in their authenticated browser context, silently POSTing the session token to the attacker. The attacker replays this token to assume the admin identity, accesses all search indexes including AI/ML model telemetry and security events, disables alerting rules to cover tracks, and pivots to connected SOAR or data pipeline integrations using valid Splunk API credentials.

Weaknesses (CWE)

CVSS Vector

CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H

Timeline

Published
June 10, 2026
Last Modified
June 10, 2026
First Seen
June 10, 2026

Related Vulnerabilities