Skip to content
KitploitKITPLOIT
StrumentiBlog
Invia
StrumentiBlog
Invia

Strumenti di Hacking, PenTest e Cybersecurity per il tuo Arsenale di Sicurezza!

Kitploit è una directory di strumenti di hacking, cybersecurity e pentesting. Scopri gli ultimi aggiornamenti dei progetti per trovare vulnerabilità, analizzare sistemi, automatizzare i test e rafforzare la tua sicurezza.

··Feed·Contatto·Privacy·© 2026 Kitploit

Directory degli strumenti

Categorie

Vedi tutte le categorie
Loading categories
watchTowr-vs-Splunk-CVE-2026-20253 — Generatore di artefatti di rilevamento per CVE-2026-20253 Splunk Pre-Auth RCE. Sonda l'endpoint del servizio sidecar PostgreSQL per identificare istanze vulnerabili di Splunk Enterprise. | Kitploit
Strumenti/GitHubGitHub/watchtowrlabs/watchtowr-vs-splunk-cve-2026-20253
RicognizioneAnalisi delle VulnerabilitàExploitSfruttamento di Applicazioni WebRaccolta InformazioniPenetration Testing
GitHubwatchtowrlabs/watchtowr-vs-splunk-cve-2026-20253

watchTowr-vs-Splunk-CVE-2026-20253

Generatore di artefatti di rilevamento per CVE-2026-20253 Splunk Pre-Auth RCE. Sonda l'endpoint del servizio sidecar PostgreSQL per identificare istanze vulnerabili di Splunk Enterprise.

Più Popolari

Vedi tutti →

Scopri gli strumenti più utilizzati dalla nostra community.

Esplora tutti gli strumenti

Sfoglia la nostra collezione di strumenti

Vedi tutti gli strumenti →
Condividi
Vedi Repository
1322 mesi faNon ancora revisionato

CVE-2026-20253 RCE pre-autenticazione Splunk

Strumento generatore di artefatti di rilevamento per 1day RCE pre-autenticazione Splunk

Rilevamento in azione

Il generatore di artefatti di rilevamento tenta di accedere all'endpoint /v1/postgres/recovery/backup del servizio PostgreSQL Sidecar per verificare se è accessibile o meno:

  • Risposta 400 - probabilmente vulnerabile
  • Risposta 401 - probabilmente non vulnerabile
  • Altre risposte - Servizio PostgreSQL Sidecar non installato (non vulnerabile) o qualcosa ha influenzato la risposta, verificare manualmente

Lo script è stato testato su:

  • Splunk Enterprise 10.2.3 su Linux (vulnerabile)
  • Splunk Enterprise 10.2.4 su Linux (non vulnerabile)

Alcune versioni precedenti (come Splunk 9) non sono state testate.

Questa vulnerabilità porta a una RCE pre-autenticazione se completamente sfruttata. Questo script non effettua tentativi di sfruttamento.

È necessario fornire i seguenti input:

  • -H - host target.
  • -r - regione della tua installazione Splunk (appare negli URL), ad esempio: en-US.

Esecuzione di esempio contro un'istanza vulnerabile:

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

Esecuzione di esempio contro un'istanza patchata:

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

Descrizione

Questo script tenta di rilevare se Splunk è vulnerabile alla CVE-2026-20253 RCE pre-autenticazione.

Versioni interessate

Secondo l'avviso del produttore:

  • Splunk Enterprise 10.4.0 - NON VULNERABILE
  • Splunk Enterprise 10.2.4 - NON VULNERABILE
  • Splunk Enterprise 10.0.7 - NON VULNERABILE
  • Splunk Enterprise 10.2.0 - 10.2.3 - VULNERABILE
  • Splunk Enterprise 10.0.0 - 10.0.6 - VULNERABILE

Segui i laboratori watchTowr

Per le ultime ricerche sulla sicurezza segui il team dei laboratori watchTowr

  • https://labs.watchtowr.com/

  • https://x.com/watchtowrcyber

Scarica lo strumento