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 — Proof-of-concept exploit for CVE-2026-23744, demonstrating unauthenticated remote code execution in MCPJam Inspector versions up to 1.4.2 via crafted HTTP requests. | Kitploit
Tools/GitHubGitHub/ctzisme/cve-2026-23744
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed Teaming
GitHubctzisme/cve-2026-23744

CVE-2026-23744

Proof-of-concept exploit for CVE-2026-23744, demonstrating unauthenticated remote code execution in MCPJam Inspector versions up to 1.4.2 via crafted HTTP requests.

View Repository
15 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 – Proof of Concept

The Python script in this PoC sends a simple HTTP request to the target host running MCPJam inspector (version <= 1.4.2) and triggers an RCE attack. See this advisory for details.

Requirements

  • Python 3.8+ (Tested on 3.10)
  • requests

Install requests:

root@kitploit:~
pip install requests

Usage

First, set up your listener:

root@kitploit:~
nc -lvnp <lport> # replace with your listening port

Then, open another shell, and run the PoC:

root@kitploit:~
cd CVE-2026-23744
python3 exploit.py

References

  • REC in MCPJam inspector due to HTTP Endpoint exposes
  • GHSA-232v-j27c-5pp6
  • MCPJam/inspector@e6b9cf9
  • https://nvd.nist.gov/vuln/detail/CVE-2026-23744
  • Disclaimer

    This project is for educational and research purposes only. Do not use this code against systems you do not own or have explicit permission to test.

    License

    MIT License

    Download Tool