关联漏洞
标题:
Apache ActiveMQ 代码问题漏洞
(CVE-2023-46604)
描述:Apache ActiveMQ是美国阿帕奇(Apache)基金会的一套开源的消息中间件,它支持Java消息服务、集群、Spring Framework等。 Apache ActiveMQ 5.15.16之前、5.16.7之前、5.17.6之前或5.18.3之前版本存在代码问题漏洞,该漏洞源于允许具有代理网络访问权限的远程攻击者通过操纵 OpenWire 协议中的序列化类类型来运行任意 shell 命令。
介绍
# 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>
```
文件快照
[4.0K] /data/pocs/8c7bfad0ce2eea204494bf026743cae6fd43be38
├── [1001] config.xml
├── [1.0K] LICENSE
├── [1.3K] README.md
└── [1.8K] shell.py
0 directories, 4 files
备注
1. 建议优先通过来源进行访问。
2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。