SplunkApplication

CVE-2022-32154

HIGH · 8.1 CVSS v3.1 Published 2022-06-15
Fix available
A fix is available. Upgrade to 8.2.2106 / 9.0 or later.
See remediation →
88/100
Remediation priority · High
Remotely reachable No privileges

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
Dashboards in Splunk Enterprise versions before 9.0 might let an attacker inject risky search commands into a form token when the token is used in a query in a cross-origin request. The result bypasses SPL safeguards for risky commands. See New capabilities can limit access to some custom and potentially risky commands (https://docs.splunk.com/Documentation/Splunk/9.0.0/Security/SPLsafeguards#New_capabilities_can_limit_access_to_some_custom_and_potentially_risky_commands) for more information. Note that the attack is browser-based and an attacker cannot exploit it at will.

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

In Splunk Enterprise before 9.0, dashboards fail to properly sanitize form tokens when used in cross-origin requests, allowing attackers to inject risky SPL (Search Processing Language) commands that bypass built-in safeguards. The vulnerability leverages browser-based cross-origin requests to circumvent security controls that normally block dangerous commands.

MitigationUpgrade to Splunk Enterprise 9.0 or later to obtain the patch. Additionally, review and implement the new SPL safeguard capabilities documented in Splunk's security documentation to limit access to custom and risky commands.

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.0
Splunk Cloud PlatformApplication
Affected:< 8.2.2106

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
None

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/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 Splunk Enterprise version
    Access the Splunk web interface, go to Help > About, or run 'splunk --version' from CLI, or query the REST endpoint /services/server/info
    Affected if The version displayed is earlier than 9.0 (for Splunk Enterprise)
  2. Check Splunk Cloud Platform version
    Access Splunk Cloud management console or check the version via Splunk support utilities
    Affected if The version displayed is earlier than 8.2.2106 (for Splunk Cloud Platform)
  3. Identify configured dashboards
    Navigate to Splunk web UI > Apps > Search & Reporting > Dashboards, or query the REST endpoint /servicesNS/-/search/dashboards to list all dashboard definitions
    Affected if Any dashboards exist in the Splunk environment
  4. Inspect dashboard XML for risky SPL commands
    Review dashboard XML configuration files in $SPLUNK_HOME/etc/apps/.../default/data/ui/views/ or export dashboards via REST endpoint /servicesNS/-/search/dashboards/{name} and examine the <search> tags for SPL content
    Affected if Dashboard definitions contain SPL searches with commands like 'exec', 'script', '|', or other potentially dangerous operations that could be injected via cross-origin requests

The environment is affected if running Splunk Enterprise below version 9.0 or Splunk Cloud Platform below version 8.2.2106 and dashboards with SPL searches are configured, since the vulnerability allows cross-origin requests to inject risky SPL commands that bypass built-in safeguards.

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 8.2.2106 / 9.0 or later
Fixed in 8.2.21069.0
Interim mitigation

Upgrade to Splunk Enterprise 9.0 or later to obtain the patch. Additionally, review and implement the new SPL safeguard capabilities documented in Splunk's security documentation to limit access to custom and risky commands.

Recommended fix High confidence

Splunk Enterprise 9.0 or later; Splunk Cloud Platform 8.2.2106 or later

  1. 1. Identify your current Splunk Enterprise or Splunk Cloud Platform version by navigating to Settings > About > About Splunk
  2. 2. For Splunk Enterprise: Plan upgrade to version 9.0 or later; for Splunk Cloud Platform: upgrade to version 8.2.2106 or later
  3. 3. Schedule a maintenance window for the upgrade to minimize business impact
  4. 4. Create a full backup of your Splunk environment including configuration files ($SPLUNK_HOME/etc/) and any custom apps
  5. 5. For Splunk Enterprise: Download and install Splunk Enterprise 9.0 from splunk.com, then run the installer and follow the upgrade prompts
  6. 6. For Splunk Cloud Platform: Contact Splunk Cloud support to request the upgrade to version 8.2.2106 or later
  7. 7. After upgrade, verify the SPL safeguards are working by testing that risky commands are properly restricted in cross-origin dashboard requests
  8. 8. Confirm all custom dashboards and apps function correctly post-upgrade
Caveat Major version upgrade to Splunk 9.0 may introduce compatibility changes with custom apps or configurations; review Splunk 9.0 release notes for breaking changes before upgrading

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-2022-32154 — 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-2022-32154 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