Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
watchTowr-vs-Splunk-CVE-2026-20253 | Kitploit
Tools/GitHubGitHub/watchtowrlabs/watchtowr-vs-splunk-cve-2026-20253
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubwatchtowrlabs/watchtowr-vs-splunk-cve-2026-20253

watchTowr-vs-Splunk-CVE-2026-20253

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
1322 months agoNot yet reviewed

CVE-2026-20253 Splunk Pre-Auth RCE

Splunk Pre-Auth RCE 1day Detection Artifact Generator Tool

Detection in Action

Detection Artifact Generator attempts to access the /v1/postgres/recovery/backup endpoint of PostgreSQL Sidecar Service to verify if it is accessible or not:

  • 400 response - probably vulnerable
  • 401 response - probably not vulnerable
  • any other - PostgreSQL Sidecar Service not installed (not vulnerable) or something affected the response, please verify manually

Script was tested on:

  • Splunk Enterprise 10.2.3 on Linux (vulnerable)
  • Splunk Enterprise 10.2.4 on Linux (not vulnerable)

Some older builds (like Splunk 9) were not tested.

This vulnerability leads to the Pre-Auth RCE when fully exploited. No exploitation attempts are performed by this script.

You need to provide following inputs:

  • -H - target host.
  • -r - region of your Splunk installation (appears in the URLs), like: en-US.

Sample run against vulnerable instance:

root@kitploit:~
$ python3 watchTowr-vs-Splunk-RCE-CVE-2026-20253.py -H http://vulnerable.splunk.lab:8000 -r en-US
                         __         ___  ___________                   
         __  _  ______ _/  |__ ____ |  |_\__    ____\____  _  ________ 
         \ \/ \/ \__  \    ___/ ___\|  |  \|    | /  _ \ \/ \/ \_  __ \
          \     / / __ \|  | \  \___|   Y  |    |(  <_> \     / |  | \/
           \/\_/ (____  |__|  \___  |___|__|__  | \__  / \/\_/  |__|   
                                  \/          \/     \/                            
          
        watchTowr-vs-Splunk-CVE-2026-20253.py
        (*) CVE-2026-20253 Splunk PostgreSQL Sidecar Service Detection Artifact Generator

          - Piotr (@chudyPB) of watchTowr (@watchTowrcyber)

[+] VULNERABLE - access to /v1/postgres/recovery/backup not blocked

Sample run against patched instance:

root@kitploit:~
$ python3 watchTowr-vs-Splunk-RCE-CVE-2026-20253.py -H http://not.vulnerable.splunk.lab:8000 -r en-US
                         __         ___  ___________                   
         __  _  ______ _/  |__ ____ |  |_\__    ____\____  _  ________ 
         \ \/ \/ \__  \    ___/ ___\|  |  \|    | /  _ \ \/ \/ \_  __ \
          \     / / __ \|  | \  \___|   Y  |    |(  <_> \     / |  | \/
           \/\_/ (____  |__|  \___  |___|__|__  | \__  / \/\_/  |__|   
                                  \/          \/     \/                            
          
        watchTowr-vs-Splunk-CVE-2026-20253.py
        (*) CVE-2026-20253 Splunk PostgreSQL Sidecar Service Detection Artifact Generator

          - Piotr (@chudyPB) of watchTowr (@watchTowrcyber)

[-] NOT VULNERABLE - access to /v1/postgres/recovery/backup blocked

Description

This script attempts to detect if Splunk is vulnerable to CVE-2026-20253 Pre-Auth RCE.

Affected Versions

According to vendor advisory:

  • Splunk Enterprise 10.4.0 - NOT VULNERABLE
  • Splunk Enterprise 10.2.4 - NOT VULNERABLE
  • Splunk Enterprise 10.0.7 - NOT VULNERABLE
  • Splunk Enterprise 10.2.0 to 10.2.3 - VULNERABLE
  • Splunk Enterprise 10.0.0 to 10.0.6 - VULNERABLE

Follow watchTowr Labs

For the latest security research follow the watchTowr Labs Team

  • https://labs.watchtowr.com/

  • https://x.com/watchtowrcyber

Download Tool