Awesome-POC/Web服务器漏洞/Apache ActiveMQ 信息泄漏漏洞 CVE-2017-15709.md
2022-12-09 10:46:47 +08:00

18 lines
528 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Apache ActiveMQ 信息泄漏漏洞 CVE-2017-15709
## 漏洞描述
Apache ActiveMQ默认消息队列61616端口对外61616端口使用了OpenWire协议这个端口会暴露服务器相关信息这些相关信息实际上是debug信息。
会返回应用名称JVM操作系统以及内核版本等信息。
## 漏洞影响
```
apache-activemq-5.15.0 to apache-activemq-5.15.2
apache-activemq-5.14.0 to apache-activemq-5.14.5
```
## 漏洞复现
![image-20221207162428650](images/image-20221207162428650.png)