247techify blog.
Attackers Are Actively Exploiting a Critical Splunk Flaw With Zero Authentication Required. Patch Now.
Cybersecurity

Attackers Are Actively Exploiting a Critical Splunk Flaw With Zero Authentication Required. Patch Now.

5 min read
← All articles

CISA confirmed active exploitation of CVE-2026-20253 in Splunk Enterprise on June 18, 2026. The federal deadline was June 21. Private businesses have no exemption.

If your organization runs Splunk Enterprise on-premises, check your version number before you do anything else. CISA confirmed active exploitation of CVE-2026-20253 on June 18, 2026, and ordered US federal civilian agencies to remediate by June 21. Private businesses carry no exemption and face the same real-world risk.

What Happened

CISA added CVE-2026-20253 to its Known Exploited Vulnerabilities (KEV) catalog alongside three additional high-severity flaws affecting Splunk Enterprise, Splunk Cloud Platform, and the Splunk Secure Gateway app. Together, the four vulnerabilities enable unauthenticated arbitrary file creation and truncation, remote code execution (RCE), stored cross-site scripting, and server-side request forgery.

CVE-2026-20253 is the first Splunk vulnerability ever added to the KEV list. That alone signals how serious this moment is.

The timeline moved fast:

  • June 10, 2026: Splunk discloses the vulnerability and releases patches.
  • June 12, 2026: watchTowr Labs publishes a technical write-up and proof-of-concept exploit code.
  • June 15, 2026: Active exploitation begins in the wild.
  • June 18, 2026: CISA confirms exploitation and adds the flaw to KEV.
  • June 21, 2026: Federal remediation deadline.

Five days between patch release and confirmed attacks, with a public exploit already in circulation. That is the window every Splunk administrator had to work with.

What the Vulnerability Actually Does

CVE-2026-20253 is a Missing Authentication for Critical Function flaw (CWE-306), rated CVSS 9.8. It lives in a PostgreSQL sidecar service endpoint inside Splunk Enterprise that processes requests without any authentication check. An unauthenticated, remote attacker can reach this endpoint over the network and create or truncate arbitrary files on the server, no credentials required.

In plain English: a background service handling Splunk's database backup and recovery has no login gate. Anyone who can reach it can tell it to write or destroy files on the server.

watchTowr Labs confirmed that the file-write primitive chains into full RCE by abusing PostgreSQL features such as lo_export to write scripts and then execute them. This is not a "file nuisance" bug. A working exploit chain is public, and pre-authentication file write becomes a full compromise when attackers place files in locations that influence execution.

Affected versions: Splunk Enterprise 10.2 before 10.2.4 and 10.0 before 10.0.7. Splunk Cloud Platform is not affected.

Why This Flaw Is Worse Than Most

Most critical vulnerabilities hit a peripheral application. This one hits the system watching everything else.

Splunk is the nervous system for incident response in many organizations. It ingests logs from firewalls, endpoints, authentication servers, critical applications, and cloud environments. It generates the dashboards executives see when they ask whether the company is under attack.

An attacker with RCE on Splunk can:

  • Read and exfiltrate all security telemetry across the entire environment.
  • Tamper with or delete log data, destroying the evidence an incident response team would use to track them.
  • Expose stored credentials, including service accounts, API tokens, and integration webhooks.
  • Pivot to other internal systems using the access and credentials Splunk holds.

Compromising a SIEM is not like compromising one machine. It lets an attacker quietly blind the SOC and cover their tracks across every connected system simultaneously.

Fixed Versions and Immediate Mitigations

Upgrade to one of the following patched releases immediately:

Splunk Enterprise: 10.4.0, 10.2.4, 10.0.7, 9.4.12, or 9.3.13. Splunk Cloud Platform: 10.4.2604.3, 10.3.2512.12, 10.2.2510.15, 10.1.2507.23, or 9.3.2411.132 depending on release track. Splunk Secure Gateway app: 3.10.6, 3.9.20, or 3.8.67.

If patching is not immediately possible, Splunk confirmed on June 15 that disabling the PostgreSQL sidecar service removes the vulnerable endpoint, though some backup and recovery functionality will be affected. Treat this as a temporary bridge, not a permanent fix.

Concrete Steps for IT and Security Teams

1. Confirm your version now. Check whether you are running Splunk Enterprise 10.0.x below 10.0.7 or 10.2.x below 10.2.4. If yes, assume you are being actively scanned.

2. Apply patches from advisory SVD-2026-0603. Pull the fixed build from Splunk's official download portal. Test in staging, then push to production without delay.

3. If patching is delayed, disable the PostgreSQL sidecar service. Verify which backup and recovery workflows depend on it before disabling, and document the change.

4. Restrict network access to Splunk management ports. Firewall or segment ports 8089 and 8000 so only trusted administrator hosts can reach them. Automated scans paired with the public proof-of-concept make exposed ports a rapid attack surface.

5. Hunt for signs of prior compromise before patching. Review systems for indicators including requests containing path traversal sequences (../), PostgreSQL connection parameters such as hostaddr=, dbname=, port=, or passfile=, and outbound connections from Splunk services to unknown PostgreSQL servers.

6. Rotate credentials stored in Splunk. Review the PostgreSQL .pgpass file and rotate credentials if compromise is suspected. Audit all API tokens, service accounts, and integration webhooks Splunk holds.

7. Preserve independent log copies. Route critical log streams to a secondary, isolated store. A tampered logging platform can make its own evidence unreliable, so retaining forensic visibility outside Splunk is essential if the worst has already happened.

The Bigger Pattern: Disclosure Is the Starting Pistol

Many organizations treat vendor advisories as the beginning of a leisurely risk review. Attackers treat disclosure as a starting pistol. Public write-ups, exploit code, scanner updates, and automated targeting all cluster in the days immediately after a vulnerability goes public. This case ran that script precisely.

Cyber insurers, auditors, and regulators increasingly treat CISA KEV entries as mandatory fixes. Delaying remediation on an actively exploited vulnerability in your core security monitoring platform is a compliance risk and a breach risk at the same time. The window to get ahead of this one has already closed for some organizations. The window to limit damage is still open, but only just.

How 247techify Can Help

At 247techify, we work directly with businesses to audit, patch, and harden critical security infrastructure, including SIEM platforms like Splunk Enterprise, so vulnerabilities like CVE-2026-20253 are caught and remediated before attackers reach them first. If your team needs hands-on help confirming exposure, applying the patch, or running a post-exploitation review, we are ready. Get in touch at https://www.247techify.com/ and make sure your security tooling is not your weakest link.

ShareXLinkedIn

Keep reading

Critical NGINX Vulnerabilities: F5 Patches Two Unauthenticated RCE Flaws in HTTP/3 and HTTP/2 Modules
Cybersecurity

Critical NGINX Vulnerabilities: F5 Patches Two Unauthenticated RCE Flaws in HTTP/3 and HTTP/2 Modules

Microsoft's June 2026 Patch Tuesday: A Wormable Kernel Flaw, a Fresh Zero-Day, and the Biggest Patch Drop in History
Cybersecurity

Microsoft's June 2026 Patch Tuesday: A Wormable Kernel Flaw, a Fresh Zero-Day, and the Biggest Patch Drop in History

SolarWinds Serv-U Under Active Attack: The CVE-2026-28318 Flaw Your File Transfer Team Must Patch Today
Cybersecurity

SolarWinds Serv-U Under Active Attack: The CVE-2026-28318 Flaw Your File Transfer Team Must Patch Today