
An improved POC exploit based on the reported CVE on exploitdb
An improved POC exploit based on the reported CVE on exploitdb
Exploit Title: Splunk 9.0.5 - Admin Account Takeover CVE: CVE-2023-32707
This script allows for exploiting a vulnerability in Splunk 9.0.5, leading to admin account takeover. The exploit leverages a low-privilege user with the edit_user capability to escalate privileges.
pip3 install -r requirements.txt):
Clone the repository:
git clone https://github.com/9xN/CVE-2023-32707.git
cd CVE-2023-32707
Run the script with the required parameters:
python3 exploit.py --host <splunk_host> --username <splunk_username> --password <splunk_password> --target-user <target_user> --force-exploit
Replace <splunk_host>, <splunk_username>, <splunk_password>, and <target_user> with your Splunk server details.
--host: Splunk host or IP address (required)--username: Splunk username (required)--password: Splunk password (required)--target-user: Target user for account takeover (required)--force-exploit: Force the exploit (optional)--proxy-file: File containing proxy settings (optional)To use proxies, specify the --proxy-file with the path to a file containing proxy settings.
Example:
python3 exploit.py --host <splunk_host> --username <splunk_username> --password <splunk_password> --target-user <target_user> --force-exploit --proxy-file proxies.txt