PROBABLYPWNED
VulnerabilitiesJune 14, 20263 min read

Splunk Enterprise Hit With Critical Unauthenticated RCE Flaw

CVE-2026-20253 scores CVSS 9.8 and allows network attackers to execute arbitrary code on Splunk Enterprise servers without authentication. No workaround exists—patching is mandatory.

Marcus Chen

Splunk released emergency security updates to address CVE-2026-20253, a critical vulnerability in Splunk Enterprise that allows unauthenticated remote attackers to execute arbitrary code on affected systems. The flaw carries a CVSS score of 9.8, placing it at the top of the severity scale.

The vulnerability originates from a PostgreSQL sidecar service endpoint in Splunk Enterprise that completely lacks authentication controls. Any network-reachable attacker can invoke file operations without credential verification, enabling arbitrary file creation, truncation, and ultimately remote code execution.

Technical Details

According to Orca Security's analysis, the flaw maps to CWE-306 (Missing Authentication for Critical Function). The vulnerable PostgreSQL sidecar service was designed to support internal Splunk operations but was exposed without access controls.

Attackers exploiting CVE-2026-20253 can create or truncate arbitrary files on the server filesystem, disable critical databases, inject malicious content, and disrupt service availability. No user interaction is required, and the attack can be executed remotely over the network.

The vulnerability is particularly concerning for organizations that expose Splunk management interfaces to the network. Security teams familiar with recent critical patches from Microsoft and other vendors will recognize the urgency—CVSS 9.8 flaws demand immediate attention.

Affected Versions

The vulnerability impacts multiple Splunk Enterprise release lines:

  • Splunk Enterprise 10.2.0 through 10.2.3
  • Splunk Enterprise 10.0.0 through 10.0.6
  • Splunk Enterprise 9.4.0 through 9.4.11
  • Splunk Enterprise 9.3.0 through 9.3.12
  • Multiple Splunk Cloud Platform versions
  • Splunk Secure Gateway app versions 3.8 through 3.10 (specific sub-versions)

Patching Guidance

Splunk has released fixed versions across all affected release lines. Organizations should upgrade immediately to:

  • Splunk Enterprise 10.4.0, 10.2.4, 10.0.7, 9.4.12, or 9.3.13
  • Corresponding Splunk Cloud Platform releases
  • Splunk Secure Gateway app 3.10.6, 3.9.20, or 3.8.67

No workaround exists for CVE-2026-20253. Patching is the only mitigation path. Organizations that cannot patch immediately should isolate Splunk management interfaces through aggressive network segmentation as a temporary measure.

Additional Vulnerabilities

The same security update addresses several other high-severity flaws:

CVE-2026-20251 (CVSS 8.8) affects the Splunk Secure Gateway app through unsafe deserialization via the jsonpickle Python library. Low-privileged attackers can achieve remote code execution.

CVE-2026-20204 allows low-privileged users to upload malicious files to a temporary directory and achieve RCE.

CVE-2026-20239 is an information disclosure bug that exposes session cookies and sensitive data to users with _internal index access.

CVE-2026-20258 (CVSS 7.1) is a stored cross-site scripting vulnerability in classic dashboard HTML panels.

Current Threat Status

At publication time, no public proof-of-concept exploits or active exploitation has been documented. But CVSS 9.8 vulnerabilities in widely-deployed enterprise software tend to attract rapid exploitation once technical details emerge. Organizations should treat this as a high-priority patch cycle.

For enterprises running SIEM infrastructure, this vulnerability underscores the importance of hardening management interfaces and maintaining aggressive patch schedules for security tooling. The irony of a security monitoring platform becoming an attack vector is not lost on defenders—prioritize accordingly.

Related Articles