Summary
CVE-2026-76356 is a high-severity authentication bypass vulnerability affecting the Automation Broker component of Splunk SOAR. An unauthenticated attacker can spoof a client-supplied source IP address header to trick the Automation Broker notification endpoint into treating the request as originating from the local, trusted system, ultimately enabling arbitrary code execution. The flaw affects all Splunk SOAR versions below 8.6.0 and carries a CVSS v3.1 base score of 8.1 (High).
Technical details
- Root cause: The Automation Broker notification endpoint relies on a client-supplied source IP address header as evidence that a request originates from the local system, rather than validating the true network origin of the request (CWE-290: Improper Authentication).
- Trigger conditions: An attacker sends a crafted request to the Automation Broker notification endpoint with a spoofed source IP header designed to make the request appear as if it came from localhost/the trusted host.
- Attack vector: Network — the vulnerability can be exploited remotely without authentication (AV:N, PR:N, UI:N) and does not require any prior access or user interaction, though attack complexity is rated high (AC:H).
- Impact: Successful exploitation allows an unauthenticated attacker to execute arbitrary code on the affected Splunk SOAR instance, with full impact to confidentiality, integrity, and availability (C:H/I:H/A:H) — potentially exposing sensitive data, tampering with automation playbooks/configurations, and disrupting SOAR operations.
Affected software
- Splunk SOAR: all versions below 8.6.0
Severity
- CVSS v3.1 Base Score: 8.1 (High)
- Vector:
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Mitigation and recommended actions
- Immediate: Upgrade Splunk SOAR to version 8.6.0 or higher, which enforces proper origin validation for the Automation Broker notification endpoint instead of trusting client-supplied IP headers.
- If immediate patching is not possible: Restrict and firewall network access to the Splunk SOAR Automation Broker endpoint so that it is reachable only from trusted internal hosts, and monitor for anomalous requests to the notification endpoint that attempt to spoof local-origin headers. These measures reduce exposure but do not eliminate the underlying flaw — upgrading remains the only complete fix.
- Note: This advisory also addresses several related, separately tracked vulnerabilities in the same Splunk SOAR release (e.g., a REST API path traversal RCE and a CyberArk integration certificate-validation issue); organizations upgrading to 8.6.0 should review the full vendor advisory to confirm all applicable post-upgrade configuration steps.

