33 lines
980 B
YAML
33 lines
980 B
YAML
id: h2console-panel
|
|
|
|
info:
|
|
name: H2 Console Web Login Panel - Detect
|
|
author: righettod
|
|
severity: info
|
|
description: H2 Console Web login panel was detected.
|
|
reference:
|
|
- https://mp.weixin.qq.com/s/Yn5U8WHGJZbTJsxwUU3UiQ
|
|
- https://jfrog.com/blog/the-jndi-strikes-back-unauthenticated-rce-in-h2-database-console
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.title:"H2 Console"
|
|
tags: panel,h2,console
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/h2-console/login.jsp'
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- "status_code==200"
|
|
- "contains(tolower(body), '<title>h2 console</title>')"
|
|
condition: and
|
|
|
|
# digest: 490a00463044022044b1e745ba88c7795c7eaa0876b26f75ad940e07e138bf7d22bc2f3b1025e2ac022052cc82f99c493826db5cbc949f6000fd376caf5efafa0f4e7b567e82fd57c73e:922c64590222798bb761d5b6d8e72950
|