ExploitScript-CVE-2023-46604

Disclaimer

This repository contains proof-of-concept code for CVE-2023-466064 and is intended strictly for educational purposes. The authors and contributors do not endorse any illegal activity. The information presented here is for academic, security research, and testing purposes, and for the current resolution of the machine Broker from HackTheBox.

By using this exploit, you agree to take full responsibility for your actions. The authors assume no liability and are not responsible for any misuse or damage caused by this program. It is your responsibility to comply with all applicable laws.

Overview

CVE-2023-466064 is a vulnerability that affects [ActiveMQ Openwire protocol from Apache]. This flaw allows attackers to [execute code on thge server where ActuveMQ service is running].

This repository aims to automatize the process of sending a hand crafted request to the server.

Repository contents

  • config.xml - XML file for the proof-of-concept
  • shell.py - the pyrthon exploit

Requisits

Ensure that you have isntalled on your computer :

  • Python 3.X
  • The URL for the config.xml accesible from de ActiveMQ server's target
  • The network acces for the vulnerability

Usage

python exploit.py -i <target-ip> -p <target-port> -u <url-to-config.xml>