
Este script demuestra cómo explotar la vulnerabilidad CVE-2024-32002 para obtener una reverse shell, proporcionando acceso remoto al sistema afectado. Úselo con precaución en entornos controlados y solo con fines educativos o de pruebas de seguridad.
This script demonstrates how to exploit CVE-2024-32002 to obtain a reverse shell, providing remote access to the affected system. Use it with caution in controlled environments and only for educational or security testing purposes.
This script is inspired by the blog post: https://amalmurali.me/posts/git-rce. Here you will find more details about this vulnerability.
git_rce) includes a submodule with a specially crafted path..git/ directory, which contains a malicious link.⚠️ Warning: Do not run this PoC on systems you do not own or for which you do not have explicit permission to use. Unauthorized testing may have unintended consequences.
bash pocgitreveshell.sh
Note: On Windows, you may need to run the shell as administrator for this to work.


That's all for this PoC :)