2021-11-19 23:40:32 +00:00
|
|
|
id: apache-storm-unauth
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Apache Storm Unauth
|
|
|
|
author: pikpikcu
|
|
|
|
severity: medium
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://storm.apache.org/releases/current/STORM-UI-REST-API.html
|
2021-11-21 08:56:39 +00:00
|
|
|
tags: apache,unauth,misconfig
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2021-11-19 23:40:32 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-11-19 23:40:32 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/api/v1/cluster/summary'
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
|
|
|
|
- type: word
|
2021-11-21 08:56:39 +00:00
|
|
|
part: body
|
2021-11-19 23:40:32 +00:00
|
|
|
words:
|
2021-11-21 08:56:39 +00:00
|
|
|
- '"totalMem":'
|
|
|
|
- '"stormVersion":'
|
2021-11-21 09:00:09 +00:00
|
|
|
condition: and
|
2021-11-19 23:40:32 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|