38 lines
967 B
YAML
38 lines
967 B
YAML
id: unauth-cluster-trino
|
|
|
|
info:
|
|
name: Cluster Overview - Unauthenticated Dashboard Exposure
|
|
author: tess
|
|
severity: medium
|
|
description: Cluster Overview dashboard is exposed.
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.title:"Cluster Overview - Trino"
|
|
tags: cluster,unauth,trino,misconfig
|
|
|
|
http:
|
|
- method: POST
|
|
path:
|
|
- "{{BaseURL}}/ui/login"
|
|
|
|
headers:
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
body: |
|
|
username={{randstr}}&password=&redirectPath=
|
|
redirects: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'Cluster Overview'
|
|
- 'Query Details'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 490a00463044022023cf1d318c651bb335944eaf006a031fc6074ab61e0553713d9eb37cbb88bf4202206b7ae51517302b06b2fc0dbcaeaa8bdab47e57fcefbbb8acfc5136bb7f8c6771:922c64590222798bb761d5b6d8e72950 |