Why Use App-Level Auth When Every Database Has Auth? — Splun... - #2878
Open
carlospolop wants to merge 1 commit into
Open
carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://labs.watchtowr.com/why-use-app-level-auth-when-every-database-has-auth-splunk-enterprise-cve-2026-20253-pre-auth-rce Content Categories: Based on the analysis, this content was categorized under "Network Services Pentesting → 80,443 - Pentesting Web Methodology → Splunk (new product-specific page), cross-linked with Linux Hardening → Software Information → Splunk LPE and Persistence". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Scope and severity. On June 10, 2026, Splunk published an advisory for CVE-2026-20253, a pre-authentication vulnerability in the PostgreSQL Sidecar Service Endpoint. The advisory required no authentication and assigned a CVSS score of 9.8, although it did not explicitly mention remote code execution. Splunk Enterprise is a platform that ingests and indexes logs, metrics, and event data and exposes dashboards, alerts, and Search Processing Language queries. Th...
🔧 Technical Details
Unauthenticated loopback-service exposure: A web application may expose a service bound only to
127.0.0.1through a raw proxy route. If the proxy fails to enforce application-level authentication, remote users can invoke internal APIs that were assumed to be localhost-only. Forwarding arbitrary Basic-auth usernames to a backend database utility further shifts authentication decisions to the wrong component.Path traversal through an output filename: Passing an attacker-controlled filename directly to a command such as
pg_dump -fwithout canonicalization or an allowlisted output directory creates an arbitrary file creation and truncation primitive. Traversal such as../../../../tmp/fileescapes the intended directory and writes wherever the service account has permission.PostgreSQL connection-string injection: If untrusted input reaches a positional PostgreSQL database-name argument...
🤖 Agent Actions
Plan:
Repository mapping found an existing product-specific Splunk page, so I will prefer extending it over creating a duplicate. Next I’m comparing its structure with the Linux cross-link, PostgreSQL primitives, and nearby web/service pages.
The content is not duplicated elsewhere: PostgreSQL large-object writes are documented generically, but the Splunk-specific unauthenticated proxy →
pg_dumpconnection-string override → credential-file reuse → malicious restore chain is absent. I’ll add that chain only to the existing Splunk page and retain its current bidirectional link to the local LPE/persistence page.Implementation plan is now fixed: extend the existing Splunk page, retitle it to cover both 8000 and 8089, add a non-destructive probe plus the full abstracted recovery-chain mechanics, and append only the sources actually used. No new page or duplicate technique section is needed.
The page has been updated. I’m now verifying the internal link, citation numbering, long-code-block limits, whitespace, and mdBook build behavior before finalizing.
Updated HackTricks with the Splunk PostgreSQL Sidecar exploitation chain.
Changes
src/network-services-pentesting/8089-splunkd.mdwith:backupFilepath traversal and truncation..pgpasscredential reuse.pg_restorearchive andlo_exportfile write.Validation passed with
git diff --checkand custom Markdown/reference checks.mdbook buildcould not run becausemdbookis not installed.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.