This vulnerability exposes credentials through a mechanism that was designed into the platform, not introduced as a bug. The Splunk SOAR connector for LDAP (versions before 2.3.8) wrote the full process environment — including any credentials present in the connector's execution context — to a persistent debug log file on disk. Anyone with permission to 'run actions' in SOAR could trigger the connector and then read that log file to extract those credentials.
The critical detail is the word 'persistent.' These weren't transient in-memory exposures that disappeared when the action completed. They were written to disk and accumulated over time, surviving system reboots, backups, disk imaging, and VM snapshots. Patching to 2.3.8 stops the bleeding but doesn't erase what's already on disk. You must hunt for those log files.
The permission model is the second failure. 'Run actions' is not a low-privilege operation in SOAR — it executes connectors that can quarantine endpoints, modify IAM policies, exfiltrate data via webhook, or send emails impersonating executives. The gap between what the permission semantically implies and what it actually enables (environment-wide credential exposure) represents a structural flaw in least-privilege design.
The CVSS 5 score is a significant underweight. Environment-wide credential exposure via a persistent filesystem artifact, accessible to operators with daily workflow privileges, in a platform that sits at the center of enterprise automation, warrants higher severity consideration. The blast radius of a credential from a SOAR connector isn't N=1 — it encompasses every system that connector was authorized to touch, often dozens of integrations including identity providers and cloud consoles.
Immediate actions: identify all SOAR connector installations, audit their debug log configurations, locate and securely delete any existing persistent logs containing environment data, and rotate any credentials that may have been written. Then expand the audit to other connectors — this pattern of 'convenience logging that ships to production' has lineage across Splunk's portfolio, and this CVE is likely the first acknowledgment of a class of debt rather than an isolated incident.