Cyber Resilience

CVE-2025-20321

CSRF in Splunk 9.1.0 – 9.1.10

Published
07 July 2025
Modified
17 June 2026
Patch / advisory
CVSS Score v3.1 6.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
EPSS Score 0.0017 6th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2025-20321 is a medium-severity CSRF (CWE-352) vulnerability in Splunk Splunk. Its CVSS base score is 6.5 (Medium).

Operationally, ranked at the 6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to IA-11 (Re-authentication) and SC-23 (Session Authenticity) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

In Splunk Enterprise versions below 9.4.3, 9.3.5, 9.2.7 and 9.1.10, and Splunk Cloud Platform versions below 9.3.2411.104, 9.3.2408.114, and 9.2.2406.119, an unauthenticated attacker can send a specially-crafted SPL search that could change the membership state in a Splunk Search Head…

more

Cluster (SHC) through a Cross-Site Request Forgery (CSRF), potentially leading to the removal of the captain or a member of the SHC.<br><br>The vulnerability requires the attacker to phish the administrator-level victim by tricking them into initiating a request within their browser. The attacker should not be able to exploit the vulnerability at will.

CWE(s)

Related Threats

CVEs Like This One

CVE-2025-20228Same product: Splunk Splunk
CVE-2025-20322Same product: Splunk Splunk
CVE-2024-45737Same product: Splunk Splunk
CVE-2023-22942Same product: Splunk Splunk
CVE-2025-28900Shared CWE-352
CVE-2024-25932Shared CWE-352
CVE-2024-34809Shared CWE-352
CVE-2025-2935Shared CWE-352
CVE-2024-54205Shared CWE-352
CVE-2025-23898Shared CWE-352

Affected Assets

splunk
splunk
9.1.0 — 9.1.10 · 9.2.0 — 9.2.7 · 9.3.0 — 9.3.5
splunk
splunk cloud platform
9.2.2406 — 9.2.2406.119 · 9.3.2408 — 9.3.2408.114 · 9.3.2411 — 9.3.2411.104

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • IA-11 Re-authentication
  • SC-23 Session Authenticity
  • SI-10 Information Input Validation
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V3.3.2
  • V3.5.1
  • V10.2.1

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires re-authentication before executing sensitive state-changing actions such as SPL searches that alter SHC membership, directly blocking CSRF exploitation.

prevent

Protects session authenticity so that forged cross-site requests cannot successfully alter cluster membership without valid session context.

prevent

Enforces validation of incoming requests (including origin or token checks) to reject the specially-crafted SPL searches used in the CSRF attack.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require anti-CSRF controls such as tokens or SameSite attributes.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

mitigates

By denying access to phishing or malicious sites, the control lowers the likelihood that a user will be tricked into submitting a forged request that performs an unintended action on another site.

none

Contextual intelligence about emerging CSRF toolkits can be translated into updated anti-CSRF token or same-site policy configurations across applications.

References