2023-12-20 18:07:06 +00:00
|
|
|
id: h2o-dashboard
|
|
|
|
|
|
|
|
info:
|
2023-12-21 07:19:50 +00:00
|
|
|
name: H2O Dashboard - Exposure
|
2023-12-20 18:07:06 +00:00
|
|
|
author: byt3bl33d3r
|
|
|
|
severity: high
|
|
|
|
description: |
|
|
|
|
H2o dashboard by default has no authentication and can lead to RCE on the host.
|
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-12-21 07:19:50 +00:00
|
|
|
verified: true
|
|
|
|
shodan-query: title:"H2O Flow"
|
2023-12-20 18:07:06 +00:00
|
|
|
tags: misconfig,exposure,h2o,ml,unauth
|
|
|
|
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
|
|
|
redirects: true
|
2023-12-21 07:19:50 +00:00
|
|
|
max-redirects: 2
|
2023-12-20 18:07:06 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- "X-H2o-Build-Project-Version"
|
|
|
|
- "X-H2o-Cluster-Id"
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "H2O Flow"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|