Description
In Splunk AI Toolkit versions below 5.7.4, a user who holds the "admin" Splunk role could execute arbitrary OS commands on the host running the Splunk Enterprise instance.

The vulnerability is possible because of an unsafe shell execution pattern in the btool configuration helper, which constructs OS command strings from dynamic parameters without disabling shell interpretation.
Published: 2026-06-17
Score: 9.1 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Splunk AI Toolkit versions older than 5.7.4 allow a user with the "admin" role to execute arbitrary operating system commands on the host running Splunk Enterprise. The flaw stems from the btool configuration helper building shell command strings from dynamic parameters without disabling shell interpretation, creating a classic OS command injection vulnerability. As a result, an attacker who can obtain admin credentials can run any command on the underlying host, compromising confidentiality, integrity, and availability of the system. This is a high‑impact weakness identified as CWE‑78.

Affected Systems

The vulnerability affects Splunk AI Toolkit. Any installation of the toolkit below version 5.7.4 is susceptible. The tool is part of the Splunk platform, so any Splunk Enterprise instance that includes the AI Toolkit and can be accessed by users with the admin role is impacted.

Risk and Exploitability

The CVSS score of 9.1 indicates critical severity. The EPSS score is below 1%, suggesting a low but nonzero likelihood of exploitation in the wild. The vulnerability is not listed in CISA’s KEV catalog, implying no publicly known exploits are confirmed. Extrapolating from the description, the attack vector would require an attacker to gain or abuse an admin role within Splunk Enterprise, either through credential compromise or by exploiting another vulnerability that elevates privileges. Once admin access is achieved, the attacker can invoke arbitrary OS commands via the btool helper, leading to full system compromise.

Generated by OpenCVE AI on June 18, 2026 at 18:43 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Splunk AI Toolkit to version 5.7.4 or later, which removes the unsafe command construction from the btool helper.
  • Limit the number of users granted the "admin" role and follow the principle of least privilege to reduce the attack surface.
  • If an immediate upgrade is not possible, mitigate by disabling or restricting access to the btool configuration endpoint, and enable strict input validation or sandboxing of any user‑supplied parameters used in command construction.

Generated by OpenCVE AI on June 18, 2026 at 18:43 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 18 Jun 2026 20:45:00 +0000

Type Values Removed Values Added
First Time appeared Splunk
Splunk splunk Ai Toolkit
Vendors & Products Splunk
Splunk splunk Ai Toolkit

Thu, 18 Jun 2026 04:45:00 +0000

Type Values Removed Values Added
Description In Splunk AI Toolkit versions below 5.7.4, a user who holds the "admin" Splunk role could execute arbitrary OS commands on the host running the Splunk Enterprise instance. The vulnerability is possible because of an unsafe shell execution pattern in the btool configuration helper, which constructs OS command strings from dynamic parameters without disabling shell interpretation.
Title OS Command Injection in the btool Configuration Helper in Splunk AI Toolkit
Weaknesses CWE-78
References
Metrics cvssV3_1

{'score': 9.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Subscriptions

Splunk Splunk Ai Toolkit
cve-icon MITRE

Status: PUBLISHED

Assigner: cisco

Published:

Updated: 2026-06-17T18:04:08.968Z

Reserved: 2025-10-08T11:59:15.402Z

Link: CVE-2026-20266

cve-icon Vulnrichment

Updated: 2026-06-17T18:04:05.640Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-18T20:30:05Z

Weaknesses
  • CWE-78

    Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')