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-Remote-Code-Execution-POC — Proof-of-concept exploit for CVE-2026-23744, a remote code execution vulnerability in MCPJam inspector <=1.4.2, triggered via crafted HTTP requests to install a malicious MCP server. | Kitploit
Tools/GitHubGitHub/suljov/cve-2026-23744-remote-code-execution-poc
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRemote Access Tool
GitHubsuljov/cve-2026-23744-remote-code-execution-poc

CVE-2026-23744-Remote-Code-Execution-POC

Proof-of-concept exploit for CVE-2026-23744, a remote code execution vulnerability in MCPJam inspector <=1.4.2, triggered via crafted HTTP requests to install a malicious MCP server.

View Repository
1115 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

CVE-2026-23744 - MCPJam inspector Remote-Code-Execution: Proof Of Concept (POC)

MCPJam inspector <= 1.4.2 contains a remote code execution caused by crafted HTTP requests triggering MCP server installation, letting remote attackers execute arbitrary code, exploit requires network access to the listening interface.


This is POC for this vulnerability

Usage

  1. Edit the target TARGET, ATTACKER_IP and ATTACKER_PORT

  2. Start a listener

root@kitploit:~
nc -lvnp <ATTACKER_PORT>
  1. Run the exploit
root@kitploit:~
python3 exploit.py
Download Tool