SplunkApplication

CVE-2025-20384

MEDIUM · 5.3 CVSS v3.1 Published 2025-12-03
Fix available
A fix is available. Upgrade to 9.2.10 / 9.3.8 or later.
See remediation →
62/100
Remediation priority · Elevated
Remotely reachable No privileges Zero-click

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.0.1, 9.4.6, 9.3.8, and 9.2.10, and Splunk Cloud Platform versions below 10.1.2507.4, 10.0.2503.6, and 9.3.2411.117.125, an unauthenticated attacker can inject American National Standards Institute (ANSI) escape codes into Splunk log files due to improper validation at the /en-US/static/ web endpoint. This may allow them to poison, forge, or obfuscate sensitive log data through specially crafted HTTP requests, potentially impacting log integrity and detection capabilities.

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 an input validation vulnerability in Splunk Enterprise and Cloud Platform where the /en-US/static/ web endpoint fails to properly sanitize ANSI escape codes from HTTP requests. An unauthenticated remote attacker can inject malicious ANSI sequences that poison or obfuscate log entries, compromising log integrity and potentially bypassing security monitoring.

MitigationUpgrade Splunk to version 10.0.1+, 9.4.6+, 9.3.8+, 9.2.10+ (Enterprise) or 10.1.2507.4+, 10.0.2503.6+, 9.3.2411.117.125+ (Cloud Platform). Alternatively, implement web application firewall rules to block requests containing ANSI escape sequences at the /en-US/static/ endpoint.

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.10>= 9.3.0, < 9.3.8>= 9.4.0, < 9.4.6= 10.0.0
Splunk Cloud PlatformApplication
Affected:>= 9.3.2411, < 9.3.2411.117>= 10.0.2503, < 10.0.2503.6>= 10.1.2507, < 10.1.2507.4

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
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/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. Identify Splunk product and version
    Run 'splunk version' from the Splunk installation bin directory, or check the $SPLUNK_HOME/etc/splunk.version file
    Affected if The installed version falls within these ranges: Splunk Enterprise 9.2.0 to 9.2.9, 9.3.0 to 9.3.7, 9.4.0 to 9.4.5, or exactly 10.0.0; Splunk Cloud Platform 9.3.2411 to 9.3.2411.116, 10.0.2503 to 10.0.2503.5, or 10.1.2507 to 10.1.2507.3
  2. Verify Splunk Web service is enabled
    Check the web.conf configuration file in $SPLUNK_HOME/etc/system/local/ for the 'enableSplunkWeb' setting, or verify port 8000 is listening with 'netstat -an | grep 8000'
    Affected if Splunk Web is running and the /en-US/ endpoint is accessible on port 8000 (or configured alternative port)
  3. Confirm the /en-US/static/ endpoint is reachable
    Send a request to http://<splunk_host>:8000/en-US/static/ and verify a response is received
    Affected if The endpoint returns HTTP 200 or another successful response, indicating it is accessible to unauthenticated users
  4. Inspect HTTP request handling for the static endpoint
    Review Splunk access logs in $SPLUNK_HOME/var/log/splunk/web_access.log for requests to /en-US/static/ paths and check if the web server processes these without filtering
    Affected if The server processes requests to /en-US/static/ and logs them without stripping ANSI escape sequences

A user is affected if they run a vulnerable Splunk Enterprise or Cloud Platform version with Splunk Web enabled, making the /en-US/static/ endpoint accessible to unauthenticated attackers who can inject ANSI escape codes into logs.

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.10 / 9.3.8 / 9.3.2411.117 or later
Fixed in 9.2.109.3.89.3.2411.117
Interim mitigation

Upgrade Splunk to version 10.0.1+, 9.4.6+, 9.3.8+, 9.2.10+ (Enterprise) or 10.1.2507.4+, 10.0.2503.6+, 9.3.2411.117.125+ (Cloud Platform). Alternatively, implement web application firewall rules to block requests containing ANSI escape sequences at the /en-US/static/ endpoint.

Recommended fix High confidence

Splunk Enterprise: 9.2.10, 9.3.8, 9.4.6, or 10.0.1 (or later); Splunk Cloud Platform: 9.3.2411.117, 10.0.2503.6, or 10.1.2507.4 (or later)

  1. Identify the current Splunk Enterprise or Splunk Cloud Platform version running in your environment
  2. Determine the appropriate upgrade path based on your current version (9.2.x -> 9.2.10+, 9.3.x -> 9.3.8+, 9.4.x -> 9.4.6+, 10.0.x -> 10.0.1+)
  3. Review Splunk upgrade documentation and release notes for the target version
  4. Schedule upgrade during a planned maintenance window
  5. For Splunk Enterprise: Download and install the fixed version from splunk.com
  6. For Splunk Cloud Platform: Contact Splunk Support to request the patched version
  7. After upgrade, verify the /en-US/static/ endpoint no longer accepts ANSI escape sequences
  8. Validate log integrity by reviewing log files for proper formatting
Caveat Review Splunk release notes for any breaking changes between your current version and target fixed version; some upgrades may require migration steps

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
  • Testing6.0 h
  • Review / QA3.0 h
16.0 hours of engineering $2,760
Get the upgrade done

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

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

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