SplunkApplication

CVE-2025-20368

MEDIUM · 5.4 CVSS v3.1 Published 2025-10-01
Fix available
A fix is available. Upgrade to 9.2.8 / 9.2.2406.123 or later.
See remediation →
58/100
Remediation priority · Elevated
Remotely reachable

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 9.4.4, 9.3.6, and 9.2.8, and Splunk Cloud Platform versions below 9.3.2411.108, 9.3.2408.118 and 9.2.2406.123, a low privileged user that does not hold the admin or power Splunk roles could craft a malicious payload through the error messages and job inspection details of a saved search. This could result in execution of unauthorized JavaScript code in the browser of a user.

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

A stored Cross-Site Scripting (XSS) vulnerability in Splunk Enterprise and Cloud Platform allows low-privileged users (non-admin, non-power roles) to inject malicious JavaScript payloads through crafted saved search error messages and job inspection details. When other users view these details, the embedded JavaScript executes in their browsers.

MitigationUpgrade Splunk Enterprise to versions 9.4.4, 9.3.6, or 9.2.8 (or later); upgrade Splunk Cloud Platform to versions 9.3.2411.108, 9.3.2408.118, or 9.2.2406.123 (or later). Apply output encoding for error messages and job inspection details as a compensating control if immediate upgrade is not feasible.

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.2.0, < 9.2.8>= 9.3.0, < 9.3.6>= 9.4.0, < 9.4.4
Splunk Cloud PlatformApplication
Affected:>= 9.2.2406, < 9.2.2406.123>= 9.3.2408, < 9.3.2408.118>= 9.3.2411, < 9.3.2411.108

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
Low
User interaction
Required
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None

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

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 installed Splunk Enterprise version
    Run 'splunk version' from the Splunk bin directory or check the About page in the Splunk web interface
    Affected if Version is >= 9.2.0 and < 9.2.8, or >= 9.3.0 and < 9.3.6, or >= 9.4.0 and < 9.4.4
  2. Check installed Splunk Cloud Platform version
    Navigate to Settings > About in Splunk Cloud web interface or check version information from cloud administration console
    Affected if Version is >= 9.2.2406 and < 9.2.2406.123, or >= 9.3.2408 and < 9.3.2408.118, or >= 9.3.2411 and < 9.3.2411.108
  3. Identify low-privileged user accounts
    Review user roles in Settings > Users and Authentication > Users to confirm presence of non-admin, non-power role accounts that could be potential attackers
    Affected if Environment contains users with roles other than admin or power
  4. Examine saved search error messages for suspicious content
    Review saved searches using the UI (Apps > Search > Saved Searches) or CLI to inspect error message fields for encoded or unusual script content
    Affected if Saved searches contain unexpected HTML, JavaScript, or encoded characters in error message fields that could represent injected payloads
  5. Inspect job inspection details for malicious scripts
    Review recent search jobs through the Job inspector (Activity > Jobs) or by querying the _internal index for job details, looking for unusual script tags or event handlers in job metadata
    Affected if Job inspection details contain executable JavaScript or event handler attributes that could trigger in other users browsers

Your Splunk instance is affected if it runs an affected version listed above AND contains low-privileged users who could inject payloads through saved search error messages or job details that other users then view.

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.2.8 / 9.2.2406.123 / 9.3.6 or later
Fixed in 9.2.89.2.2406.1239.3.6
Interim mitigation

Upgrade Splunk Enterprise to versions 9.4.4, 9.3.6, or 9.2.8 (or later); upgrade Splunk Cloud Platform to versions 9.3.2411.108, 9.3.2408.118, or 9.2.2406.123 (or later). Apply output encoding for error messages and job inspection details as a compensating control if immediate upgrade is not feasible.

Recommended fix High confidence

Splunk Enterprise: 9.4.4, 9.3.6, or 9.2.8 (minimum); Splunk Cloud Platform: 9.2.2406.123, 9.3.2408.118, or 9.3.2411.108

  1. Identify your current Splunk Enterprise or Splunk Cloud Platform version by checking About > Version in the Splunk UI or running 'splunk version' from CLI
  2. For Splunk Enterprise: Upgrade to version 9.4.4 (if on 9.4.x), 9.3.6 (if on 9.3.x), or 9.2.8 (if on 9.2.x)
  3. For Splunk Cloud Platform: Contact Splunk Support to request upgrade to 9.2.2406.123, 9.3.2408.118, or 9.3.2411.108 depending on your current release track
  4. Before upgrading Splunk Enterprise in production, test the upgrade in a non-production environment to verify compatibility with your custom apps and configurations
  5. Backup your Splunk configuration (app configurations, saved searches, and deployment artifacts) before initiating the upgrade
  6. After upgrade, verify that the fix is applied by attempting to reproduce the XSS condition using the saved search error message or job inspection details
  7. Confirm normal Splunk functionality including saved searches, alerts, and dashboard rendering
Caveat Minor version upgrades typically preserve configuration but review Splunk Enterprise Upgrade Manual for app compatibility notes and ensure custom apps are compatible with the target version

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

Fix this in Splunk Scoped from the published advisory
  • Consultation3.0 h
  • Implementation4.0 h
  • Testing4.0 h
  • Review / QA2.0 h
13.0 hours of engineering $2,280
Get the upgrade done

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

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2025-20368 — 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-2025-20368 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