Skip to content

H2O Dashboard - Exposure

ID: h2o-dashboard

Severity: high

Author: byt3bl33d3r

Tags: misconfig,exposure,h2o,ml,unauth

H2o dashboard by default has no authentication and can lead to RCE on the host.

id: h2o-dashboard
info:
name: H2O Dashboard - Exposure
author: byt3bl33d3r
severity: high
description: |
H2o dashboard by default has no authentication and can lead to RCE on the host.
classification:
cpe: cpe:2.3:a:h2o:h2o:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: h2o
product: h2o
shodan-query: title:"H2O Flow"
tags: misconfig,exposure,h2o,ml,unauth
http:
- method: GET
path:
- "{{BaseURL}}"
redirects: true
max-redirects: 2
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
# digest: 490a004630440220440aa1cf34076b7f890c152716c6ae2daa71fe545be07fbdf8d1f0ce9c1140130220746281454b969aed1bd9ddab073fb43fdf07b24eedd98419b6b3855345f86311:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/h2o/h2o-dashboard.yaml"

View on Github