CVE-2026-20252
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 · uneditedIn Splunk Enterprise versions below 10.2.4, 10.0.7, 9.4.12, and 9.3.13, and Splunk Cloud Platform versions below 10.4.2604.3, 10.3.2512.12, 10.2.2510.14, 10.1.2507.22, and 9.3.2411.132, a low-privileged user that does not hold the "admin" or "power" Splunk roles could send server-side requests to arbitrary internal destinations through the Dashboard Studio PDF export feature. The vulnerability exists because the trusted-domain validation uses a prefix match that can be bypassed with attacker-controlled subdomains (for example, docs.splunk.com.evil.com), and because the PDF export service follows HTTP redirects automatically without re-validating each redirect target against the allowlist.
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 confidenceThis is a Server-Side Request Forgery (SSRF) vulnerability in Splunk's Dashboard Studio PDF export feature. The trusted-domain allowlist validation uses a flawed prefix match that can be bypassed using attacker-controlled subdomains (e.g., docs.splunk.com.evil.com), and the PDF export service follows HTTP redirects automatically without re-validating each redirect target against the allowlist. This allows low-privileged, non-admin users to make the Splunk server send requests to arbitrary internal destinations.
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>= 9.3.0, < 9.3.13>= 9.4.0, < 9.4.12>= 10.0.0, < 10.0.7>= 10.2.0, < 10.2.4>= 9.3.2411, < 9.3.2411.132>= 10.1.2507, < 10.1.2507.22>= 10.2.2510, < 10.2.2510.14>= 10.3.2512, < 10.3.2512.12>= 10.4.2604, < 10.4.2604.3CVSS 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
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- Low
- Availability
- Low
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/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 checksWork through these to decide whether this CVE applies to you.
-
Check Splunk Enterprise versionRun: splunk version or look at $SPLUNK_HOME/etc/splunk.version for the version numberAffected if The installed version falls within 9.3.0 to 9.3.12, 9.4.0 to 9.4.11, 10.0.0 to 10.0.6, or 10.2.0 to 10.2.3 (for Splunk Enterprise)
-
Check Splunk Cloud Platform versionLocate the version information in the Splunk Cloud diagnostic dashboard or contact Splunk support for the exact build numberAffected if The Cloud Platform version is between 9.3.2411 and 9.3.2411.131, 10.1.2507 and 10.1.2507.21, 10.2.2510 and 10.2.2510.13, 10.3.2512 and 10.3.2512.11, or 10.4.2604 and 10.4.2604.2 (for Splunk Cloud Platform)
-
Verify Dashboard Studio PDF export is enabledNavigate to Settings > Server settings > General settings or check the dashboard studio configuration files in $SPLUNK_HOME/etc/system/default/ for PDF export settingsAffected if PDF export is enabled and accessible in the environment
-
Check user access to PDF export functionalityReview user roles and capabilities in Settings > Users and roles, specifically looking for the 'pdf_export' capability or dashboard studio permissions for non-admin usersAffected if Low-privileged or non-admin users have access to the PDF export feature
You are affected if your Splunk version is within the affected ranges AND Dashboard Studio PDF export is enabled for non-admin users.
Generated from the published advisory. Verify against your own configuration.
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 · scoped9.3.139.3.2411.1329.4.12
Upgrade Splunk Enterprise to version 10.2.4, 10.0.7, 9.4.12, or 9.3.13 (or later), or upgrade Splunk Cloud Platform to the patched versions. Alternatively, restrict outbound network access from the Splunk server using firewall rules.
Splunk Enterprise: 9.3.13, 9.4.12, 10.0.7, or 10.2.4 (and later); Splunk Cloud Platform: 9.3.2411.132, 10.1.2507.22, 10.2.2510.14, 10.3.2512.12, or 10.4.2604.3
- 1. Identify the currently installed Splunk Enterprise version by navigating to Settings > About > Version information in the Splunk web interface, or running: splunk version
- 2. For Splunk Enterprise: Upgrade to version 9.3.13, 9.4.12, 10.0.7, or 10.2.4 (or later) depending on your current major version branch
- 3. For Splunk Cloud Platform: Contact Splunk Support to request upgrade to version 9.3.2411.132, 10.1.2507.22, 10.2.2510.14, 10.3.2512.12, or 10.4.2604.3
- 4. After upgrade, verify the fix by confirming the PDF export feature no longer follows unvalidated redirects and that subdomain bypass is prevented
- 5. Review user permissions to ensure only trusted users have access to Dashboard Studio PDF export functionality as a defense-in-depth measure
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,120.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-20252 — 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 sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-20252 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
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.
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.
- 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