SplunkApplication

CVE-2026-20296

HIGH · 8.3 CVSS v3.1 Published 2026-07-15
Fix available
A fix is available. Upgrade to 9.4.13 / 10.0.8 or later.
See remediation →
90/100
Remediation priority · Urgent
Remotely reachable No privileges 5 weeks old

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
In Splunk Enterprise versions below 10.4.1, 10.2.5, 10.0.8, and 9.4.13, and Splunk Cloud Platform versions below 10.5.2605.0, 10.4.2604.7, 10.3.2512.16, 10.2.2510.18, and 10.1.2507.24, an attacker could trick a user that holds a role with the `list_deployment_server` capability into running arbitrary Search Processing Language (SPL) searches on their behalf as `splunk-system-user`, allowing for access to stored credentials and indexed data.<br><br>The vulnerability is possible because Deployment Server endpoints in Splunk Web do not validate Cross-Site Request Forgery (CSRF) tokens on GET requests, and caller-supplied input is not correctly neutralized before it is placed into an SPL search.

In the news

Third-party coverage
Trending covered by 2 outlets this week · latest 1mo ago

Surfaced from public web coverage — external links open in a new tab.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

This is a CSRF (Cross-Site Request Forgery) vulnerability in Splunk's Deployment Server endpoints where GET requests do not validate CSRF tokens. An attacker can trick a user with the `list_deployment_server` capability into unknowingly executing attacker-controlled SPL searches as `splunk-system-user`, potentially exposing stored credentials and indexed data due to improper input sanitization in the SPL query construction.

MitigationUpgrade Splunk Enterprise to version 10.4.1, 10.2.5, 10.0.8, or 9.4.13 or later, and upgrade Splunk Cloud Platform to the patched version for your respective release track, to address the CSRF token validation and input neutralization issues.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
SplunkApplication
Affected:>= 9.4.0, < 9.4.13>= 10.0.0, < 10.0.8>= 10.2.0, < 10.2.5= 10.4.0
Splunk Cloud PlatformApplication
Affected:>= 10.1.2507, < 10.1.2507.24>= 10.2.2510, < 10.2.2510.18>= 10.3.2512, < 10.3.2512.16>= 10.4.2604, < 10.4.2604.7

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
Low

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:L

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Check Splunk Enterprise version
    Run 'splunk version' command or navigate to Settings > About > About Splunk in the web interface to view the installed version
    Affected if Version is >= 9.4.0 and < 9.4.13, OR >= 10.0.0 and < 10.0.8, OR >= 10.2.0 and < 10.2.5, OR equals 10.4.0
  2. Check if Deployment Server is enabled
    Navigate to Settings > Server Roles > Deployment Server in the Splunk web interface, or check for 'deployment-server' in $SPLUNK_HOME/etc/system/local/server.conf
    Affected if Deployment Server role is enabled on the instance
  3. Verify list_deployment_server capability exists
    Navigate to Settings > Users and Authentication > Roles and review if any role includes the 'list_deployment_server' capability, or check $SPLUNK_HOME/etc/system/local/authorize.conf
    Affected if Any role has the list_deployment_server capability assigned to users
  4. Confirm Deployment Server endpoints are accessible
    Attempt to access the Deployment Server REST endpoints at /services/deploymentserver/config or /services/deploymentserver/clients using a browser or curl with valid authentication
    Affected if Endpoints return data without requiring CSRF token validation on GET requests

Your environment is likely affected if you are running a vulnerable Splunk version with Deployment Server enabled and users have the list_deployment_server capability, as the CSRF token validation is not enforced on GET requests to these endpoints.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 9.4.13 / 10.0.8 / 10.1.2507.24 or later
Fixed in 9.4.1310.0.810.1.2507.24
Interim mitigation

Upgrade Splunk Enterprise to version 10.4.1, 10.2.5, 10.0.8, or 9.4.13 or later, and upgrade Splunk Cloud Platform to the patched version for your respective release track, to address the CSRF token validation and input neutralization issues.

Recommended fix High confidence

Splunk Enterprise: 10.4.1+ / 10.2.5+ / 10.0.8+ / 9.4.13+; Splunk Cloud Platform: 10.5.2605.0+ / 10.4.2604.7+ / 10.3.2512.16+ / 10.2.2510.18+ / 10.1.2507.24+

  1. Identify the currently running Splunk Enterprise or Splunk Cloud Platform version
  2. For Splunk Enterprise: Upgrade to version 10.4.1 or higher, 10.2.5 or higher, 10.0.8 or higher, or 9.4.13 or higher
  3. For Splunk Cloud Platform: Upgrade to version 10.5.2605.0 or higher, 10.4.2604.7 or higher, 10.3.2512.16 or higher, 10.2.2510.18 or higher, or 10.1.2507.24 or higher
  4. After upgrade, verify the Deployment Server functionality works correctly
  5. Review user roles and remove the `list_deployment_server` capability from users who do not absolutely need it to reduce attack surface
Caveat Standard Splunk upgrade considerations apply - review Splunk upgrade documentation for pre-upgrade backup, compatibility, and migration steps specific to your version

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Splunk Scoped from the published advisory
  • Consultation4.0 h
  • Implementation8.0 h
  • Testing6.0 h
  • Review / QA2.0 h
20.0 hours of engineering $3,500
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,600.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2026-20296 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2026-20296 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data