The CVSS 6.5 rating on CVE-2026-76320 fundamentally misrepresents the actual risk profile of this vulnerability. While the base score accurately reflects that mass exploitation is impractical—requiring a phishing诱导—the metric fails entirely to capture what happens after a single successful phish. This is a CSRF in Splunk's Event Type Builder that weaponizes the feature's documented behavior: retaining SPL-affecting values from browser-initiated requests. When triggered, the victim's authenticated session executes arbitrary SPL searches without their knowledge. The 'phishing required' caveat creates an asymmetric burden that favors attackers—it demands defenders protect every authenticated session against every possible vector, while attackers need only one success in a targeted campaign.

The blast radius is the critical dimension the CVSS obscures. Splunk stores credentials for backends, APIs, and LDAP in splunkd. Arbitrary SPL can query _audit and _internal indexes where tokens, session data, and secrets residually appear. A successful exploit doesn't compromise one user's search history—it grants the attacker the victim's privilege level inside Splunk's trust model, providing a pivot point with visibility into audit trails, internal system data, and stored credentials for connected infrastructure. This transforms Splunk from an observation platform into an attacker-controlled foothold.

The historical pattern compounds the concern. CVE-2021-36938 (field extractions CSRF), CVE-2022-43571 (saved searches CSRF), and CVE-2023-46261 (tags CSRF) all followed the same remediation arc: feature-level hardening with the 'phishing required' caveat, while preserving the underlying architectural assumption that browser-initiated state mutation in knowledge objects is acceptable. Each patch addressed one feature while leaving the implicit trust model intact. This suggests the vulnerability class is structural rather than incidental—knowledge object features using cross-site input acceptance represent accumulated technical debt that will likely surface in the next feature in this family.

Realistic remediation posture: assume knowledge object state mutation via browser-initiated requests is architectural debt until Splunk changes how these features handle cross-origin input at a foundational level. The EPSS 0.00206 reinforces that automated scanning won't find this, but targeted attacks against credential-harvesting Splunk deployments represent the actual threat model—one where CVSS was never designed to operate.