31 lines
795 B
YAML
31 lines
795 B
YAML
id: apache-storm-unauth
|
|
|
|
info:
|
|
name: Apache Storm Unauth
|
|
author: pikpikcu
|
|
severity: medium
|
|
description: Apache Storm instance is exposed.
|
|
reference:
|
|
- https://storm.apache.org/releases/current/STORM-UI-REST-API.html
|
|
metadata:
|
|
max-request: 1
|
|
tags: apache,unauth,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/api/v1/cluster/summary'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"totalMem":'
|
|
- '"stormVersion":'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4b0a00483046022100bada21d839eadf3b1bbecb3b7087e32cfdd5ec80574b3c8207434f18e3dc1bd30221009ecafee069364864819c99d8b2b4501ce6ef5122e139022b755c25fe3eda3434:922c64590222798bb761d5b6d8e72950 |