2023-04-03 03:39:25 +00:00
|
|
|
id: unauth-cluster-trino
|
2023-04-01 02:23:17 +00:00
|
|
|
|
|
|
|
info:
|
2023-04-03 03:39:25 +00:00
|
|
|
name: Cluster Overview - Unauthenticated Dashboard Exposure
|
2023-04-01 02:23:17 +00:00
|
|
|
author: tess
|
|
|
|
severity: medium
|
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2023-06-04 08:13:42 +00:00
|
|
|
verified: true
|
2023-04-01 02:23:17 +00:00
|
|
|
shodan-query: http.title:"Cluster Overview - Trino"
|
2023-06-02 23:20:49 +00:00
|
|
|
tags: cluster,unauth,trino,misconfig
|
2023-04-01 02:23:17 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2023-04-03 03:39:25 +00:00
|
|
|
- method: POST
|
2023-04-01 02:23:17 +00:00
|
|
|
path:
|
2023-04-03 03:39:25 +00:00
|
|
|
- "{{BaseURL}}/ui/login"
|
|
|
|
headers:
|
|
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
body: |
|
|
|
|
username={{randstr}}&password=&redirectPath=
|
|
|
|
|
|
|
|
cookie-reuse: true
|
|
|
|
redirects: true
|
2023-04-01 02:23:17 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- 'Cluster Overview'
|
2023-04-01 02:27:15 +00:00
|
|
|
- 'Query Details'
|
2023-04-01 02:30:20 +00:00
|
|
|
condition: and
|
2023-04-03 03:39:25 +00:00
|
|
|
|
2023-04-01 02:23:17 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|